- 20 Jul, 2016 8 commits
-
-
Johnny Lim authored
Closes gh-6432
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6419
-
Andy Wilkinson authored
4.1.2 is not going to be out in time for inclusion in 1.4.0 See gh-6390
-
- 19 Jul, 2016 14 commits
-
-
Phillip Webb authored
Update logback `base.xml` so that both `LOG_PATH` and `LOG_TEMP` can be specified without a trailing slash. Fixes gh-6423
-
Phillip Webb authored
See gh-5849
-
Phillip Webb authored
Update the `/env` sample used in the actuator docs to use only a limited set of keys. Fixes gh-5849
-
Phillip Webb authored
This reverts commit 037e6974. See gh-6406
-
Andy Wilkinson authored
Closes gh-5461
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-5046
-
Stephane Nicoll authored
Closes gh-6418
-
Andy Wilkinson authored
Closes gh-6412
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6417
-
Stephane Nicoll authored
-
Phillip Webb authored
Fix Gradle test broken when `tomcat-juli` was removed. See gh-6192
-
Phillip Webb authored
Upgrade the managed Tomcat dependency to 8.5.4 and remove `tomcat-juli` since it's now included in `tomcat-embed-core`. Fixes gh-6192
-
- 18 Jul, 2016 18 commits
-
-
Phillip Webb authored
* tomcat-engine-valves: Register valves at the engine level Add support for engine valves
-
Christoffer Sawicki authored
Update `ServerProperties` to register `AccessLogValve` and `RemoteIpValve` at the engine level. Closes gh-6311
-
Christoffer Sawicki authored
Update TomcatEmbeddedServletContainerFactory to allow registration of engine valves as well as context values. For clarity the ambiguous `getValues()` method has been deprecated in favor of `getContextValves()` See gh-6311
-
Phillip Webb authored
It doesn't appear to be on Maven Central This reverts commit 6741e6a2.
-
Phillip Webb authored
* ServletContextInitializer-patch-1: Fixed ServletContextInitializer documentation
-
Max Stoliar authored
Closes gh-6410
-
Phillip Webb authored
* Spring-AMQP-1.6.1: Upgrade to Spring AMQP 1.6.1.RELEASE
-
Artem Bilan authored
Closes gh-6414
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update Log4J2LoggingSystem so that the FILTER is applied to the main configuration and not to the root logger. Prior to this commit calls to `logger.isErrorEnabled()` would not consider the filter and hence would always return `true`. This caused `SpringApplication` to silently swallow exceptions. Fixes gh-5271
-
Phillip Webb authored
Closes gh-6415
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update ServletComponentScanRegistrar to make use of Spring Framework's updated alias support with ASM reading. See gh-6337
-
Phillip Webb authored
Restore original get method functionality in DataSourceProperties in a deprecated form. Fixes gh-6406
-
Andy Wilkinson authored
Closes gh-6384
-
Stephane Nicoll authored
* pr/6059: Polish contribution Fix Bug HealthIndicator for Redis Cluster
-