- 17 Aug, 2016 1 commit
-
-
Stephane Nicoll authored
-
- 16 Aug, 2016 14 commits
-
-
Andy Wilkinson authored
We've downgraded to 2.7.x so we need to remove the dependency management for jackson-datatype-jaxrs which is new in Jackson 2.8 Closes gh-6508 See gh-6369
-
Andy Wilkinson authored
- Bump Travis wait time to 45 minutes - Use fast profile for first build
-
Stephane Nicoll authored
This commit moves Spring Boot's customizations for Spring Data Rest to the existing SpringBootRepositoryRestConfigurer. Closes gh-6581
-
Andy Wilkinson authored
* gh-6539: Polish “Improve documentation for testing with Spock” Improve documentation for testing with Spock
-
Andy Wilkinson authored
Closes gh-6539
-
Ben Ooms authored
-
Andy Wilkinson authored
Closes gh-6597
-
Andy Wilkinson authored
Closes gh-6617
-
Andy Wilkinson authored
Closes gh-6608
-
Andy Wilkinson authored
* gh-6588: Polish “Allow injection of StatsDClient into StatsdMetricWriter” Allow injection of StatsDClient into StatsdMetricWriter
-
Andy Wilkinson authored
Closes gh-6588
-
Nick Pillitteri authored
Allow an instance of StatsDClient to be injected into the StatsdMetricWriter which is used for exporting metrics to a Statsd server. This new constructor allows the client to be injected but does not change the default behavior of the writer.
-
Andy Wilkinson authored
Closes gh-6488
-
Andy Wilkinson authored
Previously, the tests class and any JUnit annotations it contained were loaded by a different class loader to JUnit. This meant that the JUnit annotations were loaded twice and @Rule-annotated fields were not found. This commit updates FitleredClassPathRunner to use a custom class loader that ensures that any org.junit.* classes are only loaded by a single class loader.
-
- 15 Aug, 2016 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, auto-configuration of the Flyway and Liquibase endpoints would fail if there were multiple Flyway or Spring Liquibase beans in the application context. This commit updates them so that they are now conditional on a single candidate. Closes gh-6609
-
Andy Wilkinson authored
See gh-6527
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, if mvn spring-boot:run with a forked JVM was killed with CTRL+C, the run would be considered unsuccessful. This commits updates the run mojo to consider a forked JVM that exists with 130 (the exit code produced when exiting due to SIGINT which is what CTRL+C sends) to be successful. Closes gh-6498
-
Stephane Nicoll authored
Closes gh-6650
-
- 14 Aug, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/6644: Upgrade to Spring Security 4.1.2.RELEASE
-
Eddú Meléndez authored
Closes gh-6644
-
- 13 Aug, 2016 3 commits
-
-
Stephane Nicoll authored
* pr/6540: Polish contribution Fix health endpoint security
-
Stephane Nicoll authored
Closes gh-6540
-
Eddú Meléndez authored
Commit b02aba4c has renamed `management.security.role` to `management.security.roles`. Unfortunately, the `HealthMvcEndpoint` was still looking at the old property. This commit makes sure that the proper key is used and any custom role is applied rather than an unconditional `ADMIN` role. See gh-6540
-
- 12 Aug, 2016 12 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-6623: Use 'travis_wait' to prevent Travis CI from aborting builds
-
Nick Pillitteri authored
Builds use the '-q' flag to suppress most output due to a limit of 4MB of logs on Travis CI. However, Travis will also abort builds that don't generate any output for 10 minutes. Thus we also use the 'travis_wait' function to make sure builds aren't aborted for up to 30 minutes. Fixes gh-6621 Closes gh-6623
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-6604: Ensure that @LiquibaseDataSource is preferred to “normal” DataSource Allow a DataSource to be marked as being specifically for Liquibase
-
Andy Wilkinson authored
Closes gh-6604
-
Eddú Meléndez authored
This commit allows to configure a special DataSource to be used by Liquibase by annotating it with @LiquibaseDataSource. Closes gh-6614
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The unpack location is (largely) an implementation detail and the Repackage Mojo was the only place where it was explicity documented. Rather than updating the outdated location, this commit removes it entirely to avoid encouraging people to rely on the location. Closes gh-6624
-
Andy Wilkinson authored
Closes gh-6508
-
Stephane Nicoll authored
* pr/6556: Upgrade to Elasticsearch 2.3.5
-
Raja Dilip Kolli authored
Closes gh-6556
-
- 11 Aug, 2016 2 commits
-
-
Andy Wilkinson authored
Closes gh-6628
-
Andy Wilkinson authored
Closes gh-6549
-