Spring Replace use of StringBuffer with StringBuilder

Comment From: sbrannenI was thinking we'd already gotten rid of StringBuffer usage in favor of StringBuilder, but those ...

Spring Deprecate inappropriate getBeanFactory() method in AbstractBeanDefinitionReader

in spring5.3.10 versionA public method is provided in the AbstractBeanDefinitionReader class,public final BeanDefinition...

Spring UriComponentsBuilder silently drops some Registry-based Naming Authorities

In spring-web 5.3.13, UriComponentsBuilder.fromUri / UriComponentsBuilder.uri silently drops some RFC 2396 3.2.1 Registr...

Spring Enforce Future or void return declaration for each asynchronously executed method (e.g. with class-level @Async)

https://github.com/spring-projects/spring-framework/blob/79d3f5c64c94a356831916ec78be4296fba92b18/spring-aop/src/main/ja...

Spring test

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

Spring Use Collection factory methods

Use the collection factory methods when applicableand available. Replaces the use ofCollections.unmodifiableList/Set/Map...

Spring Spring PathMatchConfigurer#setUseSuffixPatternMatch method is Deprecated, how to enable it?

Affects: \In 5.3.13, Spring PathMatchConfigurer#setUseSuffixPatternMatch method is Deprecated and default to be false, b...

Spring Avoid reassignment of catch block parameters

Addresses #27867Comment From: sbrannenHi @alidandach,Congratulations on opening your first pull request ever! 👍 Your pro...

Spring Apply "instanceof pattern matching" in additional locations

Add Feature Pattern Matching for instanceofComment From: sbrannenThanks for the PR.Please note that your changes break t...

Spring Adding AsyncConfigurer leads to NullPointerException when Sleuth present

Affects: 5.3.14When upgrading to spring boot 2.6.2 (so upgrading to spring framework 5.3.14) our application broke. Repr...

Spring Enhance the assignment in a catch block

Affects: allChanging a catch block parameter is very discouraged.The change will affect two methods into two different ...

Spring Backport @ServletComponentScan feature from Spring Boot to Spring Framework

In standard Java EE/Jakarta EE container, in a servlet component, it can inject CDI beans, EJB etc. Spring Boot @Servle...

Spring Fix typo and use of componentry

Fix lattery and componentry wordComment From: snicollIMO, it is worth reviewing as the current phrasing isn't friendly t...

Spring Expose config field in RequestMappingHandlerMapping to subclasses

in my project , I hava a PlatformRequestMappingHandlerMapping。public class PlatformRequestMappingHandlerMapping extends ...

Spring 0103-5.3-canUse

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

Spring Remove references to JCacheConfigurerSupport and CachingConfigurerSupport

This PR removes references to deprecated JCacheConfigurerSupport and CachingConfigurerSupport in Javadoc and tests.See g...

Spring Add countOccurrencesIgnoreCase method to StringUtils

Comment From: snicoll@Mikhail2048 thanks for the PR but we'd usually add such a method if used itself within the framewo...

Spring Add Javadoc @since tag to new PayloadApplicationEvent constructor

This PR adds Javadoc @since tag to the new PayloadApplicationEvent constructor.See gh-24599Comment From: snicollThanks @...

Spring Conditional judgment can be optimized

https://github.com/spring-projects/spring-framework/blob/544e9bb4036965cc4054fba72f2a5690539e44bf/spring-context/src/mai...

Spring BeanNameAutoProxyCreator proxies the wrong beans when custom TargetSourceCreator specified

Spring 5.1.8 (but also probably earlier versions)Short version: if you use BeanNameAutoProxyCreator with a custom Target...
上一页 下一页
.