- 12 Mar, 2020 8 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-20514
-
Andy Wilkinson authored
Closes gh-20513
-
Andy Wilkinson authored
Closes gh-20512
-
Andy Wilkinson authored
Closes gh-20511
-
Andy Wilkinson authored
Closes gh-20510
-
Madhura Bhave authored
This commit adds an additional 'layers/configuration' property that can be used to refer to a separate layers configuration file. This separate file defines: * The layers and their order of precedence, * How libraries are handled using filters that match against the coordinates of each library, and * How classes are handled using filters that match against the location of the entry An XSD to validate the XML configuration file is available. Closes gh-20295 Co-authored-by:
Stephane Nicoll <snicoll@pivotal.io>
-
Andy Wilkinson authored
Closes gh-20489
-
- 11 Mar, 2020 15 commits
-
-
Andy Wilkinson authored
Closes gh-20469
-
Andy Wilkinson authored
* gh-20417: Polish "Add clearChecksums to Liquibase auto-configuration" Add clearCheckSums to Liquibase auto configuration Closes gh-20417
-
Andy Wilkinson authored
See gh-20417
-
ferengra authored
Liquibase auto configuration is extended with clearCheckSums to allow to clear all checksums in the current changelog, so they will be recalculated upon the next update. See gh-20417
-
Andy Wilkinson authored
Closes gh-20503
-
Andy Wilkinson authored
Previously, DevToolsDataSourceCondition called getBeanNamesForType(Class) which could trigger unwanted initialization of lazy init singletons and objects created by FactoryBeans. This commit updates DevToolsDataSourceCondition to prohibit eager init when getting the names of the beans of a particular type. Fixes gh-20430
-
Andy Wilkinson authored
Closes gh-20502
-
Andy Wilkinson authored
Closes gh-20501
-
Andy Wilkinson authored
Previously, DependencyCustomizer's ifAllResourcesPresent method would return a customizer that added modules if any of the resources were present. This commit corrects this behaviours so that modules are only added if all resources are present. Fixes gh-20418
-
Stephane Nicoll authored
* pr/20498: Polish Closes gh-20498
-
Johnny Lim authored
See gh-20498
-
Stephane Nicoll authored
Closes gh-20241
-
Andy Wilkinson authored
The fix was applied as part of 308e1d36. This commit merges forwards the test that was added in 2.1.x and 2.2.x. Fixes gh-20386 in 2.2.0.M3.
-
Andy Wilkinson authored
Closes gh-20499
-
Andy Wilkinson authored
TomcatReactiveWebServerFactory's getTomcatWebServer is described as being a hook point the can be overrideden to return a different TomcatWebServer or to apply additional processing to the Tomcat server. Previously, this did not work as the method was not called to create the TomcatWebServer instance. Instead, TomcatWebServer was instantiated and returned directly. This commit updates TomcatReactiveWebServerFactory to call getTomcatWebServer to create the TomcatWebServer instance. A test has also been added to verify that the method is now used. Fixes gh-20386
-
- 10 Mar, 2020 17 commits
-
-
Andy Wilkinson authored
Closes gh-20491
-
Andy Wilkinson authored
* gh-20436: Update versiion of git-properties plugin shown in the docs Closes gh-20436
-
Florian Dreier authored
See gh-20436
-
Andy Wilkinson authored
Unfortunately, while redundant for new applications, removing the leading slash adversely affected existing application upon upgrades as it caused Liquibase to re-apply every change log. Closes gh-20177
-
Andy Wilkinson authored
* gh-20472: Improve unused exclusion detection and remove those that are unused Closes gh-20472
-
dreis2211 authored
See gh-20472
-
Andy Wilkinson authored
See gh-4657
-
Andy Wilkinson authored
Closes gh-20488
-
Andy Wilkinson authored
Closes gh-20487
-
Andy Wilkinson authored
Closes gh-20486
-
Andy Wilkinson authored
Closes gh-20485
-
Andy Wilkinson authored
Closes gh-20484
-
Andy Wilkinson authored
Closes gh-20441
-
Andy Wilkinson authored
Closes gh-20482
-
Andy Wilkinson authored
Closes gh-20481
-
Andy Wilkinson authored
Closes gh-20480
-
Andy Wilkinson authored
Closes gh-20479
-