Spring Use IllegalStateException in ReactiveTestTransactionManager.doCommit()

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

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

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

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

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

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

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]

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

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

The argValue in the doSetValue(...) methods in ArgumentPreparedStatementSetter and ArgumentTypePreparedStatementSetter s...

Spring Document how to configure the cache infrastructure globally

@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

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

Backport of #31083Comment From: sbrannenFixed in 9894174960aa7fc79087b7e271c794101c6735de and revised in d7ac89ecc99174b...

Spring Document how to configure the ApplicationEventMulticaster used by the ApplicationContext

initApplicationEventMulticaster() in AbstractApplicationContext creates a new SimpleApplicationEventMulticaster instance...

Spring Document inference of destroy methods with Java config more prominently

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

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

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

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

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

Based on the Spring Data Pageable API, this extension adds aqueryForPage(...) method to the JdbcTemplate which through S...
上一页 下一页
.