Spring Invalid instance injected for generic type in case of partial type variable [SPR-16179]

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

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

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

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

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

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

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

Affects: 5.0.4When iterating on a collection, both Selection and Projection set a variable called index that contains th...

Spring Remove deprecated API

This change partically resolves #30608 by removing the deprecated API Base64UtilsSigned-off-by: Artsiom Sikirzhytski &#1...

Spring Alias resolution in SimpleAliasRegistry depends on hash codes of alias values

OverviewAs discussed in commit 5d309d5724, alias resolution in SimpleAliasRegistry.resolveAliases() currently depends on...

Spring Avoid internal lifecycle synchronization for SingleConnectionFactory and SingleConnectionDataSource

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

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

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]

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

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

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)

Following up on #32161 which revises support for binary/character streams, SqlLobValue and the entire LobHandler abstrac...

Spring Add ThreadLocalAccessor for LocaleContext and RequestAttributes

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

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

Hello all,used spring boot: 2.2.1.RELEASEProblem: When defining application.yml properties I want to use something like:...
上一页 下一页
.