- 26 May, 2020 2 commits
-
-
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 13 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
-
Stephane Nicoll authored
* pr/21480: Polish "Use the container IP address for tests using TestContainer" Use the container IP address for tests using TestContainer Closes gh-21480
-
Stephane Nicoll authored
See gh-21480
-
olivier lamy authored
See gh-21480
-
Stephane Nicoll authored
Closes gh-21560
-
Stephane Nicoll authored
See gh-21392
-
Stephane Nicoll authored
* pr/21392: Fix uri tag for empty path Closes gh-21392
-
Jon Schneider authored
See gh-21392
-
- 22 May, 2020 3 commits
-
-
Brian Clozel authored
This commit mentions the `management.health.probes.enabled` configuration property in the Kubernetes Probes section of the Actuator chapter. Enabling this property is required if we need to expose Kubernetes Probes in a non-Kubernetes environment. Fixes gh-21505
-
Brian Clozel authored
Prior to this commit, Spring Boot would auto-configure Spring MVC and would keep the default `UrlPathHelper` configuration. Since Spring Boot is in charge of configuring the `DispatcherServlet` and its mapping, it is in a position to optimally configure the `UrlPathHelper` depending on the chosen mapping. This commit sets the `alwaysUseFullPath` property of `UrlPathHelper` if the Servlet mapping is `"/"`. This is more efficient since this configuration requires less processing of the request path. Closes gh-21499
-
Brian Clozel authored
This commit adds the support for static and templated welcome pages with Spring WebFlux. The implementation is backed by a `RouterFunction` that's serving a static `index.html` file or rendering an `index` view. Closes gh-9785
-
- 21 May, 2020 6 commits
-
-
Scott Frederick authored
Prior to this commit, a default tag of 'latest' was used when no tag was included in the builder image name used when building an image in the Maven and Gradle plugins, but the tag for the run image was left empty if it was not provided. This resulted in errors when pulling the run image from an image repository. This commit applies the same tag defaulting logic to the run image name. Fixes gh-21532
-
Madhura Bhave authored
Closes gh-21529
-
Madhura Bhave authored
* pr/21485: Fix typo in section 4.30.6 Closes gh-21485
-
Moritz do Rio Schulze authored
See gh-21485
-
Madhura Bhave authored
* pr/21509: Avoid allocations in ConfigFileApplicationListener Closes gh-21509
-
dreis2211 authored
See gh-21509
-
- 20 May, 2020 13 commits
-
-
Madhura Bhave authored
Closes gh-21524
-
Madhura Bhave authored
Closes gh-21526
-
Madhura Bhave authored
Closes gh-21525
-
Madhura Bhave authored
Closes gh-21528
-
Madhura Bhave authored
Closes gh-21527
-
Madhura Bhave authored
Closes gh-21282
-
Scott Frederick authored
-
Scott Frederick authored
* gh-21490: Polish `Add gradle build image command line example` Add gradle build image command line example Closes gh-21490
-
Scott Frederick authored
See gh-21490
-
Dave Syer authored
See gh-21490
-
Scott Frederick authored
Closes gh-21522
-
Scott Frederick authored
Fixes gh-21354
-
Andy Wilkinson authored
Fixes gh-21518
-
- 18 May, 2020 3 commits
-
-
Andy Wilkinson authored
Fixes gh-21470
-
Andy Wilkinson authored
* gh-21481: Polish Closes gh-21481
-
wonwoo authored
See gh-21481
-