- 28 Apr, 2021 2 commits
-
-
Andy Wilkinson authored
* gh-26264: Rename nohttp whitelist to allowlist Closes gh-26264
-
dreis2211 authored
See gh-26264
-
- 27 Apr, 2021 6 commits
-
-
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-26255
-
Andy Wilkinson authored
See gh-26248
-
Andy Wilkinson authored
Closes gh-26247
-
Andy Wilkinson authored
Fixes gh-26240
-
Phillip Webb authored
Closes gh-26239
-
- 26 Apr, 2021 1 commit
-
-
Andy Wilkinson authored
Fixes gh-26234
-
- 22 Apr, 2021 4 commits
-
-
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-26198
-
Stephane Nicoll authored
Closes gh-26197
-
- 21 Apr, 2021 1 commit
-
-
Stephane Nicoll authored
Closes gh-25610
-
- 20 Apr, 2021 6 commits
-
-
Stephane Nicoll authored
Closes gh-26179
-
Andy Wilkinson authored
Closes gh-26173
-
Andy Wilkinson authored
Closes gh-26174
-
Stephane Nicoll authored
* pr/26167: Use new update site for Spring Java Format's Eclipse plugin Closes gh-26167
-
wrongwrong authored
See gh-26167
-
Andy Wilkinson authored
Closes gh-26166
-
- 19 Apr, 2021 3 commits
-
-
Stephane Nicoll authored
* pr/14928: Polish "Enhance multiple entity manager factories how-to" Enhance multiple entity manager factories how-to Closes gh-14928
-
Stephane Nicoll authored
See gh-14928
-
Niclas Fredriksson authored
See gh-14928
-
- 16 Apr, 2021 1 commit
-
-
Stephane Nicoll authored
Closes gh-26118
-
- 15 Apr, 2021 9 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
This reverts commit 51d57e19. See gh-25838
-
Andy Wilkinson authored
See gh-26130
-
Andy Wilkinson authored
See gh-26130
-
Andy Wilkinson authored
Closes gh-26130
-
Stephane Nicoll authored
Closes gh-25907
-
Phillip Webb authored
* pr/25455: Polish 'Don't detect CloudPlatform when property is set' Don't detect CloudPlatform when property is set Closes gh-25455
-
Phillip Webb authored
See gh-25455
-
nguyensach authored
Update `CloudPlatform.isActive` to back-off from detection when any `spring.main.cloud-platform` property is set. See gh-25455
-
- 14 Apr, 2021 7 commits
-
-
Phillip Webb authored
Update `MavenPublishingConventions` to add a new `mavenOptional` feature that allows us to declare optional dependencies that are also published in the generated POM. This change allows us to include the maven-shade-plugin in the spring-boot-maven-plugin POM which fixes an issue with Eclipse m2e. Fixes gh-21992
-
Andy Wilkinson authored
Closes gh-26112
-
Stephane Nicoll authored
Closes gh-24027
-
Stephane Nicoll authored
Closes gh-26084
-
Stephane Nicoll authored
Closes gh-25905
-
Stephane Nicoll authored
Closes gh-26107
-
Stephane Nicoll authored
Closes gh-26099
-