Nineya
Home
Blog
Spring Use IllegalStateException in ReactiveTestTransactionManager.doCommit()
2025-01-08 17:54:18
236
This PR changes to use IllegalStateException in ReactiveTestTransactionManager.doCommit() as no arguments are involved t...
Spring Fix invalid type name in RSocket section of the reference documentation
2025-01-08 17:54:16
274
There seems to be a typo in the @RSocketExchange documentation. The code sample declares the type of the generated proxy...
Spring Added Basic Authorization for UrlResource
2025-01-08 17:54:13
710
This pull request adds Basic Authorization for UrlResource.This is fix for https://github.com/spring-projects/spring-boo...
Spring SPR-16642 - DefaultMessageListenerContainer JMS Pool leak with CACHE_CONSUMER and Bitronix in error path
2025-01-08 17:54:10
822
Add a boolean flag to control the use of a dedicated connection for caching.This enables using a dedicated connection pe...
Spring Wrap ternary operator within parentheses
2025-01-08 17:54:08
660
Wrapped ternary operator within parentheses as outlined in Code Style.Comment From: pivotal-cla@70825 Please sign the Co...
Spring Conditions on overloaded beans not honored
2025-01-08 17:54:05
787
As pointed out in the issue #30688 the conditions on the overloaded beans aren't honored in all cases.This is due to the...
Spring Condition evaluation on beans with similar factory methods are mixed
2025-01-08 17:54:02
5830
Affects: SpringBoot 3.1.0i am using @Configuration(enforceUniqueMethods = false) to allow the configuration has the save...
Spring Stereotype annotations like @Service should add @AliasFor for @Component [SPR-16066]
2025-01-08 17:53:59
1642
Yanming Zhou opened SPR-16066 and commented@Service is a specialization of @Component, like @GetMapping is a specializat...
Spring Adds customization option for Executors coming from AsyncConfigurers
2025-01-08 17:53:57
883
Related to https://github.com/spring-projects/spring-boot/issues/29151Required by https://github.com/spring-cloud/spring...
Spring Add @Nullable to argValue in doSetValue() in Argument[Type]PreparedStatementSetter
2025-01-08 17:53:53
149
The argValue in the doSetValue(...) methods in ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter s...
Spring Document how to configure the cache infrastructure globally
2025-01-08 17:53:51
853
@CacheConfigAn operation-level customization always overrides a customization set on @CacheConfig. Therefore, this gives...
Spring @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class
2025-01-08 17:53:48
848
Fix https://github.com/spring-projects/spring-boot/issues/37040Comment From: sbrannenRelated Issues26091Comment From: sb...
Spring @DynamicPropertySource in @Nested test class cannot override dynamic properties from enclosing class
2025-01-08 17:53:46
146
Backport of #31083Comment From: sbrannenFixed in 9894174960aa7fc79087b7e271c794101c6735de and revised in d7ac89ecc99174b...
Spring Document how to configure the ApplicationEventMulticaster used by the ApplicationContext
2025-01-08 17:53:43
4651
initApplicationEventMulticaster() in AbstractApplicationContext creates a new SimpleApplicationEventMulticaster instance...
Spring Document inference of destroy methods with Java config more prominently
2025-01-08 17:53:40
1203
Affects: 5.3Java configuration infers destroy methods, looking for methods named shutdown and close. This is documented,...
Spring ASM upgrade for JDK 20/21 support
2025-01-08 17:53:38
594
While Spring Framework 6.0 is on ASM 9.4+ (latest ASM master including early JDK 21 support) in the meantime, the 5.3.x ...
Spring Spring framework 5.3.26 petclinic application and JDK21
2025-01-08 17:53:35
10002
I am trying to build and deploy petclinic application using JDK21.the deployment fails with java.lang.IllegalArgumentExc...
Spring Error save entity when use spring-data-jpa
2025-01-08 17:53:33
6579
Hello Springers.I need some help.My app sometimes runs with an error message like this:org.postgresql.util.PSQLException...
Spring Optimize InlineMap and InlineList in SpEL
2025-01-08 17:53:30
283
Make InlineList#constant and InlineMap#constant final Add tests code for InlineMapComment From: sbrannenThis has been me...
Spring Add paging and sorting mechanism with the JdbcTemplate
2025-01-08 17:53:28
856
Based on the Spring Data Pageable API, this extension adds aqueryForPage(...) method to the JdbcTemplate which through S...
上一页
下一页
1
…
1318
1319
1320
1321
1322
…
2246
.