- 11 Jan, 2020 1 commit
-
-
dreis2211 authored
See gh-19621
-
- 10 Jan, 2020 4 commits
-
-
Madhura Bhave authored
See gh-19599
-
Madhura Bhave authored
Closes gh-19599
-
Madhura Bhave authored
This commit also changed the default outcome to SUCCESS Fixes gh-19367
-
Madhura Bhave authored
Fixes gh-19580
-
- 09 Jan, 2020 6 commits
-
-
Andy Wilkinson authored
Closes gh-19591
-
Andy Wilkinson authored
* gh-19581: Fix links to external types in javadoc Closes gh-19581
-
dreis2211 authored
See gh-19581
-
Stephane Nicoll authored
Closes gh-19589
-
Stephane Nicoll authored
* pr/19584: Simplify validation pattern of EndpointId Closes gh-19584
-
Matthias Stock authored
See gh-19584
-
- 08 Jan, 2020 6 commits
-
-
Madhura Bhave authored
Closes gh-19312
-
Andy Wilkinson authored
Fixes gh-19572
-
Andy Wilkinson authored
Closes gh-19570
-
Andy Wilkinson authored
Closes gh-19569
-
Andy Wilkinson authored
Closes gh-19567
-
Andy Wilkinson authored
Closes gh-19566
-
- 07 Jan, 2020 8 commits
-
-
Madhura Bhave authored
Fixes gh-19392
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-19560
-
Madhura Bhave authored
* pr/19556: Add profiles directly to the application environment for tests Closes gh-19556
-
Scott Frederick authored
Prior to this commit, active profiles were being added to the Spring Boot application environment by setting the `spring.profiles.active` property. This could result in profiles getting parsed differently than other uses of `@ActiveProfiles`. Setting the profiles directly in the `Environment` prevents this parsing. See gh-19556
-
Andy Wilkinson authored
Closes gh-19553
-
Andy Wilkinson authored
Fixes gh-19552
-
- 06 Jan, 2020 3 commits
-
-
Brian Clozel authored
Prior to this commit, the `ErrorController` would override the original error response status if the error map cannot be written due to content negotiation with the HTTP client. In that case, the error handling infrastructure returns a `406 Not Acceptable` response. This commit improves the `ErrorController` so that `HttpMediaTypeNotAcceptableException` instances thrown by that controller are not returned as is but instead we write the error response with an empty body and the original HTTP error status. Fixes gh-19545 See gh-19522
-
Stephane Nicoll authored
* pr/19536: Remove deprecated usage of WebTestClientBuilderCustomizer Closes gh-19536
-
dreis2211 authored
See gh-19536
-
- 04 Jan, 2020 5 commits
-
-
Stephane Nicoll authored
* pr/19521: Improve Spring MVC auto-configuration section Closes gh-19521
-
Rossen Stoyanchev authored
See gh-19521
-
Stephane Nicoll authored
Closes gh-19532
-
Stephane Nicoll authored
* pr/19523: Upgrade CI to Artifactory Resource 0.0.10 Closes gh-19523
-
dreis2211 authored
See gh-19523
-
- 03 Jan, 2020 7 commits
-
-
Madhura Bhave authored
Prior to this commit, there was no distinction between explicitly setting forward headers strategy to a value of NONE and not setting it at all. This meant that in a cloud environment, a cloud provider was always checked to see if it was active and using forward headers and there was no way to prevent that. This commit changes the default value of the property to null so that there is a way to determine if the property was explicitly set to NONE. Fixes gh-19333
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-19526
-
Madhura Bhave authored
This commit also changes the spring framework version to use snapshots. Closes gh-18767
-
Brian Clozel authored
Prior to this commit, the Couchbase auto-configuration would use the bucket credentials when RBAC is configured. This commit ensures that RBAC is used in that case. This commit also adds new configuration properties to customize the bootstrap ports for Couchbase: * `spring.couchbase.env.bootstrap.http-direct-port` * `spring.couchbase.env.bootstrap.http-ssl-port` Fixes gh-19393
-
Stephane Nicoll authored
Closes gh-19515
-
Stephane Nicoll authored
* pr/19510: Update some copyrights to 2020 Closes gh-19510
-