- 10 Aug, 2020 6 commits
-
-
Stephane Nicoll authored
See gh-21615
-
Gabriele Bianchet-David authored
See gh-21615
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/22777: Polish "Propagate the cause that led Reactor"s debug agent to fail" Propagate the cause that led Reactor"s debug agent to fail Closes gh-22777
-
Stephane Nicoll authored
See gh-22777
-
davidbilge authored
Prior to this commit, DebugAgentEnvironmentPostProcessor throws a RuntimeException with a generic error message if its initialization fails. The causing exception is discarded, which makes error analysis unnecessarily difficult. This commit attaches the cause to the newly thrown RuntimeException. See gh-22777
-
- 07 Aug, 2020 1 commit
-
-
Madhura Bhave authored
Closes gh-22490
-
- 06 Aug, 2020 7 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-22763
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22281
-
Stephane Nicoll authored
Closes gh-22752
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-22755
-
- 05 Aug, 2020 3 commits
-
-
Andy Wilkinson authored
Closes gh-20920
-
Andy Wilkinson authored
Previously, the endpoints' responses could occasionally exceed WebClient's in-memory buffer limt, for example if the threads endpoint was reporting a large number of threads or the threads had large stacks. This commit disables WebClient's in-memory buffer size limit so that the tests passing is not dependent on the size of the endpoints' responses. Closes gh-22743
-
Andy Wilkinson authored
Previously, waitsForQuietPeriod would iterate 10 times, touching a new file and then sleeping for 100ms at it did so. With a quiet period of 200ms, this was intended to result in a single change set containing 10 files. However, the test would fail occasionally as multiple change sets were detected. The test is multi-threaded and is, therefore, at the mercy of the scheduler. If the thread that is iterating and touching the files takes over 200ms to be scheduled – exceeding the watcher's quiet period – the watcher may detect a change set while the changes are still being made. Eliminating this possibilty would require the test to participate in the watcher's synchronization, which would require some changes to its implementation. Instead, this commit aims to avoid the problem by sleeping for 1/10 of the time (10ms) and expecting a single change set of 100 files. The hope is that the much shorter sleep time will result in the file touching thread being scheduled well within the 200ms quiet period. Closes gh-22732
-
- 04 Aug, 2020 8 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22717
-
Andy Wilkinson authored
Closes gh-22723
-
Andy Wilkinson authored
Closes gh-22717
-
Andy Wilkinson authored
* gh-21388: Polish "Test the launch script when executed directly" Test the launch script when executed directly Closes gh-21388
-
Andy Wilkinson authored
See gh-21388
-
Alexey Vinogradov authored
See gh-21388
-
Madhura Bhave authored
See gh-22709
-
- 03 Aug, 2020 5 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22709
-
Stephane Nicoll authored
Closes gh-22705
-
Stephane Nicoll authored
* pr/22704: Fix broken links to Micrometer registry docs Closes gh-22704
-
Johnny Lim authored
See gh-22704
-
- 31 Jul, 2020 3 commits
-
-
Andy Wilkinson authored
* gh-22681: Polish "Look in correct context when finding Liquibase beans" Look in correct context when finding Liquibase beans Closes gh-22681
-
Andy Wilkinson authored
See gh-22681
-
biergit authored
See gh-22681
-
- 30 Jul, 2020 5 commits
-
-
Andy Wilkinson authored
Fixes gh-19471
-
Andy Wilkinson authored
Closes gh-15977
-
Andy Wilkinson authored
Closes gh-22565
-
Andy Wilkinson authored
Closes gh-22655
-
Andy Wilkinson authored
Closes gh-22659
-
- 29 Jul, 2020 2 commits
-
-
Andy Wilkinson authored
Closes gh-22650
-
Andy Wilkinson authored
The overhead of build scans seems to have brought us right to the limit of the Maven JVM's heap. As a result, builds are occasionally failing as the heap's been exhausted. This commit increases the JVM's max heap. Closes gh-22649
-