- 02 Jun, 2021 3 commits
-
-
Stephane Nicoll authored
Closes gh-26735
-
Stephane Nicoll authored
Closes gh-26734
-
Stephane Nicoll authored
Closes gh-26733
-
- 01 Jun, 2021 4 commits
-
-
Stephane Nicoll authored
Closes gh-26727
-
Stephane Nicoll authored
Closes gh-26725
-
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 4 commits
-
-
Stephane Nicoll authored
Closes gh-26717
-
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 10 commits
-
-
Phillip Webb authored
Closes gh-26703
-
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-26701
-
Madhura Bhave authored
Closes gh-26700
-
Madhura Bhave authored
Closes gh-26469
-
Stephane Nicoll authored
Closes gh-26697
-
Stephane Nicoll authored
Closes gh-26696
-
Stephane Nicoll authored
Closes gh-26592
-
Stephane Nicoll authored
Closes gh-26695
-
- 27 May, 2021 10 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Rename the now public constant for consistency with the JavaPlugin. See gh-26686
-
Phillip Webb authored
Closes gh-26687
-
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
-
Phillip Webb authored
This reverts commit 3f858ed8 since the test already existed.
-
Phillip Webb authored
Closes gh-26679
-
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 9 commits
-
-
Phillip Webb authored
Update `ApplicationAvailabilityBean` so that state change logging is at DEBUG rather than INFO. Fixes gh-26624
-
Phillip Webb authored
-
Phillip Webb authored
Fix `DataSourceBuilder` so that the type used to access `deriveFrom` properties is based on the actual instance type rather than the user-defined type which could have been changed. Fixes gh-26644
-
Scott Frederick authored
Update `DataSourceBuilder` so that the `driverClassName` may be optional and silently ignored if it set but the underlying type does not have a getter/setter. This restores Spring Boot 2.4 behavior. Fixes gh-26631 Co-authored-by:
Phillip Webb <pwebb@vmware.com>
-
Scott Frederick authored
Update `DataSourceBuilder` so that setters are not longer called for `null` values. This restores Spring Boot 2.4 behavior. Fixes gh-26633 Co-authored-by:
Phillip Webb <pwebb@vmware.com>
-
Scott Frederick authored
Update `DataSourceBuilder` so that the url property attempts both `getUrl()` / `setUrl(...)` and `getURL()`/`setURL(...)`. Fixes gh-26647 Co-authored-by:
Phillip Webb <pwebb@vmware.com>
-
Phillip Webb authored
Fix a bug in `DataSourceInitializationConfiguration` that was stopping custom username/password properties from being applied. Fixes gh-26676
-
Scott Frederick authored
-
Stephane Nicoll authored
See gh-26654
-