- 10 Apr, 2021 10 commits
-
-
Andy Wilkinson authored
See gh-25708
-
bono007 authored
See gh-25708
-
Stephane Nicoll authored
See gh-25929
-
Stephane Nicoll authored
* pr/25997: Test our Gradle Plugin against Gradle 7.0 Closes gh-25997
-
dreis2211 authored
See gh-25997
-
Phillip Webb authored
Add support for Spring Data Repository metrics by integrating with Spring Data's new `RepositoryMethodInvocationListener` support. Closes gh-22217
-
Phillip Webb authored
Rework the 'Supported Metrics' documentation to improve consistency access subsections. Details about the `@Timer` annotation have been pulled into a new section so that they can be referenced rather than repeated. See gh-22217
-
Phillip Webb authored
Rework existing `@Timer` annotation support to remove duplicate code and offer general purpose utilities that can be used in future metrics support. See gh-23112 See gh-22217
-
Phillip Webb authored
-
Phillip Webb authored
-
- 09 Apr, 2021 30 commits
-
-
Scott Frederick authored
See gh-25993
-
Scott Frederick authored
Closes gh-25993
-
Scott Frederick authored
Closes gh-25992
-
Scott Frederick authored
Fixes gh-21478
-
Andy Wilkinson authored
Closes gh-25991
-
Andy Wilkinson authored
Closes gh-25990
-
Andy Wilkinson authored
Closes gh-25949
-
Andy Wilkinson authored
See gh-25988
-
Andy Wilkinson authored
See gh-25987
-
Andy Wilkinson authored
Closes gh-25948
-
Andy Wilkinson authored
Closes gh-25988
-
Andy Wilkinson authored
Closes gh-25987
-
Andy Wilkinson authored
Fixes gh-25948
-
Stephane Nicoll authored
* pr/25943: Polish "Add reference to Bitcoin Spring Boot starter" Add reference to Bitcoin Spring Boot starter Closes gh-25943
-
Stephane Nicoll authored
See gh-25943
-
Thebora Kompanioni authored
See gh-25943
-
Andy Wilkinson authored
See gh-25985
-
Andy Wilkinson authored
See gh-25982
-
Andy Wilkinson authored
* gh-25981: Remove Gradle 5.6.x support from docs Closes gh-25981
-
dreis2211 authored
See gh-25981
-
Andy Wilkinson authored
Closes gh-25985
-
Andy Wilkinson authored
Closes gh-25984
-
Andy Wilkinson authored
* gh-25951: Upgrade to Gradle Enterprise Gradle Plugin 3.6.1 Closes gh-25951
-
Nelson Osacky authored
See gh-25951
-
Andy Wilkinson authored
Closes gh-25983
-
Andy Wilkinson authored
Closes gh-25982
-
Andy Wilkinson authored
Previously, several tests in FileSystemWatcherTests assumed that all of the changes detected by the watcher would be grouped into a single change set. This assumption breaks down when a test runs slowly (due to CPU or IO contention, for example), and making changes to the file system takes long then the watcher's polling interval. When this happens, the changes will be split across two (or more). This commit attempts to make the tests more robust. The tests now tolerate multiple changes sets by combining them and asserting that across the n change sets, only the expected changes were detected. Closes gh-25901
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/25952: Fix MongoMetricsAutoConfigurationTests Closes gh-25952
-