Apache Superset [SIP-154] Optional dataset folders

[SIP-154] Optional dataset foldersMotivationIt's not uncommon for core datasets to have hundreds or even thousands (!) o...

MyBatis-Plus 建议 QueryWrapper 增加忽略大小写的 like,例如 ilike

rt目前这类查询还是挺多的,完全可以增加个 ilike 进行忽略大小写的查询,应该也不复杂:lower(field) like lower(value)Comment From: miemieYaho所有数据库通用吗?Comment Fro...

Redis [NEW] Add logs explaining module load failures

Currently when a module fails to load, the issue is often opaque. There are few, if any, logs printed.If possible, add s...

Gorm Automigration can not add new cloumn in postgresql

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/1DescriptionComment From: wsleigorm.io/gorm v1.30.1type T...

Gorm Automigration can not add new cloumn in postgresql

GORM Playground Linkhttps://github.com/go-gorm/playground/pull/1Descriptiongorm.io/gorm v1.30.1type Test struct {Id stri...

Spring AI SSE Server drops client connection at 5 min.

Bug descriptionI developed a MCP server with webmvc SSE endpoint but when a client connects via /sse endpoint, after app...

Spring AI MCP (using SSE) Connection failed when API scaled up to 2 or more.

Bug descriptionMCP has endpoints of "/sse" and "mcp/message".After /sse is called, MCP server is waiting second call of ...

Spring AI Support custom HTTP headers for MCP SSE transport

It would be nice if we could configure custom headers, for example, we could pass OAuth access token like this:spring.ai...

Spring AI EsVectorStore Search Error

java.lang.NoSuchMethodError: 'co.elastic.clients.elasticsearch._types.KnnSearch$Builder co.elastic.clients.elasticsearch...

SpringBoot Allow DevTools to load optional config file for local development overrides

Introduce support in Spring Boot DevTools to automatically and optionally load a application-devtools.yml (or .propertie...

SpringBoot checkstyle-header.txt is not taken into account

The regex we have in src/checkstyle/checkstyle-header.txt is not evaluated. I've noticed this trying to update it and re...

SpringBoot Automatically expose a nested type if the parent is annotated with ConfigurationPropertiesSource

Here's a simple use case:@ConfigurationPropertiesSourcepublic class BaseType { /** * Name to use. */ priva...

SpringBoot Static Block is not executed before Application Startup in Integration Tests since 3.5.0 upgrade

Hi There, I have encountered an issue with Integration Tests with Spring Boot. For some background my application is usi...

SpringBoot Include an HTTP client in spring-boot-starter-restclient

spring-boot-starter-webclient includes Reactor Netty as the preferred HTTP client. spring-boot-starter-restclient does n...

SpringBoot Improve aggregation in reference documentation project

We currently aggregate the configuration properties and auto-configuration classes that are documented by listing each p...

Spring Support Composite API Versioning Stretagy

Currently, Spring 7.0.0-M7/Spring Boot 4.0.0-M1, the server config is a little confused, we can set header, URI path ind...

Spring @Scheduled tasks running in SimpleAsyncTaskScheduler are interrupted immediately on context close

Spring 6.2.9When Spring Boot auto-configures a SimpleAsyncTaskScheduler (with virtual threads enabled) to be used for ru...

Spring Avoid creating byte[] multiple times in StringHttpMessageConverter

When calculating the ContentLength and writing data to the OutputStream in StringHttpMessageConverter, calling str.getBy...

Spring body of DELETE request is not send by org.springframework.http.client.JdkClientHttpRequest

Hello,ContextI'am using Spring Cloud Gateway to forward requests between 2 applications.After upgrading to Spring Boot 3...

Spring Add support for MediaType in ApiVersionInserter

While the server side added support for MediaType and parameter https://github.com/spring-projects/spring-framework/blob...
上一页 下一页
.