- 05 Aug, 2020 2 commits
-
-
Andy Wilkinson authored
Closes gh-22737
-
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 15 commits
-
-
Scott Frederick authored
Prior to this commit, an entry in the environment map provided to the build plugin image building goal or task that had a null value would result in a failure with a message that was difficult to diagnose. This commit treats env map entries with a null value as an empty entry to prevent the failure and also make it easier to provide an explicit empty entry in the Maven XML. Fixes gh-22703
-
Andy Wilkinson authored
See gh-21388
-
Andy Wilkinson authored
Closes gh-22726
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22717
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22723
-
Andy Wilkinson authored
Closes gh-22717
-
Andy Wilkinson authored
Closes gh-22721
-
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
-
Madhura Bhave authored
See gh-22709
-
- 03 Aug, 2020 8 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22711
-
Andy Wilkinson authored
Closes gh-22709
-
Stephane Nicoll authored
Closes gh-22706
-
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
-
- 01 Aug, 2020 4 commits
-
-
Brian Clozel authored
Prior to this commit, the livenessState and readinessState health indicators would not be configured automatically and would be missing from the "liveness" and "readiness" health groups, leading to 404s when hitting the `/actuator/health/liveness` or `/actuator/health/readiness`. This commit ensures that the health indicators beans have the proper name and revisits the auto-configuration conditions to reflect that as well. Fixes gh-22562
-
Brian Clozel authored
* gh-22631: Polish "Document properties to enable probe health indicators" Document properties to enable probe health indicators Closes gh-22631
-
Brian Clozel authored
See gh-22631
-
Tadaya Tsuyukubo authored
Document property names to enable probe(readiness/liveness) health indicators. See gh-22631
-
- 31 Jul, 2020 5 commits
-
-
Andy Wilkinson authored
Closes gh-22686
-
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
-
Andy Wilkinson authored
See gh-22645
-
- 30 Jul, 2020 6 commits
-
-
Andy Wilkinson authored
Closes gh-21570
-
Andy Wilkinson authored
Closes gh-22094
-
Andy Wilkinson authored
Fixes gh-21606
-
Andy Wilkinson authored
Closes gh-22672
-
Andy Wilkinson authored
Fixes gh-19471
-
Andy Wilkinson authored
Closes gh-22669
-