Aurora Blog
Home
Apache Superset [SIP-154] Optional dataset folders
2025-07-31 14:01:51
7160
[SIP-154] Optional dataset foldersMotivationIt's not uncommon for core datasets to have hundreds or even thousands (!) o...
MyBatis-Plus 建议 QueryWrapper 增加忽略大小写的 like,例如 ilike
2025-07-31 14:01:40
820
rt目前这类查询还是挺多的,完全可以增加个 ilike 进行忽略大小写的查询,应该也不复杂:lower(field) like lower(value)Comment From: miemieYaho所有数据库通用吗?Comment Fro...
Redis [NEW] Add logs explaining module load failures
2025-07-31 14:01:37
318
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
2025-07-31 14:01:34
1936
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
2025-07-31 14:01:32
1785
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.
2025-07-31 14:01:04
3149
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.
2025-07-31 14:01:02
1559
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
2025-07-31 14:00:56
316
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
2025-07-31 14:00:54
6715
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
2025-07-31 14:00:43
1874
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
2025-07-31 14:00:41
1008
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
2025-07-31 14:00:37
1225
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
2025-07-31 14:00:35
30819
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
2025-07-31 14:00:32
857
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
2025-07-31 14:00:28
430
We currently aggregate the configuration properties and auto-configuration classes that are documented by listing each p...
Spring Support Composite API Versioning Stretagy
2025-07-31 14:00:20
19402
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
2025-07-31 14:00:17
1351
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
2025-07-31 14:00:14
599
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
2025-07-31 14:00:11
1565
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
2025-07-31 14:00:08
459
While the server side added support for MediaType and parameter https://github.com/spring-projects/spring-framework/blob...
上一页
下一页
1
…
69
70
71
72
73
…
278
.