- 12 Aug, 2020 11 commits
-
-
Stephane Nicoll authored
Closes gh-22844
-
Andy Wilkinson authored
See gh-22909
-
Andy Wilkinson authored
Closes gh-22910
-
Andy Wilkinson authored
* gh-22765: Mention configuration customizers for WebTestClient and RestAssured Closes gh-22765
-
Johnny Lim authored
See gh-22765
-
Andy Wilkinson authored
Closes gh-22905
-
Andy Wilkinson authored
Closes gh-22903
-
Stephane Nicoll authored
Closes gh-22899
-
Stephane Nicoll authored
* pr/22898: Polish "Harmonize Discover the HTTP Port at Runtime How-To" Harmonize Discover the HTTP Port at Runtime How-To Closes gh-22898
-
Stephane Nicoll authored
See gh-22898
-
John Franco authored
See gh-22898
-
- 11 Aug, 2020 26 commits
-
-
Madhura Bhave authored
Closes gh-22895
-
Madhura Bhave authored
Fixes gh-21542
-
Stephane Nicoll authored
Closes gh-22890
-
Stephane Nicoll authored
Closes gh-22685
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-21787
-
Andy Wilkinson authored
Closes gh-22887
-
Andy Wilkinson authored
Closes gh-22873
-
Andy Wilkinson authored
Closes gh-22872
-
Andy Wilkinson authored
Closes gh-22871
-
Andy Wilkinson authored
Closes gh-22870
-
Andy Wilkinson authored
Closes gh-22869
-
Andy Wilkinson authored
Closes gh-22868
-
Andy Wilkinson authored
Closes gh-22867
-
Andy Wilkinson authored
Closes gh-22866
-
Andy Wilkinson authored
Closes gh-22865
-
Andy Wilkinson authored
Closes gh-22864
-
Andy Wilkinson authored
Closes gh-22863
-
Andy Wilkinson authored
Closes gh-22862
-
Andy Wilkinson authored
Closes gh-22861
-
Andy Wilkinson authored
Closes gh-22860
-
Andy Wilkinson authored
Closes gh-22859
-
Stephane Nicoll authored
With the upgrade to the new Couchbase SDK and the related changes in Spring Data Couchbase, CacheManagerCustomizer can no longer be used to customize the Couchbase cache manager as it is an immutable class. This commit introduces a dedicated callback for the CouchbaseCacheManagerBuilder that is used by the auto-configuration and update the documentation to refer to it with a sample usage. Closes gh-22573
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22615
-
Andy Wilkinson authored
Previously, UrlPathHelper's full path optimization was enabled when there was a dispatcher servlet mapped to /. The UrlPathHelper is used across Spring MVC and if there are multiple dispatcher servlets they all share the sample UrlPathHelper. This meant that any additional dispatcher servlets mapping to locations other than / would not be able to map requests correctly as the UrlPathHelper would use the full path, ignoring the url mapping of the dispatcher servlet. This commit updates the MVC auto-configuration so that use of the full path is only enabled if there's a single dispatcher servlet registration. Fixes gh-22682
-
- 10 Aug, 2020 3 commits
-
-
Stephane Nicoll authored
Closes gh-22849
-
Stephane Nicoll authored
* pr/21615: Polish "Migrate legacy endpoint that have a dash in their id" Migrate legacy endpoint that have a dash in their id Closes gh-21615
-
Stephane Nicoll authored
See gh-21615
-