- 23 Nov, 2017 40 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-10706: Polish "Fix handling of spaces in container's document root" Fix handling of spaces in container's document root
-
Andy Wilkinson authored
Closes gh-10706
-
Ali Kord authored
See gh-10706
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, the env endpoint would use the entire environment to get the value of each property in a source. This meant that when there were multiple sources with the same property, the value from the source with the highest precedence would be used for every source that contains the property. This commit update the endpoint to retrieve the value from the property source that is being described, rather than resolving it against all the environment's property sources. Closes gh-10883
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Previously, the PID system property was set after the CONSOLE_LOG_PATTERN and FILE_LOG_PATTERN system properties. This meant that the values of the pattern system properties could not reference the PID system property, i.e. ${PID} would not resolve. This commit sets the PID system property before the *_LOG_PATTERN system properties, thereby allowing the latter to reference the former. Closes gh-10594
-
Stephane Nicoll authored
See gh-10595
-
Stephane Nicoll authored
See gh-10884
-
Stephane Nicoll authored
See gh-11113
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-10894
-
Andy Wilkinson authored
-
Andy Wilkinson authored
jOOQ auto-configuration will make use of a PlatformTransactionManager bean if available. This commit ensures that jOOQ is auto-configured after transaction auto-configuration, thereby ensuring that any auto-configuration PlatformTransactionManager bean can be consumed. Closes gh-11052
-
Stephane Nicoll authored
* pr/11091: Polish "Fix references to management related properties" Fix references to management related properties
-
Stephane Nicoll authored
Closes gh-11091
-
Vedran Pavic authored
See gh-11091
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11108: Fix broken Asciidoctor syntax
-
Johnny Lim authored
Closes gh-11108
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11115: Add reference to Neo4j's health indicator
-
Eric Spiegelberg authored
Closes gh-11115
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-11090
-
Phillip Webb authored
Change the endpoint default path from `/application` to `/actuator`. Fixes gh-10970
-
Phillip Webb authored
See gh-11113
-
Phillip Webb authored
Update `Binder` so that if a property exists, but it cannot be converted to required type, bean binding is attempted. Prior to this commit, if a user happened to have an environment variable named `SERVER` the binder would fail when trying to directly convert its `String` value into a `ServerProperties` Fixes gh-10945
-
Phillip Webb authored
Update `JacksonAutoConfiguration` so that `write-dates-as-timestamps` now defaults to `false`. Fixes gh-11079
-
Phillip Webb authored
* pr/11055: Polish Spring Session WebFlux sample Add Spring Session WebFlux sample
-
Phillip Webb authored
Drop the status endpoint and merge functionality back into the health endpoint. The `management.endpoint.health.show-details` property can be used to change if full details, or just the status is displayed. Fixes gh-11113
-
Phillip Webb authored
Closes gh-11055
-
Vedran Pavic authored
See gh-11055
-
Phillip Webb authored
Rename `reactive-repositories` to `reactiverepositories` and replace `spring.resources.cache-control` with `spring.resources.cache.control`. Fixes gh-11090
-