- 12 Jan, 2016 4 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
- 11 Jan, 2016 1 commit
-
-
Stephane Nicoll authored
-
- 05 Jan, 2016 2 commits
-
-
Stephane Nicoll authored
Issue #4533 was supposed to make BasicBatchConfigurer public again but unfortunately only the class visibility was changed. This commit makes sure it can be overridden. Closes gh-4888
-
Phil Webb authored
Update the Oomph instructions.
-
- 04 Jan, 2016 2 commits
-
-
Andy Wilkinson authored
-
zhanhb authored
Closes gh-4844
-
- 03 Jan, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/4867: Fix invalid port number in doc
-
Kazuki Shimizu authored
Closes gh-4867
-
- 30 Dec, 2015 1 commit
-
-
Dave Syer authored
By type is too restrictive and surprising for users who wanted to add their own MetricReaderPublicMetrics for other reasons.
-
- 28 Dec, 2015 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-4839
-
Stephane Nicoll authored
# Conflicts: # spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/websocket/WebSocketAutoConfiguration.java
-
Stephane Nicoll authored
Tomcat's websocket support requires Java7 or later. That commit makes sure to register its support only when such requirement is met. Closes gh-4846
-
- 25 Dec, 2015 1 commit
-
-
Stephane Nicoll authored
Clarify that "spring.config.*" properties doesn't work in configuration files. Closes gh-4838
-
- 24 Dec, 2015 4 commits
-
-
Stephane Nicoll authored
* pr/4829: Change redirect in initscript to support old bash
-
Johannes Edmeier authored
`&>>` syntax is bash version 4. This fix allows to support older versions. Fixes gh-4820 Closes gh-4829
-
Stephane Nicoll authored
* pr/4837: Polish test
-
Johnny Lim authored
Closes gh-4837
-
- 21 Dec, 2015 1 commit
-
-
Stephane Nicoll authored
See gh-4809
-
- 19 Dec, 2015 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-4789
-
- 18 Dec, 2015 6 commits
-
-
Dave Syer authored
when the logname is empty it replaces it with the root logger name. Fixes gh-4808
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
* pr/4806: Fix typos
-
Johnny Lim authored
Closes gh-4806
-
Andy Wilkinson authored
Closes gh-4786
-
- 17 Dec, 2015 10 commits
-
-
Phillip Webb authored
ExitCodeGenerators is not going to be immediately used by spring-task so it can remain package-private for now. See gh-4757
-
Stephane Nicoll authored
Closes gh-4792
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-4644
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Previously, the worker used non-daemon threads which meant that they prevented the JVM from shutting down. Ideally, we’d avoid this problem by closing the worker and access log receiver as part of stopping Undertow, however, due to an apparent bug in Undertow [1], it’s not possible to do so cleanly. This commit configures the access log worker to use daemon threads so that they do not prevent the JVM from shutting down. Unfortunately, this means that the threads will still be running after the context has been closed but before the JVM shuts down but that appears to be unavoidable due to the aforementioned Undertow bug. Closes gh-4793 [1] https://issues.jboss.org/browse/UNDERTOW-597
-
Andy Wilkinson authored
This reverts commit 00ba7bea. See gh-4786
-
Phillip Webb authored
Fixes gh-2872
-
Phillip Webb authored
-