- 08 Oct, 2017 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update @AutoConfigureWebTestClient to support a custom `timeout` option. See gh-10555
-
Phillip Webb authored
Fixes gh-10536
-
Phillip Webb authored
-
Phillip Webb authored
Fixes gh-10552
-
Phillip Webb authored
See gh-10521
-
- 07 Oct, 2017 2 commits
-
-
Stephane Nicoll authored
Spring Session JDBC no longer providers a JdbcTemplate so our tests need to make sure to include our own auto-configuration for it.
-
Stephane Nicoll authored
Closes gh-10541
-
- 06 Oct, 2017 9 commits
-
-
Madhura Bhave authored
Closes gh-10543
-
Madhura Bhave authored
Closes gh-10506
-
Daniel Fernández authored
-
Daniel Fernández authored
-
Daniel Fernández authored
Added configuration parameters at ThymeleafProperties for "fullModeViewNames" and "chunkedModeViewNames"
-
Madhura Bhave authored
-
Phillip Webb authored
Update the module order so that the CLI is built after starters. See gh-9316
-
Phillip Webb authored
-
Phillip Webb authored
-
- 05 Oct, 2017 14 commits
-
-
Andy Wilkinson authored
* gh-10519: Improve new metrics endpoint Add auto-configuration for exporting metrics to StatsD Make the Graphite export protocol configurable Start building against Micrometer snapshots for 1.0.0-rc.2 Closes gh-10519
-
Jon Schneider authored
- New repeatable tag query parameter to refine a query by one or more tag key/value pairs. - Selecting a metric by name (and optionally a set of tags) reports statistics that are the sum of the statistics on all time series containing the name (and tags). Closes gh-10524
-
Jon Schneider authored
Closes gh-10522
-
Jon Schneider authored
Closes gh-10523
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Travis is terminating builds as they are producing too much logging. A major contributor to the volume of logging is the Gradle plugin's build. This commit switches off debug logging for the build and enables test event logging. This considerably reduces the volume of logging that is produced while still providing some insight into the build's tests.
-
Andy Wilkinson authored
Closes gh-10436
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-7053
-
Phillip Webb authored
-
Phillip Webb authored
Add CI pipeline for builds and releases. Fixes gh-9316
-
Phillip Webb authored
Allow longer for test responses to be returned. See gh-9316
-
- 04 Oct, 2017 8 commits
-
-
Phillip Webb authored
Upgrade the Maven plugins used in the builds. See gh-9316
-
Phillip Webb authored
Rename `spring-boot-integration-tests-embedded-servlet-container` to `spring-boot-server-tests`. See gh-9316
-
Phillip Webb authored
Update integration tests so that they can use a custom local Maven repository. See gh-9316
-
Phillip Webb authored
Update integration test POMs to use CI friendly version numbers. See gh-9316
-
Phillip Webb authored
Update the integration tests so that the version number is found using the main POM.xml files. Without this change `${revision}` would be used. See gh-9316
-
Phillip Webb authored
Update deployment tests to allow more time for servers to start. See gh-9316
-
Phillip Webb authored
Update the `spring-boot-deployment-tests` projects to use CI friendly Maven files. See gh-9316
-
Phillip Webb authored
Update the Maven build so that a local artifact repository can be specified. This will allow the CI server to build the samples and tests using artifacts generated from an early job. See gh-9316
-