Spring Fixing 22325 issue application listeners logic

There was an issue #22325 and @jhoeller has fixed it, but now I have the following problem: on the application startup t...

Spring SPR-17456 ApplicationListenerMethodAdapter can't be removed after targetBean destroy

SPR-17456DemoComment From: snicollThanks for the PR but there are many other use of addApplicationListener. It is a publ...

Spring Pass correct SqlParameterSource to NamedParameterJdbcTemplate in DefaultJdbcClient

When using RowCallbackHandler or ResultSetExtractor in JdbcClient and passing a parameter with paramSource, No value sup...

Spring Introduce MethodInvoker API for TestExecutionListeners

OverviewIn order to be able to support parameter injection in @BeforeTransaction and @AfterTransaction methods (see #307...

Spring Use Method#isDefault to find default methods in interfaces

Use Method#isDefault to replace the logic in ReflectionUtils#findConcreteMethodsOnInterfaces.see #31198 Comment From: sb...

Spring Fix typo in comment in XML configuration example

Comment From: pivotal-cla@zakaria-shahen Please sign the Contributor License Agreement!Click here to manually synchroniz...

Spring Use Method#isDefault to replace the logic in ReflectionUtils#findConcreteMethodsOnInterfaces

Affects: latest versionJava 1.8 provides a new api for determining whether a method is the default method, which replace...

Spring Remove unnecessary for-loop in DefaultAdvisorChainFactory

The interface author explains the only one interceptor for PointcutAdvisor. And there is an exception when the intercept...

Spring Make getSingleton(String) dependent on allowCircularReferences flag in AbstractAutowireCapableBeanFactory

When the allowCircularReferences is false, the singletonFactories is not be used. And the earlySingletonObjects is based...

Spring Improve documentation on inferred destruction callbacks

I gave the #29546 a try.I divided Destruction Callbacks section into two subsections, one for the inference of destroy m...

Spring Interaction between @RequestScope, @Components, @Bean and libraries

This is specifically related to the interaction between classes in separate java libraries.We have a class in a core lib...

Spring Add support for JSR-330 and Jakarta @Inject for autowiring test constructors

OverviewSpring 3.0 added support for JSR-330. However, the spring-test module is only supporting @Autowired for dependen...

Spring Update Pointcuts to match getter methods by also excluding void return type

A getter method should always have a return type other than void.Comment From: rstoyanchevThanks for the suggestion. Do ...

Spring Reconsider response reset in DispatcherServlet in case of errors

Changes in #31104 are causing failures in Spring Security. Resetting the entire response (headers and buffer) prevents f...

Spring Upgrade to CRaC 1.4.0

Bring a new API to get the restoration time and know if a restoration happened or not.

Spring Allow PropertySourcesPlaceholderConfigurer to customize PropertyResolver

OverviewCurrently, PropertySourcesPlaceholderConfigurer only uses PropertySourcesPropertyResolver by default, and cannot...

Spring SpEL T() operator not able to locate user types with default StandardTypeLocator configuration

Hi, we are experiencing such a strange behavior using SPEL T() operator to get references to custom enums or types in...

Spring WebClient logs "IllegalStateException: Only one connection receive subscriber allowed" when multiple requests made within Kotlin coroutine and response status is an error

Kotlin version: 1.5.30Spring Boot version: 2.5.4 and 2.6.1Spring Framework version: 5.3.9When making multiple WebClient ...

Spring Fix control flow issues (Extract common part from if)

Comment From: snicoll@sigee thanks for the PR but we prefer the expressiveness of complete if/else blocks. I wouldn't ca...

Spring Message and stream level data and accept mime

At present there can be only one data MIME for the every request/stream on the connection, Supporting content-type and a...
上一页 下一页
.