- 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
-
- 25 May, 2021 1 commit
-
-
Stephane Nicoll authored
Closes gh-26592
-
- 24 May, 2021 2 commits
-
-
Stephane Nicoll authored
* pr/26632: Remove workaround for SUREFIRE-1679 Closes gh-26632
-
dreis2211 authored
See gh-26632
-
- 20 May, 2021 2 commits
-
-
Phillip Webb authored
Move resource handler auto-configuration logic back to the `WebMvcConfigurer` so that they also get applied to child contexts. Closes gh-25743
-
Spring Buildmaster authored
-
- 19 May, 2021 9 commits
-
-
Madhura Bhave authored
Fixes gh-11987
-
Andy Wilkinson authored
Fixes gh-22689
-
Andy Wilkinson authored
Fixes gh-26470
-
Stephane Nicoll authored
Closes gh-26600
-
Stephane Nicoll authored
Closes gh-26599
-
Stephane Nicoll authored
Closes gh-26598
-
Stephane Nicoll authored
Closes gh-26597
-
Stephane Nicoll authored
Closes gh-26426
-
Andy Wilkinson authored
Fixes gh-24151
-
- 18 May, 2021 1 commit
-
-
Stephane Nicoll authored
Closes gh-26429
-
- 17 May, 2021 7 commits
-
-
Andy Wilkinson authored
Closes gh-26428
-
Andy Wilkinson authored
Closes gh-26569
-
Stephane Nicoll authored
Closes gh-26479
-
Andy Wilkinson authored
* gh-25944: Polish "Document use of module replacements to swap dependencies" Document use of module replacements to swap dependencies Closes gh-25944
-
Andy Wilkinson authored
See gh-25944
-
Caleb Cushing authored
See gh-25944 Signed-off-by:
Caleb Cushing <xenoterracide@gmail.com>
-
Andy Wilkinson authored
* gh-26446: Remove unnecessary semicolon Closes gh-26446
-