Nineya
Home
Blog
Spring Invalid instance injected for generic type in case of partial type variable [SPR-16179]
2025-01-08 21:56:38
4769
Oliver Drotbohm opened SPR-16179 and commentedThe following test fails:package example;import static org.hamcrest.CoreMa...
Spring NamedParameterJdbcTemplate does not support backticks for quoted identifiers
2025-01-08 21:56:35
4115
Affects: 6.1.2When the table name contains the '&' character, the table name after '&' will be recognized as a p...
Spring [Test]RestTemplate default null timeout values are not propagated as infinite to underlying OkHttp3Client implementation
2025-01-08 21:56:31
1029
Affects: 6.0.13Using TestRestTemplate with unspecified connectTimeout and readTimeout make it fall back to underlying Ok...
Spring Optimize constructor dependency injection performance for parameter name matches
2025-01-08 21:56:03
2394
If initializing bean via constructor dependency injection, Spring will do the candidates look-up by parameter type (esse...
Spring Alternative to deprecated toByteBuffer() method to get byteBuffer from a DataBuffer
2025-01-08 21:56:00
2432
Hi,I use Spring Webflux with Spring Boot 3.1.0.I use this code snippet to log my request body on each request, but since...
Spring Deprecate local variable support in SpEL's internal ExpressionState
2025-01-08 21:55:57
471
As discussed in https://github.com/spring-projects/spring-framework/issues/23202#issuecomment-1884975107, the Spring Exp...
Spring Pagination / Sort support in http interface client
2025-01-08 21:55:53
680
It would be great if http interface clients had support for:- Page as a response type- Pageable / Sort as request parame...
Spring index variable not usable in collection selection/projection in SpEL
2025-01-08 21:55:51
1234
Affects: 5.0.4When iterating on a collection, both Selection and Projection set a variable called index that contains th...
Spring Remove deprecated API
2025-01-08 21:55:48
554
This change partically resolves #30608 by removing the deprecated API Base64UtilsSigned-off-by: Artsiom Sikirzhytski ...
Spring Alias resolution in SimpleAliasRegistry depends on hash codes of alias values
2025-01-08 21:55:45
2703
OverviewAs discussed in commit 5d309d5724, alias resolution in SimpleAliasRegistry.resolveAliases() currently depends on...
Spring Avoid internal lifecycle synchronization for SingleConnectionFactory and SingleConnectionDataSource
2025-01-08 21:55:42
210
Along with #32252, it turns out that the JMS SingleConnectionFactory and also the JDBC SingleConnectionDataSource should...
Spring Types with self-bounding generics cause infinite recursion in ResolvableType
2025-01-08 21:55:40
895
The change in e788aeb25 has surfaced an issue with handling of types with self-bounding generics in ResolvableType. I al...
Spring No class found : ErrorCoded
2025-01-08 21:55:37
5576
Spring : 6.0.0JDK 17Tomcat : 10.0.27While starting the application it throws error : Is it fixable or any solution.PS : ...
Spring Support for bare double dash in argument parsing with SimpleCommandLineArgsParser [SPR-17416]
2025-01-08 21:55:34
1545
Phil Webb opened SPR-17416 and commentedOriginally raise as a Spring Boot issue:I would like Spring Boot application to ...
Spring Resolve type variable recursively in GenericTypeResolver
2025-01-08 21:55:31
4332
Addresses #24963Comment From: quaff@jhoeller Could you review it?Comment From: quaffRebased to main, ready for review.Co...
Spring Multipart resolving issue due to change in Undertow
2025-01-08 21:55:28
2304
Undertow has fixed a CVE regarding a potential memory leak.Since this fix, if you upload a part that is larger than the ...
Spring Deprecate LobHandler and SqlXmlHandler abstractions (including SqlLobValue and related support classes)
2025-01-08 21:55:26
383
Following up on #32161 which revises support for binary/character streams, SqlLobValue and the entire LobHandler abstrac...
Spring Add ThreadLocalAccessor for LocaleContext and RequestAttributes
2025-01-08 21:55:23
299
Add ThreadLocalAccessor implementations:- LocaleThreadLocalAccessor- RequestAttributesThreadLocalAccessorCloses gh-32112...
Spring Unable to use customConverters while upgrading the version of spring to 3.2.1 while using @ModelAttribute
2025-01-08 21:55:20
3444
affect:6+Comment From: snicoll@thomajic an issue report with only a title is not actionable. If you want us to investiga...
Spring Fallback with placeholder is evaluated even if the fallback is not required
2025-01-08 21:55:18
1620
Hello all,used spring boot: 2.2.1.RELEASEProblem: When defining application.yml properties I want to use something like:...
上一页
下一页
1
…
1215
1216
1217
1218
1219
…
2246
.