Nineya
Home
Blog
Spring ResultSet holdability into the View layer broken by Hibernate 5
2025-01-08 17:38:27
3902
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
2025-01-08 17:38:25
676
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
2025-01-08 17:38:22
5466
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
2025-01-08 17:38:19
621
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
2025-01-08 17:38:16
6055
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
2025-01-08 17:38:14
2679
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
2025-01-08 17:38:11
6753
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
2025-01-08 17:38:08
9990
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
2025-01-08 17:38:06
219
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
2025-01-08 17:38:03
532
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)
2025-01-08 17:38:01
11352
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()
2025-01-08 17:37:52
1108
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
2025-01-08 17:37:49
2069
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
2025-01-08 17:37:47
4619
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
2025-01-08 17:37:44
113
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
2025-01-08 17:37:41
1187
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
2025-01-08 17:37:38
3241
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
2025-01-08 17:37:36
272
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
2025-01-08 17:37:34
3845
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
2025-01-08 17:37:31
13045
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...
上一页
下一页
1
…
1334
1335
1336
1337
1338
…
2246
.