Nineya
Home
Blog
Spring Upgrade spring framework libraries to 5.4.0 to 5.3.10.RELEASE
2025-01-09 00:25:15
3641
How to migrate from 5.3.10.RELEASE to 5.4.0 and 5.7.12 eventually?Why - to fix a security vulnerability.pom.xml<depen...
Spring Support batchUpdate in JdbcClient
2025-01-09 00:25:13
2000
JdbcClient introduced in https://github.com/spring-projects/spring-framework/issues/30931 is missing batchUpdate methodC...
Spring Allow formatting of Collection values for @RequestParam with HTTP interface client
2025-01-09 00:25:10
3196
Motivation:Make it possible to format Collection, @RequestParam arguments to a single String value. On the server side, ...
Spring Capture information about component scanning for subsequent use in diagnostic messages
2025-01-09 00:25:07
934
We'd like to improve Spring Boot's failure analysis when refresh fails due to a NoSuchBeanDefinitionException by showing...
Spring Provide a hook point that a Configuration class was skipped [SPR-17066]
2025-01-09 00:25:05
1059
Stéphane Nicoll opened SPR-17066 and commentedSpring Boot has a ConditionEvaluationReport that keeps track of conditions...
Spring Cannot invoke "org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(java.sql.SQLException, String)" because the return value of "org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate.sqlExceptionHelper()" is null
2025-01-09 00:25:02
317
Affects: \Comment From: RojojunActually, no one can know how to solve the problem without details!I guess you should che...
Spring Add "self injection" code example
2025-01-09 00:25:00
152
Comment From: bclozelThanks for the proposal, but I don't think this code snippets really helps here, especially for a u...
Spring What is the official recommended way to Mock the RestClient in a integrationtest?
2025-01-09 00:24:57
1597
Affects: 6.1.12This is not a general how do i do this question so i hope thats okay here.What is the recommended way to ...
Spring spring jms shutdown frizzing application context
2025-01-09 00:24:54
3332
Hi, allFaced with issue related to all version of spring-jms. When spring-jms configuration with BackOf and app try to c...
Spring RequestParam Capitalization
2025-01-09 00:24:52
549
WIP. Just wondering if something like this has a chance of making it. The idea is to have essentially case-insensitive @...
Spring Server sent events (SSE) with spring boot have a wrong behavior
2025-01-09 00:24:49
2564
According to [Asynchronous Requests :: Spring Framework](https://docs.spring.io/spring-framework/reference/web/webmvc/mv...
Spring Add RestClient.Builder#messageConverters(List)
2025-01-09 00:24:46
291
Add a RestClient.Builder#messageConverters(List<HttpMessageConverter<?>>) variant along the existing RestCli...
Spring Merge Expires and Max-Age attributes
2025-01-09 00:24:44
1094
org.springframework.http.client.reactive.ClientHttpResponse and its implementations don't process Expires Cookie attribu...
Spring Reactive HttpComponentsClientHttpResponse ignores Expires cookie attribute
2025-01-09 00:24:42
5244
A cookie has the optional attributes Expires and Max-Age. If both are set, the latter takes precedence. In method adaptC...
Spring Added TextEventStreamType check before response caching
2025-01-09 00:24:39
2654
When using SSE (Server-Sent Events) technology in Spring, the response typically includes a Chunked header and the text/...
Spring ReactorNettyTcpClient and DNSNameResolver instances creation
2025-01-09 00:24:36
5128
The question is with reference to https://github.com/netty/netty/pull/13817.In our application, we use netty-reactor lib...
Spring Refine null-safety for additional Assert methods
2025-01-09 00:24:34
844
I saw the work being done to add @Contract annotations for null-safety analysis (#32475).Having a look at the updates to...
Spring WebClient: Explicit Content-Type application/octet-stream is overwritten
2025-01-09 00:24:32
3033
Affected version: 6.1.11The API I'm consuming requires the Content-Type header to be application/octet-stream for certai...
Spring Introduce DynamicPropertyRegistrar as a replacement for DynamicPropertyRegistry bean support
2025-01-09 00:24:29
11712
32271 introduced the automatic registration of DynamicPropertyRegistry as a bean that can be used in tests, along with s...
Spring MapMethodProcessor precludes custom argument resolvers with Map and custom annotation [SPR-17340]
2025-01-09 00:24:26
2675
Laplie opened SPR-17340 and commentedSpring argument resolvers are listed first inRequestMappingHandlerAdapter.getDefaul...
上一页
下一页
1
…
1154
1155
1156
1157
1158
…
2246
.