- 05 Oct, 2018 40 commits
-
-
Michael Weirauch authored
See gh-12482 Co-authored-by:
Michael J. Simons <michael@simons.ac>
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14589
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14700
-
Andy Wilkinson authored
Closes gh-14690
-
Stephane Nicoll authored
This commit splits auto-configurations that require different environments so that they can be filtered early. Closes gh-12260
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14675
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/13926: Polish "Add reactive health indicator for Couchbase" Add reactive health indicator for Couchbase
-
Stephane Nicoll authored
Closes gh-13926
-
Mikalai Lushchytski authored
See gh-13926
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-14691
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14692
-
Andy Wilkinson authored
Closes gh-14691
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, the JSON-B auto-configuration would be enabled when the JSON-B API was on the classpath. This led to a failure if there was no implementation available. The JSON-B API loads an implementation using the service loader. This commit updates the auto-configuration to be conditional on the presence of a META-INF/services/javax.json.bind.spi.JsonbProvider file on the classpath. Closes gh-14675
-
Andy Wilkinson authored
* gh-14585: Polish "Add Kotlin DSL examples to Gradle Plugin's documentation" Add Kotlin DSL examples to Gradle Plugin's documentation
-
Andy Wilkinson authored
Closes gh-14585
-
jnizet authored
See gh-14585
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14620: Simplify escaping of newline characters when publishing release notes
-
Hanope authored
Closes gh-14620
-
Andy Wilkinson authored
* gh-14684: Polish "Drop support for "all" from management.metrics.distribution.sla" Drop support for "all" from management.metrics.distribution.sla
-
Andy Wilkinson authored
Closes gh-14684
-
artsiom authored
See gh-14684
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14689
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14688: Fix BeansEndpoint typo in readme
-
dreis2211 authored
Closes gh-14688
-
Phillip Webb authored
* pr/13377: Polish "Add ReloadableResourceBundleMessageSource support" Add ReloadableResourceBundleMessageSource support
-
Phillip Webb authored
See gh-13377
-
Phillip Webb authored
Update `WebMvcProperties` to enforce that `server.servlet.path` never contains a wildcard ['*'] character. Closes gh-13292
-
Rui Figueira authored
Add a `spring.messages.reloadable` configuration property which can be used to auto-configure a `ReloadableResourceBundleMessageSource` rather than a `ResourceBundleMessageSource`. Closes gh-13377
-