Spring Backports

Comment From: pivotal-cla@anfit Please sign the Contributor License Agreement!Click here to manually synchronize the sta...

Spring Improve SimpleJdbcCall for Oracle database

Improves SimpleJdbcCall when targeting the Oracle database:Improve support of Oracle PL/SQL packages for Spring JDBC: Or...

Spring Fix lazy inject for prototype

Everytime a method of a lazy injected prototype bean is invoked, Spring will instantiate the bean once again.No need to ...

Spring Introduce NestedBeanPropertyRowMapper to map nested objects from arbitrary SQL query

The idea of this implementation for RowMapper is to have convenient tool for mapping ResultSet into nested object. Curre...

Spring Make CorsConfiguration.OriginPattern public

The nested OriginPattern class in CorsConfiguration is amazingly useful and should be available for re-use by applicatio...

Spring UriComponentsBuilder/UriComponents doesn't support encoding of semicolon ';' for query parameters

Affects: Spring Web 4.3.9 / 5.2.8UriComponentsBuilder/UriComponents doesn't support encoding of ";". For example it migh...

Spring createProducer in JmsTemplate doesn't set disableMessageTimestamp to "false"

Hi,I'm using spring-jms version 4.3.30.RELEASE (though my problems even remain on the latest version; the code didn't ch...

Spring AOT compilation fails for private static component class

When running org.springframework.test.web.servlet.samples.spr.EncodedUriTests in AOT mode via AotIntegrationTests#endToE...

Spring Improved error message for BeanNotOfRequiredTypeException

I'm using Spring 5.3.22 with Boot 2.7.3. I've been doing some configuration refactoring using Spring Integration, and I ...

Spring R2DBC: Requires access to the ParseSql and NamedParameterUtils class

Ability to make the ParsedSql class and NamedParameterUtils available from outsideFaced the problem of adding parameters...

Spring Spring-RSocket: unexpected IllegalReferenceCountException on requestChannel response error

Terminating channel response immediately with error leads to unexpected refcnt exception, plus 2 other exceptions (deliv...

Spring Method invocation skipped when @Scheduled components are invoking @Transactional methods

It seems that when we are trying to call @Transactional methods from @Scheduled methods, the calls simply do not occur.T...

Spring HandshakeWebSocketService causes early initialization of LogFactory when creating native image

Affects: 6.0.12 (spring boot 3.1.x)I recently upgraded my project to use Spring Boot 3.1.x(from 3.0.x) and I am getting ...

Spring SpringBeanContainer not called with Hibernate ORM 6.2

Hello,did something related to ApplicationContextAware behaviour change between Spring Boot 3.0.6 and 3.1.0? I have cust...

Spring “name” attribute of @SpyBean is not valid

Affects: \<5.3.1>i set name to "basicUserInfoPOExtMapper", but when MockitoPostProcessor#registerSpy invoked,got v...

Spring When trying to inject collection with generic type, some beans are not injected

Spring Boot version: 2.5.5Spring core version: 5.3.10When trying to inject collection with generic type, some beans are ...

Spring BeanDefinitionPropertyValueCodeGenerator#orderForConsistency expects values to be Comparable

As reported in #29074, the map generator expects any value to implement Comparable as it puts them in a TreeMap so that ...

Spring AOT processing fails to determine proper target for a FactoryBean that produces an array

SortedResourcesFactoryBean produces an object of type Resource[].class. When the default target is computed, there is th...

Spring Fix typo in ClassUtils.forName()

It seems to be a typo.See gh-31258Comment From: snicollThere's probably a test missing as well? cc @bclozel Comment From...

Spring Polish lambda expressions usage

Polish lambda expressions usage from buildSrc module and remove associated compiler and sonar warnings.Comment From: bcl...
上一页 下一页
.