- 01 Nov, 2017 8 commits
-
-
Andy Wilkinson authored
Closes gh-10847
-
Andy Wilkinson authored
Closes gh-10860
-
Stephane Nicoll authored
Closes gh-10857
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit automatically instruments all available data sources with a configurable metric name. The instrumentation can be disabled in case more control is needed. Closes gh-10295
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
- 31 Oct, 2017 18 commits
-
-
Andy Wilkinson authored
* gh-10797: Wrap spring-boot-features.adoc at 90 characters Make editorial changes to spring-boot-features.adoc
-
Andy Wilkinson authored
Closes gh-10797
-
Jay Bryant authored
See gh-10797
-
Madhura Bhave authored
Closes gh-10837
-
Andy Wilkinson authored
* gh-10833: Wrap deployment.adoc at 90 characters Make editorial changes to deployment.adoc
-
Andy Wilkinson authored
Closes gh-10833
-
Jay Bryant authored
See gh-10833
-
Andy Wilkinson authored
Previously, the configuration metadata annotation processor relied upon an additional metadata file have been copied to an output location. When building with Gradle, it's the processResources task that performs this copy and there is no guarantee that it will have run before the compileJava task unless an explicit dependency betwee the two tasks has been configured. If a project is built using Gradle's parallel build support, the likelihood of this required ordering not occurring increases. This commit updates the configuration metadata annotation processor to consider a new annotation processor option when looking for the additional config metadata file. The Gradle plugin has been updated to provide this option as a compiler argument. The option is only provided when the annotation processor is found on the compilation classpath to avoid a warning from javac's annotation processing about the use of an option that is not supported by any of the available annotation processors. Closes gh-9755
-
Andy Wilkinson authored
* gh-10835: Wrap build-tool-plugins.adoc at 90 characters Edit build-tool-plugins.adoc
-
Andy Wilkinson authored
Closes gh-10835
-
Jay Bryant authored
See gh-10835
-
Andy Wilkinson authored
* gh-10834: Wrap spring-boot-cli.adoc at 90 characters Edit spring-boot-cli.adoc
-
Andy Wilkinson authored
Closes gh-10834
-
Jay Bryant authored
See gh-10834
-
Andy Wilkinson authored
Closes gh-10841
-
Andy Wilkinson authored
Closes gh-10817
-
Andy Wilkinson authored
Closes gh-10705
-
Stephane Nicoll authored
-
- 30 Oct, 2017 14 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10769
-
Phillip Webb authored
-
Phillip Webb authored
See gh-10832
-
Andy Wilkinson authored
See gh-10828
-
Brian Clozel authored
This commit adds a new customizer interface, `NettyServerCustomizer` for customizing Reactor Netty server instances while they're being built. Closes gh-10418
-
Andy Wilkinson authored
Closes gh-7656
-
Andy Wilkinson authored
Closes gh-10828
-
Andy Wilkinson authored
Closes gh-9670
-
Stephane Nicoll authored
* pr/10822: Polish "Handle AbstractReactiveHealthIndicator.doHealthCheck exception" Handle AbstractReactiveHealthIndicator.doHealthCheck exception
-
Stephane Nicoll authored
Closes gh-10822
-
Nikolay Rybak authored
Exceptions inside AbstractReactiveHealthIndicator.doHealthCheck() method, outside of Mono pipeline, could fail whole endpoint response instead of returning `DOWN` status from indicator. See gh-10822
-
Andy Wilkinson authored
Closes gh-9998
-
Stephane Nicoll authored
* pr/10824: Fix duplicated 'the' in Quartz scheduler doc section
-