- 19 Mar, 2020 11 commits
-
-
Stephane Nicoll authored
See gh-20576
-
dreis2211 authored
Closes gh-20576
-
Stephane Nicoll authored
See gh-20576
-
Stephane Nicoll authored
Closes gh-20575
-
Stephane Nicoll authored
See gh-20574
-
Stephane Nicoll authored
See gh-20573
-
Stephane Nicoll authored
See gh-20571
-
Stephane Nicoll authored
See gh-20569
-
Stephane Nicoll authored
Closes gh-20567
-
Stephane Nicoll authored
* pr/20566: Upgrade CI images to Ubuntu Bionic 20200311 Closes gh-20566
-
dreis2211 authored
See gh-20566
-
- 18 Mar, 2020 2 commits
-
-
Andy Wilkinson authored
* gh-20323: Fix recommended task dependency configuration Closes gh-20323
-
Lars Grefer authored
`compileJava.dependsOn(processResources)` is not enough to ensure the correct behavior. Using `dependsOn` only affects the execution order (`processResources` before `compileJava`) but not the up-to-date check of `compileJava`. After modifying `META-INF/additional-spring-configuration-metadata.json`, the `processResouces` task will considered out-of-date and will be re-executed, but after that `compileJava` will still be considered up-to-date which causes the changes not to be merged into `META-INF/spring-configuration-metadata.json` With this change the up-do-date check of `compileJava` is affected, too. Therefore, it will correctly re-execute the configuration-processor when `META-INF/additional-spring-configuration-metadata.json` was changed. See gh-20323
-
- 17 Mar, 2020 4 commits
-
-
Stephane Nicoll authored
* pr/20541: Use @Configuration(proxyBeanMethods=false) wherever possible Closes gh-20541
-
dreis2211 authored
See gh-20541
-
Andy Wilkinson authored
Closes gh-20543
-
Andy Wilkinson authored
Fixes gh-20531
-
- 11 Mar, 2020 5 commits
-
-
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-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
-
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 2 commits
-
-
Andy Wilkinson authored
* gh-20436: Update versiion of git-properties plugin shown in the docs Closes gh-20436
-
Florian Dreier authored
See gh-20436
-
- 09 Mar, 2020 2 commits
-
-
Madhura Bhave authored
Closes gh-20432
-
Madhura Bhave authored
This reverts commit 6828a15d. The commit has been reverted as it breaks backwards compatiblity. Fixes gh-20343
-
- 08 Mar, 2020 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-20421
-
Stephane Nicoll authored
* pr/20420: Upgrade CI to Docker 19.03.7 Closes gh-20420
-
dreis2211 authored
See gh-20420
-
- 05 Mar, 2020 2 commits
-
-
Stephane Nicoll authored
* pr/20388: Fix some deprecations Closes gh-20388
-
dreis2211 authored
See gh-20388
-
- 04 Mar, 2020 4 commits
-
-
Stephane Nicoll authored
* pr/19987: Use ServerHttpResponse.getRawStatusCode() in WebFluxTags Closes gh-19987
-
Johnny Lim authored
See gh-19987
-
Stephane Nicoll authored
* pr/20385: Test the Gradle Plugin against Gradle 6.2.2 Closes gh-20385
-
dreis2211 authored
See gh-20385
-
- 02 Mar, 2020 3 commits
-
-
Madhura Bhave authored
Closes gh-20375
-
Madhura Bhave authored
* pr/20361: Upgrade CI images to Ubuntu Bionic 20200219 Closes gh-20361
-
dreis2211 authored
See gh-20361
-
- 01 Mar, 2020 1 commit
-
-
Stephane Nicoll authored
Closes gh-20358
-