Aurora Blog
Home
Spring SingletonSupplier should be defensive against singletonInstance/initialized visibility mismatch
2025-11-27 14:00:37
626
As indicated by a recent CI failure, SingletonSupplier has a potential race condition in terms of concurrent visibility ...
Spring Remove JUnit 4 based meta-annotation example
2025-11-27 14:00:27
183
OverviewSince our JUnit 4 support is now deprecated, it is sufficient to show only an example of meta-annotation support...
Spring Refer to "Spring Tools" instead of "Spring Tools for Eclipse" in reference manual
2025-11-27 14:00:22
424
In the reference manual, there are a few places where we refer to the "Spring Tools for Eclipse" -- for example, in the ...
Spring Document that SpringExtension requires JUnit Jupiter 6.0 or higher
2025-11-27 14:00:18
205
OverviewAlthough we document JUnit 6.0 as a new baseline in the wiki, this is not yet documented in the Javadoc for the ...
Spring SortedResourcesFactoryBean does not accept non-existent resources anymore
2025-11-27 14:00:07
435
It turns out that PR #35687 causes a regression when non-existent resources are specified, leading to early failure. Sin...
Spring Clarify JMS sessionTransacted flag for local versus global transaction
2025-11-27 14:00:04
316
As mentioned in https://github.com/spring-projects/spring-framework/issues/32473#issuecomment-3577563657, we should revi...
Spring AI OpenAI ChatModel failed to start; the apikey must be set
2025-11-26 14:01:19
1315
When I dynamically configure the OpenAI apikey in the app instead of configuring it in application.yml, app startup erro...
Spring AI 400 error you must provide a model parameter.
2025-11-26 14:00:53
1792
When I use the builder method of ChatModel to build the model, I get a 400 error because I don't know the model paramete...
Spring AI 400 error message returned from OpenAi LLM model lost when converting ChatCompletionChunk.
2025-11-26 14:00:50
1294
Bug descriptionWhen LLM returns 400 error message, an empty ChatCompletionChunk was returned from OpenAiApi, which is no...
SpringBoot SpringBoot 4.0.0 RC = OK but 4.0.0 (GA) yields Consider defining a bean of type 'org.springframework.web.reactive.function.client.WebClient$Builder' in your configuration.
2025-11-26 14:00:44
1383
Hello Spring Boot team,Big congrats on the release of 4.0.0!!!Sorry for the trouble, but I would like to raise an issue ...
SpringBoot Spring Boot 3.0.0 NoClassDefFoundError: jakarta/servlet/http/HttpSessionContext
2025-11-26 14:00:42
3956
Spring Boot Web + Jetty (exclude Tomcat) 3.0.0Error on startuporg.springframework.context.ApplicationContextException: U...
SpringBoot Update modules section of the README following modularisation
2025-11-26 14:00:40
155
Comment From: MrAhmadHassanHi @wilkinsona Please assign this issue to me. I’d like to work on it to get hands-on experie...
SpringBoot spring boot 4.0.0 Mongodb connection failed
2025-11-26 14:00:37
230
im trying to connect to mongodb on version 4.0.0 using docker network but its failed a trying to connect to localhost in...
SpringBoot Auto-configured MDC TaskDecorator for TaskExecutor and @Async
2025-11-26 14:00:34
7294
SummaryProposing an optional, auto-configured MDC propagation for the auto-configured TaskExecutor (used by @Async).Opti...
SpringBoot Upgrade to Tomcat 10.1.44
2025-11-26 14:00:32
1284
Upgrade to Tomcat 10.1.44.Comment From: paranjayBhanotHi @snicoll , Even though it is mentioned that tomcat is upgraded ...
SpringBoot Missing starter for spring-restdocs
2025-11-26 14:00:29
1421
I can't find any starter listed in the migration guide, or in the reference guide, for spring-restdocs. Using start.spri...
Spring Support reading unresolvable types in AbstractJacksonHttpMessageConverter
2025-11-26 14:00:12
303
AbstractJackson2HttpMessageConverter was supporting reading unresolvable types that lead to deserializing to a Map. This...
Spring Consider the re-design of the HttpHeaders inheritance hierarchy
2025-11-26 14:00:10
6330
Hey Spring Team, thank you all for the great work you're doing! I kindly request to review the following proposition:Cur...
Spring Do not make HttpHeaders read-only in HttpEntity
2025-11-26 14:00:08
290
As discussed in #35762, HttpEntity currently makes HttpHeaders read-only as part of its constructors. This means that on...
Spring Consider using ExtendedWebExchangeDataBinder for functional request binding
2025-11-26 14:00:06
3214
Functional requests gained bind() method as part of https://github.com/spring-projects/spring-framework/issues/25943Howe...
上一页
下一页
1
…
4
5
6
7
8
…
385
.