- 02 Jun, 2020 2 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update `MavenPluginPlugin` to fix HelpMojo support. Closes gh-21556
-
- 01 Jun, 2020 9 commits
-
-
Madhura Bhave authored
-
Phillip Webb authored
Closes gh-21645
-
Phillip Webb authored
Closes gh-21643
-
Phillip Webb authored
Restore tests that were previously ignored due to a framework bug. Closes gh-19702
-
Madhura Bhave authored
Closes gh-21642
-
Madhura Bhave authored
Fixes gh-21620
-
Andy Wilkinson authored
Fixes gh-21610
-
Andy Wilkinson authored
Closes gh-21629
-
Andy Wilkinson authored
Closes gh-21634
-
- 29 May, 2020 1 commit
-
-
Scott Frederick authored
Previously, if the Spring Boot build plugins got a connection error when attempting to communicate with a Docker daemon (for example, when the daemon isn't running), the error message made it appear that the daemon returned an HTTP error code. This commit makes a connection error distinct from an HTTP error response code to make it easier for the user to diagnose the root cause of the problem. Fixes gh-21554
-
- 28 May, 2020 3 commits
-
-
Andy Wilkinson authored
-
Phillip Webb authored
-
Phillip Webb authored
-
- 27 May, 2020 13 commits
-
-
Phillip Webb authored
Closes gh-21598
-
Phillip Webb authored
Closes gh-21597
-
Phillip Webb authored
Update `YamlJsonParser` and `OriginTrackedYamlLoader` to ensure that custom types cannot be loaded. Closes gh-21596
-
Andy Wilkinson authored
Closes gh-21594
-
Andy Wilkinson authored
Closes gh-21593
-
Andy Wilkinson authored
Previously, the files were extracted on the fly and written into the jars. This didn't work well with Gradle's up-to-date checks as the inputs of the jar task were not well-defined. This commit moves the extraction of the notice and license files into a separate task, the outputs of which are then copied into the jar's META-INF. Closes gh-21592
-
Andy Wilkinson authored
Previously, an AvailabilityChangeEvent was published when the servlet and reactive web server application contexts were closed, irrespective of whether or not the context was active. This caused problems when the context was not active due to a refresh failure as the event publication could then trigger bean creation and post-processing that relied upon beans that had been destroyed when cleaning up after the refresh failure. The most commonly seen symptom was a missing importRegistry bean that is required by ImportAwareBeanPostProcessor. This commit updates the two web server application contexts to only publish the availability change event if the context is active. Fixes gh-21588
-
Stephane Nicoll authored
Kafka 2.5 no longer provides artifacts for Scala 2.11 Closes gh-21589
-
Stephane Nicoll authored
This commit polishes the assertions of the NoSuchMethodError failure analyzer as the method format changes according to the JDK. See gh-21587
-
Stephane Nicoll authored
* pr/21581: Upgrade to Testcontainers 1.14.2 Closes gh-21581
-
dreis2211 authored
See gh-21581
-
Stephane Nicoll authored
Closes gh-21574
-
Andy Wilkinson authored
Closes gh-21587
-
- 26 May, 2020 6 commits
-
-
Stephane Nicoll authored
* pr/21579: Polish "Polish duration support javadoc" Polish duration support javadoc Closes gh-21579
-
Stephane Nicoll authored
See gh-21579
-
OrangeDog authored
See gh-21579
-
Stephane Nicoll authored
This commit restores RestClientBuilderCustomizer in the rest package in a deprecated fashion so that the upgrade from 2.2 is smoother. Closes gh-21572
-
Andy Wilkinson authored
Previously, the productionRuntimeClasspath configuration was created without any attributes. This caused problems with multi-project dependency resolution as there was insufficient information for Gradle to determine which variant of a dependency should be used by the productionRuntimeClasspath configuration. This commit updates the configuration to have three attributes, each configured with the same values as those of Gradle's own runtimeClasspathConfiguration. Fixes gh-21549
-
Stephane Nicoll authored
Closes gh-21440
-
- 25 May, 2020 6 commits
-
-
Stephane Nicoll authored
Closes gh-21563
-
Stephane Nicoll authored
* pr/21540: Fix links for Apache Camel starter Closes gh-21540
-
Bram De Cneudt authored
See gh-21540
-
Stephane Nicoll authored
* pr/21492: Fix default value for spring.data.jpa.repositories.bootstrap-mode Closes gh-21492
-
Toshiaki Maki authored
See gh-21492
-
Stephane Nicoll authored
Closes gh-21562
-