Spring SingletonSupplier should be defensive against singletonInstance/initialized visibility mismatch

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

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

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

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

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

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

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.

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.

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.

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

Spring Boot Web + Jetty (exclude Tomcat) 3.0.0Error on startuporg.springframework.context.ApplicationContextException: U...

SpringBoot Update modules section of the README following modularisation

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

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

SummaryProposing an optional, auto-configured MDC propagation for the auto-configured TaskExecutor (used by @Async).Opti...

SpringBoot Upgrade to Tomcat 10.1.44

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

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

AbstractJackson2HttpMessageConverter was supporting reading unresolvable types that lead to deserializing to a Map. This...

Spring Consider the re-design of the HttpHeaders inheritance hierarchy

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

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

Functional requests gained bind() method as part of https://github.com/spring-projects/spring-framework/issues/25943Howe...
上一页 下一页
.