- 05 Jun, 2020 5 commits
-
-
Andy Wilkinson authored
Closes gh-21682
-
Andy Wilkinson authored
Closes gh-21681
-
Phillip Webb authored
Add a git hook script that can be used to prepare a sensible merge commit message. Closes gh-21688
-
Phillip Webb authored
Closes gh-21687
-
Phillip Webb authored
Add some logging to aid with development.
-
- 04 Jun, 2020 1 commit
-
-
Phillip Webb authored
-
- 03 Jun, 2020 4 commits
-
-
Andy Wilkinson authored
Closes gh-20333
-
Phillip Webb authored
-
Phillip Webb authored
Closes gh-21596
-
Phillip Webb authored
Update `SpringConfigurationPropertySource` so that wrapped random property sources can be used. It's assumed that wrapped random sources will use the name of the source as the prefix. Closes gh-21595
-
- 02 Jun, 2020 1 commit
-
-
Phillip Webb authored
Fix the `containsDescendantOf` logic for random property sources to ensure that ancestors are correctly matched. Closes gh-21654
-
- 01 Jun, 2020 3 commits
-
-
Phillip Webb authored
Closes gh-21643
-
Phillip Webb authored
Restore tests that were previously ignored due to a framework bug. Closes gh-19702
-
Madhura Bhave authored
Fixes gh-21620
-
- 28 May, 2020 1 commit
-
-
Phillip Webb authored
-
- 27 May, 2020 2 commits
-
-
Phillip Webb authored
Closes gh-21597
-
Phillip Webb authored
Update `YamlJsonParser` and `OriginTrackedYamlLoader` to ensure that custom types cannot be loaded. Closes gh-21596
-
- 25 May, 2020 8 commits
-
-
Stephane Nicoll authored
* pr/21540: Fix links for Apache Camel starter Closes gh-21540
-
Bram De Cneudt authored
See gh-21540
-
Stephane Nicoll authored
* pr/21480: Polish "Use the container IP address for tests using TestContainer" Use the container IP address for tests using TestContainer Closes gh-21480
-
Stephane Nicoll authored
See gh-21480
-
olivier lamy authored
See gh-21480
-
Stephane Nicoll authored
See gh-21392
-
Stephane Nicoll authored
* pr/21392: Fix uri tag for empty path Closes gh-21392
-
Jon Schneider authored
See gh-21392
-
- 21 May, 2020 2 commits
-
-
Madhura Bhave authored
* pr/21485: Fix typo in section 4.30.6 Closes gh-21485
-
Moritz do Rio Schulze authored
See gh-21485
-
- 20 May, 2020 5 commits
-
-
Madhura Bhave authored
Closes gh-21526
-
Madhura Bhave authored
Closes gh-21525
-
Madhura Bhave authored
Closes gh-21527
-
Madhura Bhave authored
Closes gh-21282
-
Scott Frederick authored
Fixes gh-21354
-
- 15 May, 2020 2 commits
-
-
Andy Wilkinson authored
Closes gh-21471
-
Andy Wilkinson authored
Closes gh-21466
-
- 14 May, 2020 4 commits
-
-
Andy Wilkinson authored
There's a bug in Undertow that means it may leak a file handle is the server is stopped immediately after a response to an SSL request has been received. The stop processing races with Undertow's SSL support tidying things up after sending the response. When the stop processing wins, the tidying up fails with a NullPointerException that prevents an input stream from being closed. On Windows, the input stream remaining open prevents JUnit from being able to clean up its temporary directory. This commit uses Awaitility to wait for the file that's being served over SSL to be deleted before stopping the server. On Windows, this will delay the stop processing from beginning until after the tidy up that's performed after sending the response has been completed, hopefully eliminating the race condition that resulted in the input stream being left open. Fixes gh-21172
-
Phillip Webb authored
Closes gh-21447
-
Phillip Webb authored
Closes gh-21446
-
Phillip Webb authored
Update `EndpointDiscoverer` so that `@Endpoint` and `@EndpointExtension` beans are created as late as possible. Prior to this commit, endpoint beans and extension beans would be created during the discovery phase which could cause early bean initialization. The problem was especially nasty when using an embedded servlet container since `ServletEndpointRegistrar` is loaded as the container is initialized. This would trigger discovery and load all endpoint beans, including the health endpoint, and all health indicator beans. Fixes gh-20714
-
- 13 May, 2020 2 commits
-
-
Madhura Bhave authored
This reverts commit 7b790299. See gh-21375
-
Phillip Webb authored
Restore the `getUseRelativeRedirects` method with a `Boolean` object result and introduce `isUseRelativeRedirects` for the primitive boolean variant. See gh-20796
-