Andy Wilkinson
4572ae5430
Use reflection to extract Netty's default level
...
See gh-27046
3 years ago
Andy Wilkinson
f7140d0401
Merge branch '2.4.x' into 2.5.x
...
See gh-27045
3 years ago
Andy Wilkinson
316d2cce89
Don't offer upgrade for version that is already aligned
...
See gh-27044
3 years ago
Andy Wilkinson
e2d68aa8b2
Merge branch '2.4.x' into 2.5.x
...
See gh-27072
3 years ago
Andy Wilkinson
a7872f47da
Minimize Instantiator's public API
...
See gh-27043
3 years ago
Phillip Webb
b093db104c
Pass ResourceLoader.getClassLoader() to Instantiator
...
Update calls to `Instantiator` to that they also include
`ResourceLoader.getClassLoader()`.
Closes gh-27071
3 years ago
Phillip Webb
641dfbdf98
Merge branch '2.4.x' into 2.5.x
...
Fixes gh-27072
3 years ago
Phillip Webb
5088927f80
Pass ClassLoader to Instantiator
...
Update `Instantiator` so that it can accept a `ClassLoader` when
creating instances and rework `EnvironmentPostProcessorsFactory` to
use the new methods.
Prior to this commit we would use the `ClassLoader` to get the class
names from `SpringFactories` but not when actually creating the
instances.
Fixes gh-27043
3 years ago
Stephane Nicoll
d079db1dce
Polish
...
See gh-26978
3 years ago
Stephane Nicoll
2dc5bc482b
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
57f5030397
Upgrade to Netty tcNative 2.0.40.Final
...
Closes gh-27070
3 years ago
Stephane Nicoll
43f6393e9a
Upgrade to Hazelcast 4.1.4
...
Closes gh-27069
3 years ago
Stephane Nicoll
6889d2adda
Upgrade to Nimbus JOSE JWT 8.22
...
Closes gh-27068
3 years ago
Stephane Nicoll
d4039648c7
Upgrade to OAuth2 OIDC SDK 8.36.2
...
Closes gh-27067
3 years ago
Stephane Nicoll
1f53e93b8d
Upgrade to Netty tcNative 2.0.40.Final
...
Closes gh-27066
3 years ago
Stephane Nicoll
d4fa46f1b9
Polish startup endpoint description in reference doc
...
Closes gh-26978
3 years ago
Stephane Nicoll
6f11d01506
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
32d6b52980
Upgrade to Spring Integration 5.5.1
...
Closes gh-26974
3 years ago
Stephane Nicoll
dd63f98fcf
Upgrade to Spring Kafka 2.7.3
...
Closes gh-26973
3 years ago
Stephane Nicoll
b5cdc84273
Upgrade to Spring AMQP 2.3.9
...
Closes gh-26972
3 years ago
Stephane Nicoll
006995fef7
Upgrade to Spring Integration 5.4.8
...
Closes gh-26967
3 years ago
Stephane Nicoll
6804ae849d
Upgrade to Spring AMQP 2.3.9
...
Closes gh-26966
3 years ago
Phillip Webb
8d10e04ea3
Merge pull request #26930 from dreis2211
...
* pr/26930:
Avoid illegal reflective access in CLI tests
Closes gh-26930
3 years ago
dreis2211
7a25e4edb8
Avoid illegal reflective access in CLI tests
...
See gh-26930
3 years ago
Phillip Webb
093e7f7e3b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27062
3 years ago
Phillip Webb
1a7569056b
Fix 'spring.datasource.name' property description
...
Closes gh-27026
3 years ago
Phillip Webb
2c518f1dff
Merge branch '2.4.x' into 2.5.x
3 years ago
Phillip Webb
a76e5c043e
Update copyright year of changed files
3 years ago
Phillip Webb
84fab65b9a
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27060
3 years ago
Phillip Webb
ea62967ef4
Improve "reason" message in BindFailureAnalyzer
...
Update `BindFailureAnalyzer` so that the "Reason" message includes
the root cause exception type and message.
Closes gh-27028
3 years ago
Phillip Webb
0e28e24123
Rethrow ConverterNotFoundException when possible
...
Update `BindConverter` to throw the first `ConversionFailedException`
rather than always throwing `ConverterNotFoundException`.
See gh-27028
3 years ago
Phillip Webb
e9d3e0d022
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27053
3 years ago
Phillip Webb
9415678acd
Merge branch '2.3.x' into 2.4.x
...
Closes gh-27055
3 years ago
Phillip Webb
0b2c86d122
Upgrade CI to Ubuntu Focal 20210609
...
Closes gh-27054
3 years ago
Phillip Webb
a77e116c03
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27058
3 years ago
Phillip Webb
5cd48a11b7
Merge pull request #27017 from limo520
...
* pr/27017:
Add additional ConfigDataProperties tests
Fix typo in ConfigDataPropertiesTests
Closes gh-27017
3 years ago
Phillip Webb
93d316ddd1
Add additional ConfigDataProperties tests
...
Add more `isActive` tests to cover negative cases.
See gh-27017
3 years ago
fengyuanwei
b91c66b823
Fix typo in ConfigDataPropertiesTests
...
See gh-27017
3 years ago
Phillip Webb
fd83158fa5
Merge branch '2.4.x' into 2.5.x
3 years ago
Phillip Webb
63ed921554
Restore simple Library constructor
...
See gh-15808
3 years ago
Phillip Webb
af37f59136
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27056
3 years ago
Madhura Bhave
b790c82732
Apply exclusions to existing war entries
...
Update `RepackageMojo` and supporting classes so that `exclusions`
on the repackage goal apply to both the contributed libraries and any
existing jar entries already contained in the original war.
Prior to this commit, exclusions would apply to contributed jars (for
example, those in `WEB-INF/lib-provided`) but not jars that were
packaged directly into `WEB-INF/lib` by the war plugin
Fixes gh-15808
Co-authored-by: Phillip Webb <pwebb@vmware.com>
3 years ago
Andy Wilkinson
5139c79c4f
Merge branch '2.4.x' into 2.5.x
...
See gh-27045
3 years ago
Andy Wilkinson
4d694ddaa8
Fix bom plugin management versions
...
See gh-27044
3 years ago
Brian Clozel
bf17f50a1f
Align NettyProperties with Netty's defaults
...
Prior to this commit, `NettyProperties` would use `DISABLED` as the
default level for leak detection in Netty. This is not the default value
enforced by Netty, which is `SIMPLE`.
This commit changes the default configuration property value and ensures
that both stay in sync.
Fixes gh-27046
3 years ago
Andy Wilkinson
01f8cb7639
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27048
3 years ago
Andy Wilkinson
3746155916
Align Nimbus dependency versions with Spring Security
...
Closes gh-26820
3 years ago
Andy Wilkinson
ec2a7b9a5b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27045
3 years ago
Andy Wilkinson
363de4cfa5
Add dependency lock and constraint version alignment to Bomr
...
Closes gh-27044
3 years ago
Stephane Nicoll
198c9873ac
Merge branch '2.4.x' into 2.5.x
3 years ago