Spring ResultSet holdability into the View layer broken by Hibernate 5

Some time ago a fix was introduced for this: https://github.com/spring-projects/spring-framework/issues/16954 . It allow...

Spring @SessionAttributes handler invoked too early if controller method execution is deferred

saveModel will be executed before the controller method when the return value is Mono<View>https://github.com/spri...

Spring Avoid collectList when sending a Flux of objects as JSON using WebClient

Would it be possible to send a flux of objects in the request body using WebClient with "Content-Type: application/json"...

Spring Resolve default value when argument converts to null

Resolves #29550I just added a condition that checks if the argument is converted to null after being resolved a first t...

Spring ClassPathScanningCandidateComponentProvider initialises bean candidates annotated with @ConditionalOnBean in non-deterministic way

Using Spring v5.3.27 with Spring Boot v2.7.12 and @ConditionalOnBean annotation for the classes annotated with @Componen...

Spring Profile active for path

IssueIn order to separate the development environment, we divided the environment into three types: development, stage, ...

Spring Avoid need for reflection hints for MBeanExporter in native image

When setting spring.jmx.enabled to true in a Spring Boot application and building a native image the native image fails ...

Spring Request routing to servlets is broken in Spring 6 case of multiple dispatcher servlets

https://github.com/lasselindqvist/spring-dispatcher-demo contains example projects for both Spring Boot 2.7.13 and 3.1.1...

Spring Update STOMP documentation with the new guidelines

Following https://github.com/spring-guides/gs-messaging-stomp-websocket/pull/77, we should update the STOMP support refe...

Spring Spring framework getServletContext().addFilter does not respect @Order of filter

Affects: 5.3.26I'm trying to add some custom http filters to my spring application (not Spring Boot, just Spring Framewo...

Spring StringHttpMessageConverter may trigger humongous allocations (G1GC)

Affects: 5.2.7.RELEASEI come from spring-projects/spring-boot#21308, where I noticed that Spring related code is trigger...

Spring Prepend existing prefix to new feature name prefix in GenerationContext.withName()

As discussed in https://github.com/spring-projects/spring-framework/issues/28928#issuecomment-1209411867, we should chan...

Spring Add binding support to functional servlet and reactive stack

When using regular @Controller for both the Servlet as well as the Reactive stack there is support for data binding usin...

Spring HTTP interface client infrastructure and adapter for RestTemplate

Affects: \The new HTTP interface clients only supports WebClient, for MVC users this means an additional dependency on w...

Spring Polish @Scheduled observability support and documentation

This PR polishes the changes made in gh-29883 a bit.Comment From: bclozelThanks @izeye !Closed with 433b72d493579

Spring Fix build cache miss in runtimeHintsTest task

The primary focus of this change is to address a build cache miss when executing the runtimeHintsTest task from two diff...

Spring JdbcTemplate does not call handleWarnings in case of exception

Affects: 4.2.4The JdbcTemplate class allows statement warnings to be processed, see the JdbcTemplate# handleWarnings(Sta...

Spring Use latest version of sockjs-client in AbstractSockJsService

We should update the url in AbstractSockJsService#clientLibraryUrl, currently hardcoded with 1.0.0 version, to use https...

Spring Path variable is cut off after semicolon

I am trying to upgrade from 5.0.2.RELEASE to 5.2.7.RELEASE. We have some controllers laying around that accepts path var...

Spring Cron scheduled methods may be executed a fraction of a second too early

Affects: 6.0.3Hi Spring Team,i was just updating a project of mine from spring-boot 2.7.6 to spring-boot 3.0.0 and may h...
上一页 下一页
.