- 13 Dec, 2017 1 commit
-
-
Phillip Webb authored
-
- 12 Dec, 2017 6 commits
-
-
Andy Wilkinson authored
* gh-11321: Precompile current dir pattern in Handler
-
dreis2211 authored
Closes gh-11321
-
Andy Wilkinson authored
Closes gh-11311
-
Stephane Nicoll authored
* pr/11320: Polish "Handle null Principal in AuditEvent" Handle null Principal in AuditEvent
-
Stephane Nicoll authored
Closes gh-11320
-
nklmish authored
See gh-11320
-
- 11 Dec, 2017 1 commit
-
-
dreis2211 authored
Closes gh-11314
-
- 07 Dec, 2017 1 commit
-
-
Stephane Nicoll authored
Previously, a condition on a class targeting an inner class would generate an invalid String representation of it. Unfortunately, the `toString` representation misses the `$` sign between the outer class and the inner class name. This commit post-processes the values to generate the appropriate representation. Closes gh-11282
-
- 06 Dec, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-11271
-
- 02 Dec, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-11244
-
- 30 Nov, 2017 1 commit
-
-
Stephane Nicoll authored
-
- 29 Nov, 2017 6 commits
-
-
Andy Wilkinson authored
Closes gh-11207
-
Stephane Nicoll authored
* pr/11190: Update Apache Maven Central repository url
-
Sylwester Lachiewicz authored
Closes gh-11190
-
Stephane Nicoll authored
* pr/11189: Fix typo in StringUtils import
-
Sylwester Lachiewicz authored
Closes gh-11189
-
Stephane Nicoll authored
See gh-11193
-
- 28 Nov, 2017 2 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
- 27 Nov, 2017 3 commits
-
-
Andy Wilkinson authored
Closes gh-10885
-
Andy Wilkinson authored
Closes gh-10680
-
Andy Wilkinson authored
Closes gh-11167
-
- 24 Nov, 2017 1 commit
-
-
Andy Wilkinson authored
See gh-10885
-
- 23 Nov, 2017 10 commits
-
-
Stephane Nicoll 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
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
-
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
-
Andy Wilkinson authored
Closes gh-10894
-
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/11108: Fix broken Asciidoctor syntax
-
Johnny Lim authored
Closes gh-11108
-
- 21 Nov, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-11095
-
- 20 Nov, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-11089
-
- 15 Nov, 2017 1 commit
-
-
Andy Wilkinson authored
Previously, serialization of a @ConfigurationProperties bean to JSON would fail if: - A property on the bean returned the bean (the bean was self-referential) - An exception was thrown when attempting to retrieve a property's value. This commit makes the serialization more defensive by skipping any property that is affected by either of the problems described above. Debug logging has been added to aid diagnosis of missing properties. Closes gh-10846
-
- 13 Nov, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-10989
-
- 12 Nov, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-10947
-
- 07 Nov, 2017 1 commit
-
-
Stephane Nicoll authored
* pr/10941: Add missing null check in FileSystemWatcher.stopAfter()
-