- 28 Apr, 2021 3 commits
-
-
Andy Wilkinson authored
Closes gh-26272
-
Andy Wilkinson authored
* gh-26264: Rename nohttp whitelist to allowlist Closes gh-26264
-
dreis2211 authored
See gh-26264
-
- 27 Apr, 2021 12 commits
-
-
Andy Wilkinson authored
Closes gh-26260
-
https://bugs.openjdk.java.net/browse/JDK-8156584Andy Wilkinson authored
sun.security.x509.AlgorithmId.get(String) isn't thread-safe and can lead to null be returned for an algorithm that should be present. This commit aims to work around this problem by avoiding the call to AlgorithmId.get(String). It does so by configuring the PKCS12 key protection algorithm to one that starts with pbewithhmacsha (case insensitive). This short-circuits the logic in PKCS12KeyStore.mapPBEAlgorithmToOID(String) and avoids the call to AlgorithmId.get(String). Thanks again to @dreis2211 for the suggestion. The work around is only used when building with Java 8 as the problem was fixed in Java 9. Closes gh-26252
-
Andy Wilkinson authored
Closes gh-26256
-
Andy Wilkinson authored
Closes gh-26255
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-26248
-
Andy Wilkinson authored
Closes gh-26250
-
Andy Wilkinson authored
Closes gh-26247
-
Andy Wilkinson authored
Closes gh-26245
-
Andy Wilkinson authored
Fixes gh-26240
-
Phillip Webb authored
Closes gh-26241
-
Phillip Webb authored
Closes gh-26239
-
- 26 Apr, 2021 3 commits
-
-
Andy Wilkinson authored
Closes gh-26236
-
Andy Wilkinson authored
Fixes gh-26234
-
Brian Clozel authored
Prior to this commit, the `spring.web.resources.cache.use-last-modified` configuration property support was lost during a merge operation right before 2.4.2. This is due to an invalid test that missed this unintended change. This commit fixes both problems. Fixes gh-26212
-
- 22 Apr, 2021 9 commits
-
-
Stephane Nicoll authored
Closes gh-26210
-
Stephane Nicoll authored
* pr/26209: Align Maven version in system requirements with what is actually tested Closes gh-26209
-
Shimizu, Yuko authored
See gh-26209
-
Stephane Nicoll authored
Closes gh-24247
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26194
-
Stephane Nicoll authored
Closes gh-26195
-
Stephane Nicoll authored
Closes gh-26198
-
Stephane Nicoll authored
Closes gh-26197
-
- 21 Apr, 2021 5 commits
-
-
Stephane Nicoll authored
See gh-26188
-
Stephane Nicoll authored
* pr/26188: Polish Closes gh-26188
-
izeye authored
See gh-26188
-
Stephane Nicoll authored
Closes gh-26185
-
Stephane Nicoll authored
Closes gh-25610
-
- 20 Apr, 2021 8 commits
-
-
Stephane Nicoll authored
Closes gh-26181
-
Stephane Nicoll authored
Closes gh-26179
-
Andy Wilkinson authored
Closes gh-26177
-
Andy Wilkinson authored
Closes gh-26173
-
Andy Wilkinson authored
Closes gh-26175
-
Andy Wilkinson authored
Closes gh-26174
-
Stephane Nicoll authored
Closes gh-26171
-
Stephane Nicoll authored
* pr/26167: Use new update site for Spring Java Format's Eclipse plugin Closes gh-26167
-