- 03 Jun, 2021 5 commits
-
-
Stephane Nicoll authored
Closes gh-26747
-
Stephane Nicoll authored
* pr/26737: Remove reference to surefirebooter JAR Closes gh-26737
-
dreis2211 authored
See gh-26737
-
Phillip Webb authored
Closes gh-26743
-
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 6 commits
-
-
Madhura Bhave authored
Closes gh-26740
-
Madhura Bhave authored
Fixes gh-26736
-
Madhura Bhave authored
Closes gh-26738
-
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-26734
-
Stephane Nicoll authored
Closes gh-26733
-
- 01 Jun, 2021 2 commits
-
-
Stephane Nicoll authored
Closes gh-26724
-
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 3 commits
-
-
Stephane Nicoll authored
Closes gh-26716
-
Stephane Nicoll authored
* pr/26713: Remove redudant space Closes gh-26713
-
weixsun authored
See gh-26713
-
- 28 May, 2021 7 commits
-
-
Phillip Webb authored
Closes gh-26702
-
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-26700
-
Madhura Bhave authored
Closes gh-26469
-
Stephane Nicoll authored
Closes gh-26696
-
Stephane Nicoll authored
Closes gh-26592
-
Stephane Nicoll authored
Closes gh-26695
-
- 27 May, 2021 6 commits
-
-
Phillip Webb authored
Rename the now public constant for consistency with the JavaPlugin. See gh-26686
-
Phillip Webb authored
Change `SpringBootPlugin.PRODUCTION_RUNTIME_CLASSPATH_NAME` from package private to public so that it can be accessed in user build scripts. Fixes gh-26686
-
Phillip Webb authored
This reverts commit 3f858ed8 since the test already existed.
-
Phillip Webb authored
* pr/26677: Test optional directories without sub-directories Fix "Allow optional directories without sub-directories" Closes gh-26677
-
Phillip Webb authored
Add an additional test to ensure that optional wildcard directory patterns do not fail. See gh-26677
-
- 26 May, 2021 4 commits
-
-
Stephane Nicoll authored
Closes gh-26592
-
Andy Wilkinson authored
Update `StandardConfigDataLocationResolver` so that directory resources are only required when the location is not optional. Closes gh-26627 Co-authored-by:
Phillip Webb <pwebb@vmware.com>
-
Phillip Webb authored
Closes gh-26670
-
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 6 commits
-
-
Stephane Nicoll authored
* pr/26421: Polish "Clarify Kotlin version requirements in documentation" Clarify Kotlin version requirements in documentation Closes gh-26421
-
Stephane Nicoll authored
See gh-26421
-
Lovekesh Garg authored
See gh-26421
-
Stephane Nicoll authored
Closes gh-26653
-
Stephane Nicoll authored
Closes gh-26592
-
Madhura Bhave authored
-
- 24 May, 2021 1 commit
-
-
Madhura Bhave authored
If the property is explicitly configured, that gets used. If none are present, we rely on Spring Security's default value of REDIRECT. Fixes gh-26454
-