- 28 Oct, 2014 16 commits
-
-
Andy Wilkinson authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
-
Dave Syer authored
also rename spring-cloud starter
-
Andy Wilkinson authored
The CI build is failing, but, for some reason, the same tests are working fine on developer machines. This commit increases the level at which the logging calls are being made to severe in the hope that some CI-specific configuration is filtering out the calls when they're at info level.
-
Christian Dupuis authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Fixes gh-1753
-
Dave Syer authored
Fixes gh-1612, Fixes gh-1770
-
David Liu authored
-
David Liu authored
1 disable the file output unless LOG_FILE is set 2 make the console optional fixes: gh-1612
-
Andy Wilkinson authored
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1773
-
- 27 Oct, 2014 10 commits
-
-
Dave Syer authored
-
Dave Syer authored
Then we can optionally find a non-anonymous principal if there is one. If the user is anonymous then the health result is cached up to endpoints.health.ttl (default 1000ms) to prevent a DOS attack. Fixes gh-1353
-
Andy Wilkinson authored
Closes gh-1765
-
Dave Syer authored
See gh-1762
-
Dave Syer authored
This reverts commit d6621e62. I think the test failure might be a bug in Liquibase: https://liquibase.jira.com/browse/CORE-2094
-
Nathan Voxland authored
Fixes gh-1382
-
Dave Syer authored
Fixes gh-1752
-
Dave Syer authored
-
Dave Syer authored
Fixes gh-1762, gh-1731
-
Dave Syer authored
-
- 24 Oct, 2014 1 commit
-
-
Stephane Nicoll authored
-
- 23 Oct, 2014 1 commit
-
-
Domingo Suarez Torres authored
Closes gh-1748 Closes gh-1703
-
- 22 Oct, 2014 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1708
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1742
-
Phillip Webb authored
Rework @TestPropertySource changes introduced in commit d251b513 to restore compatibility with Spring Boot 1.1 - Only add the `server.port` property when no @IntegrationTest annotation is found. - Always add a default `spring.jmx.enabled=false` property. - Restore the SpringApplicationContextLoader.getEnvironmentProperties protected method. - Remove the @IntegrationTest.properties attribute. See gh-1697
-
Phillip Webb authored
-
- 21 Oct, 2014 5 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Stephane Nicoll authored
Previously, the regular jms connection factory was always overriding the xaConnectionFactory when using ActiveMQ. While ActiveMQAutoConfiguration is namely shielded with a condition on a missing ConnectionFactory bean, said configuration class also imports the XA and regular configuration classes that both can create the connection factory. This commit adds a ConditionalOnMissingBean in the second class that is imported in case the XA configuration has already defined what it needs. Fixes gh-1727
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-1740
-
- 20 Oct, 2014 1 commit
-
-
Andy Wilkinson authored
Previously, Log4J2LoggingSystem did not install SLF4JBridgeHandler. SLF4JBridgeHandler is used to route logging calls made using java.util.logging into SLF4J. This resulted in entries being written to System.err instead. This commit updates Log4J2LoggingSystem to register the bridge handler thereby ensuring the logging that originates into java.util.logging is routed into SLF4J. This change has been made by extracting a new abstract superclass that performs the registration. This super class is extended by all SLF4J-based LoggingSystem implementations. Fixes gh-1737
-