Phillip Webb
0be119eadd
Don't deploy spring-boot-test-support
...
Fixes gh-10518
7 years ago
Phillip Webb
b51e93962a
Increase cargo timeout for deployment tests
7 years ago
Phillip Webb
ae7e9a2cdf
Polish
7 years ago
Phillip Webb
de7b624643
Polish
7 years ago
Phillip Webb
a9263998a1
Support custom WebTestClient timeouts
...
Update @AutoConfigureWebTestClient to support a custom `timeout`
option.
See gh-10555
7 years ago
Phillip Webb
ad92af1c99
Change build status badge to use concourse
...
Fixes gh-10536
7 years ago
Phillip Webb
8be7d3cab4
Polish
7 years ago
Phillip Webb
250eb67f46
Stop using checksum based artifactory deploys
...
Fixes gh-10552
7 years ago
Phillip Webb
8d36e88fdf
Upgrade to artifactory resource 0.0.2 SNAPSHOT
...
See gh-10521
7 years ago
Stephane Nicoll
a662b779b3
Fix build failure
...
Spring Session JDBC no longer providers a JdbcTemplate so our tests
need to make sure to include our own auto-configuration for it.
7 years ago
Stephane Nicoll
fc829951f7
Upgrade to Micrometer 1.0.0-rc.2
...
Closes gh-10541
7 years ago
Madhura Bhave
0402223fd0
Replace CommonOAuth2Provider
...
Closes gh-10543
7 years ago
Madhura Bhave
3ced8412b5
Replace AuthorizationGrantType & ClientAuthenticationMethod
...
Closes gh-10506
7 years ago
Daniel Fernández
e69a93bf47
Minor documentation improvements at ThymeleafProperties
7 years ago
Daniel Fernández
6a52a1a6a0
Added configuration test for spring.thymeleaf.reactive.max-chunk-size
7 years ago
Daniel Fernández
7de6472477
Added configuration parameters at ThymeleafProperties for "fullModeViewNames" and "chunkedModeViewNames"
7 years ago
Madhura Bhave
ab8aa6bb6c
Add README for OAuth2 client sample
7 years ago
Phillip Webb
facf16ceb8
Re-order modules so that spring--boot-cli is later
...
Update the module order so that the CLI is built after starters.
See gh-9316
7 years ago
Phillip Webb
3c97401a86
Polish
7 years ago
Phillip Webb
526fc1f351
Fix imports following upstream change
7 years ago
Andy Wilkinson
7d5f3a341f
Merge pull request #10519 from Jon Schneider
...
* 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
7 years ago
Jon Schneider
bc05352290
Improve new metrics endpoint
...
- 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
7 years ago
Jon Schneider
e2453a17c7
Add auto-configuration for exporting metrics to StatsD
...
Closes gh-10522
7 years ago
Jon Schneider
ff636b58e1
Make the Graphite export protocol configurable
...
Closes gh-10523
7 years ago
Andy Wilkinson
7fc272df6e
Start building against Micrometer snapshots for 1.0.0-rc.2
7 years ago
Andy Wilkinson
6323dc4e21
Reduce logging that is produced when building Gradle plugin
...
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.
7 years ago
Andy Wilkinson
508aac084e
Rename all Micrometer Clock beans: clock -> micrometerClock
...
Closes gh-10436
7 years ago
Andy Wilkinson
2bb54f16fb
Polish
7 years ago
Andy Wilkinson
41fc023a67
Remove unnecessary override of helper plugin's version
7 years ago
Andy Wilkinson
503520bdc9
Correct the Java version for spring-boot-deployment-tests
7 years ago
Stephane Nicoll
ba52ebf155
Upgrade to Spring AMQP 2.0.0.RELEASE
...
Closes gh-7053
7 years ago
Phillip Webb
33edfdab46
Merge branch 'gh-9316'
7 years ago
Phillip Webb
e9f9462917
Add Concourse CI pipeline
...
Add CI pipeline for builds and releases.
Fixes gh-9316
7 years ago
Phillip Webb
da0c4f5520
Increase endpoint integration test timeouts
...
Allow longer for test responses to be returned.
See gh-9316
7 years ago
Phillip Webb
4df84c53bc
Upgrade Maven plugins
...
Upgrade the Maven plugins used in the builds.
See gh-9316
7 years ago
Phillip Webb
455505a108
Rename embedded servlet tests
...
Rename `spring-boot-integration-tests-embedded-servlet-container` to
`spring-boot-server-tests`.
See gh-9316
7 years ago
Phillip Webb
b6a83eb8f5
Allow integration tests to use custom repos
...
Update integration tests so that they can use a custom local Maven
repository.
See gh-9316
7 years ago
Phillip Webb
4ff65d58a4
Fix integration test POMs
...
Update integration test POMs to use CI friendly version numbers.
See gh-9316
7 years ago
Phillip Webb
8670151045
Fix the way integration tests find version numbers
...
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
7 years ago
Phillip Webb
80562247fe
Increase deployment test timeouts
...
Update deployment tests to allow more time for servers to start.
See gh-9316
7 years ago
Phillip Webb
87b2f68c0f
Update deployment tests POMs
...
Update the `spring-boot-deployment-tests` projects to use CI friendly
Maven files.
See gh-9316
7 years ago
Phillip Webb
f261cb8f2f
Add local repository support
...
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
7 years ago
Phillip Webb
44d3f3b577
Delete spring-boot-full-build
...
Delete `spring-boot-full-build` since it wont be necessary when we no
longer release from Bamboo.
See gh-9316
7 years ago
Phillip Webb
9ff87612f9
Delete sample Gradle builds
...
Remove the Gradle builds that were provided with some of the sample
applications since they were never directly invoked.
See gh-9316
7 years ago
Phillip Webb
041d8b39d0
Fix Ant builds following Maven updates
...
Update `spring-boot-sample-ant` so that it works with the CI friendly
Maven POMs.
See gh-9316
7 years ago
Phillip Webb
2855010841
Fix sample POMs
...
Update sample POMs to follow CI friendly Maven conventions.
See gh-9316
7 years ago
Phillip Webb
3476f7b8a4
Add debug logging switches to Gradle launch
...
Update launched Gradle options to include debug logging.
See gh-9316
7 years ago
Phillip Webb
d588bf7506
Fix odd Java parsing issues
...
Update `LoggingMainClassTimeWarningListener` to import individual
`Layout` inner classes. This fixes an odd javac parse issue that
otherwise occurs.
See gh-9316
7 years ago
Phillip Webb
c6f930b49e
Fix Gradle to use flattened POM file
...
Update the Gradle plugin to use version information from the
flattened POM.xml files.
See gh-9316
7 years ago
Phillip Webb
b87f9c11f1
Fix POMs for the updated build/release process
...
Fix POMs following project relocations and apply CI friendly Maven
conventions.
See gh-9316
7 years ago