- 24 Nov, 2017 6 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-10885
-
Stephane Nicoll authored
* pr/11039: Polish "Introduce TestRestTemplate Kotlin extensions" Introduce TestRestTemplate Kotlin extensions
-
Stephane Nicoll authored
Closes gh-11039
-
sdeleuze authored
This commit introduces Kotlin extensions similar to the RestOperations ones in order to be able to take advantage of Kotlin reified type parameters for example. See gh-11039
-
- 23 Nov, 2017 34 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-10863
-
Andy Wilkinson authored
* gh-11126: Polish
-
Johnny Lim authored
Closes gh-11126
-
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
-