Sam Brannen
eb783e6690
Merge branch '5.3.x'
2022-01-04 14:52:50 +01:00
Sam Brannen
c942d789c3
Ignore unsupported @SuppressWarnings tokens in Eclipse IDE
...
This helps to reduce noise in the "Problems" view by not displaying
warnings resulting from @SuppressWarnings tokens that Eclipse does not
understand -- for example, tokens supported by IntelliJ IDEA or other
tools.
2022-01-04 14:52:23 +01:00
Sam Brannen
61c3d7a989
Merge branch '5.3.x'
2022-01-04 14:09:02 +01:00
Sam Brannen
03668f9c10
Replace remaining use of StringBuffer with StringBuilder
...
Although this commit only applies to test classes, it serves to reduce
the noise when searching for undesirable usage of StringBuffer in
production code.
2022-01-04 14:06:13 +01:00
Sam Brannen
3e14cdbc69
Polish tests
2022-01-04 14:02:32 +01:00
liuzhifei
ee292ec116
Replace use of StringBuffer with StringBuilder
...
With JDK 9, java.util.regex.Matcher received overloaded variants of
appendReplacement() and appendTail() that accept a StringBuilder,
allowing us to replace the use of StringBuffer with StringBuilder.
Closes gh-27884
2022-01-04 13:14:17 +01:00
Marten Deinum
948f5999c3
Replace use of StringBuffer with StringBuilder
...
With JDK 9, java.util.regex.Matcher received overloaded variants of
appendReplacement() and appendTail() that accept a StringBuilder,
allowing us to replace the use of StringBuffer with StringBuilder.
Closes gh-27822
2022-01-04 13:14:17 +01:00
Sam Brannen
2ed7268ded
Remove deprecated AbstractBeanDefinitionReader.getBeanFactory() method
...
The getBeanFactory() method (which is deprecated since Spring Framework
5.3.15) has been obsolete for more than 13 years since it was superseded
by the getRegistry() method in the BeanDefinitionReader interface.
Closes gh-27875
2022-01-04 12:55:13 +01:00
Sam Brannen
7311620915
Merge branch '5.3.x'
2022-01-04 12:51:23 +01:00
Sam Brannen
f04e9a8366
Deprecate getBeanFactory() method in AbstractBeanDefinitionReader
...
The getBeanFactory() method has been obsolete for more than 13 years
since it was superseded by the getRegistry() method in the
BeanDefinitionReader interface.
Closes gh-27875
2022-01-04 12:45:11 +01:00
Sam Brannen
c1606c5a5e
Polishing
2022-01-04 12:39:28 +01:00
Marten Deinum
941b6af9ac
Use Collection factory methods when applicable
...
This commit replaces the use of Collections.unmodifiableList/Set/Map
with the corresponding 'of(...)' factory methods introduced in Java 9.
Closes gh-27824
2022-01-04 12:01:13 +01:00
a.yazychyan
ab240f5d8e
Use String.repeat() and pattern matching instanceof
...
Closes gh-27834
2022-01-03 17:11:23 +01:00
liuzhifei
7021eb5bb1
Apply "instanceof pattern matching" in additional locations
...
Closes gh-27696
2022-01-03 16:52:38 +01:00
Sam Brannen
6555d3b42d
Suppress warnings in tests
2022-01-03 16:12:14 +01:00
Sam Brannen
97625e3658
Additional changes because HttpMethod changed from enum to class
...
See gh-27697
2022-01-03 16:12:14 +01:00
Sam Brannen
1dee80e750
Upgrade to Gradle 7.3.3
2022-01-03 15:59:37 +01:00
Sébastien Deleuze
0b8c815c6f
Upgrade Kotlin serialization to 1.3.2
...
Closes gh-27879
2022-01-03 15:48:27 +01:00
Sébastien Deleuze
a410f4c0f2
Upgrade Kotlin Coroutines to 1.6.0
...
Closes gh-27878
2022-01-03 15:45:37 +01:00
Sam Brannen
b24cbc5e97
Merge branch '5.3.x'
2022-01-03 12:01:15 +01:00
Sam Brannen
95fac2589f
Upgrade to Log4j2 2.17.1
2022-01-03 11:50:37 +01:00
Stephane Nicoll
eb5022924e
Merge pull request #27852 from xixingya
...
* pr/27852:
Polish "Fix typo and use of componentry"
Fix typo and use of componentry
Closes gh-27852
2021-12-29 11:06:23 +01:00
Stephane Nicoll
900e0f56eb
Polish "Fix typo and use of componentry"
...
See gh-27852
2021-12-29 11:05:27 +01:00
liuzhifei
65d2e9bb54
Fix typo and use of componentry
...
See gh-27852
2021-12-29 11:01:41 +01:00
Stephane Nicoll
7f73cb6726
Merge pull request #27864 from izeye
...
* pr/27864:
Update copyright year of changed file
Remove AsyncConfigurerSupport reference in EnableAsync Javadoc
Closes gh-27864
2021-12-29 10:56:40 +01:00
Stephane Nicoll
8a7a046bf0
Update copyright year of changed file
...
See gh-27864
2021-12-29 10:56:29 +01:00
izeye
88d4eac537
Remove AsyncConfigurerSupport reference in EnableAsync Javadoc
...
See gh-27864
2021-12-29 10:56:02 +01:00
Stephane Nicoll
c09a674dcb
Merge pull request #27863 from izeye
...
* pr/27863:
Update copyright year of changed file
Remove references to JCacheConfigurerSupport and CachingConfigurerSupport
Closes gh-27863
2021-12-29 10:55:54 +01:00
Stephane Nicoll
c204cc7ba0
Update copyright year of changed file
...
See gh-27863
2021-12-29 10:54:49 +01:00
izeye
f0125afb5e
Remove references to JCacheConfigurerSupport and CachingConfigurerSupport
...
See gh-27863
2021-12-29 10:53:56 +01:00
Stephane Nicoll
7ba089be95
Temporarily remove references to JBoss AS Javadoc
...
See gh-27860
2021-12-27 17:34:48 +01:00
Stephane Nicoll
414169b1eb
Merge pull request #27848 from izeye
...
* pr/27848:
Polish "Add Javadoc since to new PayloadApplicationEvent constructor"
Add Javadoc since to new PayloadApplicationEvent constructor
Closes gh-27848
2021-12-27 12:17:27 +01:00
Stephane Nicoll
772630caf1
Polish "Add Javadoc since to new PayloadApplicationEvent constructor"
...
See gh-27848
2021-12-27 12:15:27 +01:00
izeye
f3fd7b156e
Add Javadoc since to new PayloadApplicationEvent constructor
...
See gh-27848
2021-12-27 12:14:44 +01:00
Stephane Nicoll
544e9bb403
Merge pull request #24525 from chenqimiao
...
* pr/24525:
Polish "Reuse ResolvableType in getDependencyType"
Reuse ResolvableType in getDependencyType
Closes gh-24525
2021-12-21 11:20:12 +01:00
Stephane Nicoll
f1fe16e3cd
Polish "Reuse ResolvableType in getDependencyType"
...
See gh-24525
2021-12-21 11:17:53 +01:00
陈其苗
b69ab8d568
Reuse ResolvableType in getDependencyType
...
See gh-24525
2021-12-21 11:17:31 +01:00
Stephane Nicoll
f64ede3c83
Merge pull request #24636 from chenqimiao
...
* pr/24636:
Update copyright year of changed file
Use Collections.addAll instead of Collection.addAll
Closes gh-24636
2021-12-21 09:50:09 +01:00
Stephane Nicoll
ca6911a532
Update copyright year of changed file
...
See gh-24636
2021-12-21 09:49:08 +01:00
陈其苗
dbbdd044cd
Use Collections.addAll instead of Collection.addAll
...
See gh-24636
2021-12-21 09:47:30 +01:00
Stephane Nicoll
5532615361
Merge pull request #27827 from izeye
...
* pr/27827:
Polish
Closes gh-27827
2021-12-21 09:37:09 +01:00
izeye
713795cc34
Polish
...
See gh-27827
2021-12-21 09:36:08 +01:00
Stephane Nicoll
fa78fb4351
Merge pull request #27833 from izeye
...
* pr/27833:
Polish formatting
Polish HtmlCharacterEntityDecoder
Closes gh-27833
2021-12-21 09:35:02 +01:00
Stephane Nicoll
ac1032ffc9
Polish formatting
...
See gh-27833
2021-12-21 09:34:39 +01:00
izeye
731af9444c
Polish HtmlCharacterEntityDecoder
...
See gh-27833
2021-12-21 09:32:46 +01:00
Stephane Nicoll
db21cbd4af
Merge pull request #27835 from izeye
...
* pr/27835:
Polish formatting
Polish HttpMethod
Closes gh-27835
2021-12-21 09:27:25 +01:00
Stephane Nicoll
1aaf5262b1
Polish formatting
...
See gh-27835
2021-12-21 09:22:03 +01:00
izeye
08a34ca1ec
Polish HttpMethod
...
See gh-27835
2021-12-21 09:20:29 +01:00
Stephane Nicoll
ec9ce5b4b0
Merge branch '5.3.x'
2021-12-16 15:30:32 +01:00
Spring Builds
41c8bb4fe1
Next development version (v5.3.15-SNAPSHOT)
2021-12-16 08:46:23 +00:00