- 24 Jun, 2021 2 commits
-
-
Andy Wilkinson authored
Closes gh-27080
-
Phillip Webb authored
Closes gh-27054
-
- 10 Jun, 2021 3 commits
-
-
Spring Buildmaster authored
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-26842
-
- 09 Jun, 2021 11 commits
-
-
Madhura Bhave authored
-
Andy Wilkinson authored
Closes gh-26772
-
Andy Wilkinson authored
Closes gh-26770
-
Andy Wilkinson authored
Closes gh-26771
-
Stephane Nicoll authored
Closes gh-26832
-
Stephane Nicoll authored
Closes gh-26831
-
Stephane Nicoll authored
Closes gh-26830
-
Stephane Nicoll authored
Closes gh-26829
-
Andy Wilkinson authored
Fixes gh-26812
-
Phillip Webb authored
Change `CompositeHealth.getDetails()` to public so that it serializes correctly when `MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS` is disabled. Fixes gh-26797
-
Phillip Webb authored
-
- 06 Jun, 2021 6 commits
-
-
Stephane Nicoll authored
Closes gh-26781
-
Stephane Nicoll authored
Closes gh-26780
-
Stephane Nicoll authored
Closes gh-26779
-
Stephane Nicoll authored
Closes gh-26778
-
Stephane Nicoll authored
Closes gh-26777
-
Stephane Nicoll authored
Closes gh-26776
-
- 05 Jun, 2021 3 commits
-
-
Stephane Nicoll authored
See gh-26772
-
Stephane Nicoll authored
See gh-26771
-
Stephane Nicoll authored
See gh-26770
-
- 04 Jun, 2021 1 commit
-
-
Stephane Nicoll authored
-
- 03 Jun, 2021 3 commits
-
-
Stephane Nicoll authored
* pr/26737: Remove reference to surefirebooter JAR Closes gh-26737
-
dreis2211 authored
See gh-26737
-
Phillip Webb authored
Update `JarFile` and `JarFileWrapper` classes so that they no longer close the `JarFile` early if a `SecurityManager` is in use. Prior to this commit, the closed `JarFile` would cause (an ultimately swallowed) NPE in `ZipFile` which manifested itself as a `ClassNotFoundException` when starting the app. Closes gh-25538
-
- 02 Jun, 2021 3 commits
-
-
Madhura Bhave authored
Fixes gh-26736
-
Madhura Bhave authored
This commit aligns int and long so that a random number is generated by delegating to ints/longs in the JDK's Random API. In the case of a single bound value, it needs to be greater than 0 because 0 is used as the lower bound. Fixes gh-26628
-
Stephane Nicoll authored
Closes gh-26733
-
- 01 Jun, 2021 1 commit
-
-
Stephane Nicoll authored
Previously, LoggingSystem#get would chose Logback by the sole presence of a class in logback-core, with the assumption that logback-classic is also on the classpath. An app that only had the former would therefore fail. This commit updates the condition to check for a class in logback-classic instead. Closes gh-26711
-
- 31 May, 2021 2 commits
-
-
Stephane Nicoll authored
* pr/26713: Remove redudant space Closes gh-26713
-
weixsun authored
See gh-26713
-
- 28 May, 2021 3 commits
-
-
Phillip Webb authored
Update `ImageName` and `ImageReference` to use distinct regex patterns to parse specific parts of the value. Prior to this commit a single regex pattern was used which could hang given certain input strings. Fixes gh-23115
-
Madhura Bhave authored
Closes gh-26469
-
Stephane Nicoll authored
Closes gh-26695
-
- 26 May, 2021 2 commits
-
-
Stephane Nicoll authored
Closes gh-26592
-
Phillip Webb authored
Add `EclipseConventions` to force the JavaSE-1.8 runtime to be applied to the imported projects. Closes gh-26669
-