Nineya
Home
Blog
Spring Replace use of StringBuffer with StringBuilder
2025-01-08 05:11:26
390
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
2025-01-08 05:11:24
804
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
2025-01-08 05:11:20
5974
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)
2025-01-08 05:11:17
7635
https://github.com/spring-projects/spring-framework/blob/79d3f5c64c94a356831916ec78be4296fba92b18/spring-aop/src/main/ja...
Spring test
2025-01-08 05:11:14
193
Comment From: pivotal-cla@zyzhuaidan Please sign the Contributor License Agreement!Click here to manually synchronize th...
Spring Use Collection factory methods
2025-01-08 05:11:11
206
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?
2025-01-08 05:11:08
346
Affects: \In 5.3.13, Spring PathMatchConfigurer#setUseSuffixPatternMatch method is Deprecated and default to be false, b...
Spring Avoid reassignment of catch block parameters
2025-01-08 05:11:06
255
Addresses #27867Comment From: sbrannenHi @alidandach,Congratulations on opening your first pull request ever! 👍 Your pro...
Spring Apply "instanceof pattern matching" in additional locations
2025-01-08 05:11:03
2052
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
2025-01-08 05:10:55
11109
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
2025-01-08 05:10:52
2164
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
2025-01-08 05:10:50
1175
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
2025-01-08 05:10:47
490
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
2025-01-08 05:10:45
1491
in my project , I hava a PlatformRequestMappingHandlerMapping。public class PlatformRequestMappingHandlerMapping extends ...
Spring 0103-5.3-canUse
2025-01-08 05:10:42
192
Comment From: pivotal-cla@LuckerCxd Please sign the Contributor License Agreement!Click here to manually synchronize the...
Spring Remove references to JCacheConfigurerSupport and CachingConfigurerSupport
2025-01-08 05:10:39
203
This PR removes references to deprecated JCacheConfigurerSupport and CachingConfigurerSupport in Javadoc and tests.See g...
Spring Add countOccurrencesIgnoreCase method to StringUtils
2025-01-08 05:10:36
209
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
2025-01-08 05:10:33
265
This PR adds Javadoc @since tag to the new PayloadApplicationEvent constructor.See gh-24599Comment From: snicollThanks @...
Spring Conditional judgment can be optimized
2025-01-08 05:10:30
590
https://github.com/spring-projects/spring-framework/blob/544e9bb4036965cc4054fba72f2a5690539e44bf/spring-context/src/mai...
Spring BeanNameAutoProxyCreator proxies the wrong beans when custom TargetSourceCreator specified
2025-01-08 05:10:28
6532
Spring 5.1.8 (but also probably earlier versions)Short version: if you use BeanNameAutoProxyCreator with a custom Target...
上一页
下一页
1
…
1463
1464
1465
1466
1467
…
2246
.