- 23 Jun, 2021 20 commits
-
-
Andy Wilkinson authored
Closes gh-27048
-
Andy Wilkinson authored
Closes gh-26820
-
Andy Wilkinson authored
Closes gh-27045
-
Andy Wilkinson authored
Closes gh-27044
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-27015
-
Stephane Nicoll authored
Closes gh-27014
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26971
-
Stephane Nicoll authored
Closes gh-26964
-
Stephane Nicoll authored
Closes gh-27039
-
Stephane Nicoll authored
Closes gh-27038
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-27037
-
Stephane Nicoll authored
Closes gh-27036
-
Stephane Nicoll authored
Closes gh-27035
-
Stephane Nicoll authored
Closes gh-27034
-
Stephane Nicoll authored
Closes gh-27033
-
Stephane Nicoll authored
Closes gh-27032
-
Stephane Nicoll authored
Closes gh-27031
-
- 22 Jun, 2021 20 commits
-
-
Stephane Nicoll authored
Closes gh-26970
-
Stephane Nicoll authored
Closes gh-26969
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26963
-
Stephane Nicoll authored
Closes gh-27013
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26968
-
Stephane Nicoll authored
Closes gh-26962
-
Andy Wilkinson authored
Closes gh-27024
-
Andy Wilkinson authored
* gh-26937: Polish "Update docs to use @SpringBootConfiguration not @Configuration" Update docs to use @SpringBootConfiguration not @Configuration Closes gh-26937
-
Andy Wilkinson authored
See gh-26937
-
Yanming Zhou authored
See gh-26937
-
Andy Wilkinson authored
Previously, Log4j2's own shutdown hook was only disabled when Log4j2 detected javax.servlet.Servlet on the classpath and, therefore, determined that it was running in a web application. In an application without Servlet on the classpath, this could lead to both Log4j2's shut down hook and and logging system's shutdown handler both stopping Log4j2. This could result in a failure as the second attempt at stopping would result in reinitialization which would fail as the JVM is already shutting down. This commit introduces a new Log4j2 PropertySource implementation, registered via META-INF/services, that sets the log4j.shutdownHookEnabled property to false. This will ensure that Log4j2's own shutdown hook is disabled by default whenever Spring Boot is on the classpath and not just in Servlet-based web applications. Fixes gh-26953
-
Stephane Nicoll authored
See gh-27015
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-27014
-
Stephane Nicoll authored
See gh-27013
-
Stephane Nicoll authored
* pr/26954: Avoid illegal reflective access in RabbitAutoConfigurationTests Closes gh-26954
-
dreis2211 authored
See gh-26954
-
Stephane Nicoll authored
Closes gh-27010
-