- 20 Jun, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-13529
-
- 19 Jun, 2018 25 commits
-
-
Stephane Nicoll authored
This commit makes sure that JMS and Mail JNDI lookups behave the same way as DataSource JNDI lookups by enabling the "resourceRef" flag. This will make sure to add "java:comp/env" to the lookup if the JNDI name doesn't already contain it. If that name does not exist, a second attempt to the original name will be issued automatically. Closes gh-12803
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-13525
-
Stephane Nicoll authored
Closes gh-13526
-
Stephane Nicoll authored
Closes gh-12161
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, Slf4jLoggingSystem would install SLF4JBridgeHandler into JUL but would only remove a single root handler that was a ConsoleHandler. If there were was than one root handler or the single root handler was of a different type, they would not be uninstalled. When deploying an application to Tomcat, this led to duplicate log messages appearing in Tomcat’s console output and to logging from other application or Tomcat itself being routed into an application-specific log file enabled using the logging.file configuration property. A secondary, related problem was that LogbackLoggingSystem installs a LevelChangePropagator so that Logback’s log level configuration is propagated into JUL. This meant that an individual Boot app with custom log level configuration could change the log levels of Tomcat itself and of any other applications that had been deployed to Tomcat and use JUL. This commit updates both Slf4jLoggingSystem and LogbackLoggingSystem so that they only change JUL’s configuration if it hasn’t already been customized. The configuration is deemed to have not been customised if there’s a single root handler and its a console handler. Closes gh-13470
-
Brian Clozel authored
Since SPR-16898, `HttpStatus.toString()` has changed and we should instead rely on `HttpStatus.value()` to get the HTTP status number.
-
Stephane Nicoll authored
This commit adds support for CachingConnectionFactory for both Artemis and ActiveMQ. If connection pooling is not enabled explicitly, sessions, producers and consumers are cached. The factory can be further customized, including reverting to the raw ConnectionFactory, using the `spring.jms.*` namespace. Closes gh-12161
-
Stephane Nicoll authored
This commit expands ActiveMQ's connection pooling to artemis. The same pooling features are now shared by the two brokers and a PooledConnectionFactory can be auto-configured when the necessary jar is present. Closes gh-13523
-
Brian Clozel authored
Since SPR-16898, `HttpStatus.toString()` has changed and we should instead rely on `HttpStatus.value()` to get the HTTP status number.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This is no longer required as Spring Framework has been updated to invoke this method lazily as well. Closes gh-13423
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13512: Add log level guards in ConfigFileApplicationListener
-
Johnny Lim authored
Closes gh-13512
-
Stephane Nicoll authored
* pr/13501: Polish "Add reference to dozer-spring-boot-starter" Add reference to dozer-spring-boot-starter
-
Stephane Nicoll authored
Closes gh-13501
-
Kazuki Shimizu authored
See gh-13501
-
Stephane Nicoll authored
* pr/13517: Use final keywords for Map fields in JacksonProperties
-
Johnny Lim authored
Closes gh-13517
-
Madhura Bhave authored
-
- 18 Jun, 2018 12 commits
-
-
Madhura Bhave authored
Before 2.0.2, if profiles were activated via the environment using the active and include profile property, profiles specified via the active property would take precedence. This commit restores that behavior. Fixes gh-13513
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13508
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13507: Use @ManagementContextConfiguration consistently
-
Johnny Lim authored
-
Stephane Nicoll authored
Closes gh-13496
-
Stephane Nicoll authored
Closes gh-12469
-
Stephane Nicoll authored
Closes gh-13471
-
Stephane Nicoll authored
Closes gh-13118
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-13505
-
- 17 Jun, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-13500
-
- 15 Jun, 2018 1 commit
-
-
Stephane Nicoll authored
* pr/13487: Polish CachesEndpoint
-