- 04 Jun, 2015 1 commit
-
-
Spring Buildmaster authored
-
- 02 Jun, 2015 7 commits
-
-
Phillip Webb authored
Add OrderedHiddenHttpMethodFilter and use it in WebMvcAutoConfiguration to ensure that it is applied before Spring Security. Fixes gh-2773
-
Phillip Webb authored
Update MetricsFilter so that failures to record metrics are logged and ignored. Fixes gh-2777
-
Phillip Webb authored
Update `ConfigurationPropertiesReportEndpoint` so that properties that are set with a Boolean class but read with a boolean primitive still appear in the report. The allows the Endpoint.isEnabled() property to be displayed. Fixes gh-2929
-
Phillip Webb authored
Fixes gh-2730
-
Phillip Webb authored
Extract @ConditionalOnEnabledEndpoint to a top level class. See gh-2798
-
Phillip Webb authored
-
Josh Thornhill authored
Closes gh-3077
-
- 28 May, 2015 2 commits
-
-
Phil Parker authored
Closes gh-3054
-
Stephane Nicoll authored
Closes gh-3058
-
- 26 May, 2015 3 commits
-
-
Stephane Nicoll authored
Do not rely on the packaging type to figure out what the extension of the main artifact will be. So far, using `jar` and `war` packaging for `.jar` and `.war` files worked by chance. We know retrieve the actual extension as provided by Maven's `ArtifactHandler`. Fixes gh-2762
-
Stephane Nicoll authored
Fix `excludeAgentPatterns`, `excludePaths` and `excludePathPatterns` properties. Introduce `excludedMimeTypes` property. Fixes gh-3042
-
Stephane Nicoll authored
Rework c03e14be to avoid an extra empty space in log message See gh-3033
-
- 25 May, 2015 1 commit
-
-
Stephane Nicoll authored
Fixes gh-3033
-
- 20 May, 2015 3 commits
-
-
Joe Kutner authored
Closes gh-3000
-
Andy Wilkinson authored
Closes gh-2950
-
Andy Wilkinson authored
Closes gh-3015
-
- 18 May, 2015 10 commits
-
-
Andy Wilkinson authored
Closes gh-2975
-
Andy Wilkinson authored
Closes gh-2974
-
Andy Wilkinson authored
Closes gh-2973
-
Andy Wilkinson authored
Closes gh-2972
-
Andy Wilkinson authored
Closes gh-2971
-
Andy Wilkinson authored
Closes gh-2970
-
Andy Wilkinson authored
Closes gh-2969
-
Andy Wilkinson authored
Closes gh-2968
-
Andy Wilkinson authored
Closes gh-2967
-
Andy Wilkinson authored
Closes gh-2966
-
- 15 May, 2015 3 commits
-
-
Andy Wilkinson authored
Fixes gh-2811
-
Andy Wilkinson authored
Closes gh-2955
-
Andy Wilkinson authored
Closes gh-2954
-
- 11 May, 2015 7 commits
-
-
Andy Wilkinson authored
Previously, CommonsLoggingLiquibaseLogger referred to its configured level and the underlying Commons Logging log when determining if logging was enabled for a particular level. This did not work as intended as setLogLevel was never called leaving the configured level stuck at its default value of INFO. As a result of this any logging at levels below INFO would not be output, irrespective of the configuration of the underlying logging framework. This commit updates CommonsLoggingLiquibaseLogger to rely purely on the Commons Logging log when determining whether or not logging for a particular level is enabled. This brings the implementation into line with liquibase-slf4j [1] which provides similar functionality, albeit using SLF4J rather than Commons Logging Closes gh-2916 [1] https://github.com/mattbertolini/liquibase-slf4j/blob/master/src/main/java/liquibase/ext/logging/slf4j/Slf4jLogger.java
-
Andy Wilkinson authored
Previously, when SpringApplicationContextLoader created a SpringApplication and used it to load the test’s application context, it relied upon SpringApplication correctly deducing the application’s main class. This would result in the wrong class being deduced as the application’s main method is not called so the test runner’s main method would be found instead. This commit updates SpringApplicationContextLoader to explicitly set SpringApplication’s main class to be the current test’s class. While not strictly the application’s main class, it is the next best thing available in this situation and prevents misleading log messages and application versions from being logged. Fixes gh-2930
-
Andy Wilkinson authored
When a Java 8 JVM is launched with -XX:MaxPermSize a warning message is output indicating that the option will be ignored. This causes the CLI tests that assert that no error output has been produced to fail. This commit updates the CLI's integration test harness to remove JAVA_OPTS from the environment of the CLI process. This prevents any unwanted max perm size configuration from leaking into that environment and breaking the build.
-
Mario A. Alvarez Garcia authored
Closes gh-2928
-
Davide Angelocola authored
Closes gh-2931
-
Andy Wilkinson authored
Closes gh-2932
-
Andy Wilkinson authored
Closes gh-2754
-
- 06 May, 2015 2 commits
-
-
Craig Walls authored
While this is a breaking change, continuing with Spring Social Facebook 1.1.x is also broken as it is no longer compatible with Facebook's API. Upgrading to 2.0.1.RELEASE may require some changes to be made to users' applications, but it will allow their applications to use the Facebook API once again. Closes gh-2837
-
pasali authored
Closes gh-2920
-
- 05 May, 2015 1 commit
-
-
Andy Wilkinson authored
Closes gh-2905
-