Nineya
Home
Blog
Spring Backports
2025-01-08 20:35:37
188
Comment From: pivotal-cla@anfit Please sign the Contributor License Agreement!Click here to manually synchronize the sta...
Spring Improve SimpleJdbcCall for Oracle database
2025-01-08 20:35:34
1751
Improves SimpleJdbcCall when targeting the Oracle database:Improve support of Oracle PL/SQL packages for Spring JDBC: Or...
Spring Fix lazy inject for prototype
2025-01-08 20:35:31
528
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
2025-01-08 20:35:28
1630
The idea of this implementation for RowMapper is to have convenient tool for mapping ResultSet into nested object. Curre...
Spring Make CorsConfiguration.OriginPattern public
2025-01-08 20:35:26
806
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
2025-01-08 20:35:23
5911
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"
2025-01-08 20:35:20
2888
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
2025-01-08 20:35:17
3870
When running org.springframework.test.web.servlet.samples.spr.EncodedUriTests in AOT mode via AotIntegrationTests#endToE...
Spring Improved error message for BeanNotOfRequiredTypeException
2025-01-08 20:35:14
1697
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
2025-01-08 20:35:11
1345
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
2025-01-08 20:35:07
11078
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
2025-01-08 20:35:04
1982
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
2025-01-08 20:35:01
2908
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
2025-01-08 20:34:59
4647
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
2025-01-08 20:34:56
950
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
2025-01-08 20:34:46
6214
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
2025-01-08 20:34:42
419
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
2025-01-08 20:34:38
1516
SortedResourcesFactoryBean produces an object of type Resource[].class. When the default target is computed, there is th...
Spring Fix typo in ClassUtils.forName()
2025-01-08 20:34:36
197
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
2025-01-08 20:34:33
259
Polish lambda expressions usage from buildSrc module and remove associated compiler and sonar warnings.Comment From: bcl...
上一页
下一页
1
…
1277
1278
1279
1280
1281
…
2246
.