Aurora Blog
Home
Spring Security userDetailsPasswordService cannot be null error when using ReactiveUserDetailsService
2025-10-03 14:01:09
521
Describe the bugWhen using Spring Security 7.0.0-M3 and defining a ReactiveUserDetailsService the applicationfails to st...
Spring AI CallToolResult: support EmbeddedResources
2025-10-03 14:01:02
1170
Using org.springframework.ai.tool.annotation.Tool with return of io.modelcontextprotocol.spec.McpSchema.CallToolResult d...
Spring AI How to get the _meta parameter in tools/call
2025-10-03 14:01:01
2116
How to get the _meta parameter in tools/callComment From: quaffSee https://docs.spring.io/spring-ai/reference/1.1-SNAPSH...
Spring AI Tool: support nullable ToolParams for inputSchema
2025-10-03 14:00:57
328
OpenAi inputSchema requires nullable ToolParams. We have the issue, that OpenAI can not handle tool call where all ToolP...
SpringBoot spring-boot-starter-test:jar:4.0.0-M3 puts an ancient version of org.json:json on the classpath
2025-10-03 14:00:52
2933
After updating my Spring Boot Starter from v3.3.9 to v4.0.0-M3 some tests started failing because of an incompatibility ...
SpringBoot GraalVM Wiki page note on Buildpack support is out of date
2025-10-03 14:00:50
328
The Spring Boot with GraalVM page in the project Wiki contains a note about Paketo buildpacks not supporting ARM archite...
SpringBoot Adapt to deprecation of org.eclipse.jetty.server.handler.gzip.GzipHandler
2025-10-03 14:00:48
1260
GzipHandler has been deprecated for removal in Jetty 12.1.1. The replacement seems to require an extra artifact accordin...
SpringBoot graalvm native-image: spring.profiles.active=prod does not take effect
2025-10-03 14:00:46
3370
When I try to build a SpringBoot application using GraalVM, spring.profiles.active does not seem to take effect.spring b...
SpringBoot Document how to configure API versioning for tests
2025-10-03 14:00:42
8253
Assume that we have a versioned REST API:@RestController@RequestMapping("/api")class QuoteController { @Get...
SpringBoot Liquibase 5.0 licensing issue
2025-10-03 14:00:40
314
Liquibase 5.0 has been released [1] and has changed its license to Functional Source License. Can/should Spring Boot pro...
SpringBoot Support for PEM encoded encrypted private key
2025-10-03 14:00:36
968
At the moment, when using spring.ssl.bundle.pem property with PEM encoded content, it works fine with what is defined in...
SpringBoot Review WebServers' auto-start behavior
2025-10-03 14:00:34
1523
Auto-start was introduced before 1.0. The intent appears to have been to prevent the server from starting. At the time i...
SpringBoot Embedded web servers behave inconsistently when server.port is set to -1
2025-10-03 14:00:32
1958
The behaviour is as follows when starting with server.port=-1:Jetty: app starts and stays running, but is not listening ...
SpringBoot Rename spring.mvc.view.prefix and spring.mvc.view.suffix as they are specific to JSPs
2025-10-03 14:00:30
562
The prefix suggests they apply MVC-wide, however they're used to configure InternalResourceViewResolver which is largely...
SpringBoot Drop some transitive starters
2025-10-03 14:00:24
141
The following starters aren't very useful on their own and we could consider dropping them:spring-boot-starter-reactorsp...
Spring Bug on WebFlux When Headers Arrive With Spanish Words
2025-10-03 14:00:21
2106
Description: Currently, I am working on a Spanish project using Spring Web Flux where some requests´ headers contain acc...
Spring Remove redundant object allocation in cglib proxy method calls
2025-10-03 14:00:18
670
Hello!I've noticed a huge amount of memory allocations of java.lang.Boolean being made in calls to CGLIB proxies with a ...
Spring Simplify overriding of default codec for Jackson 3 vs 2
2025-10-03 14:00:16
433
At the moment CodecConfigurer.DefaultCodecs has settings for a default Jackson vs Jackson2 codecs, but the actual logic ...
Spring Support explicitly specifying "no version" on a request
2025-10-03 14:00:04
412
When a request is prepared, as a client or in tests, you can choose to either specify a version or not specify it. If yo...
Apache Superset Several errors with docker install and websocket config
2025-10-01 14:02:02
12349
Bug descriptionHello !I still have some trouble with my superset install.I opened a thread a few weeks ago about issues ...
上一页
下一页
1
…
34
35
36
37
38
…
386
.