cdalexndr
4a9e3202e1
Add section to update the Reference Documentation
...
See gh-25374
4 years ago
Stephane Nicoll
b9bfc1523f
Merge pull request #25986 from dreis2211
...
* pr/25986:
Update copyright year of changed file
Remove unused method parameters
Closes gh-25986
4 years ago
Stephane Nicoll
68046dd748
Update copyright year of changed file
...
See gh-25986
4 years ago
dreis2211
ea55ca9971
Remove unused method parameters
...
See gh-25986
4 years ago
Stephane Nicoll
f6afe417e6
Merge pull request #25980 from izeye
...
* pr/25980:
Polish
Closes gh-25980
4 years ago
izeye
4987880afa
Polish
...
See gh-25980
4 years ago
Andy Wilkinson
5e03612a53
Work around micrometer-metrics/micrometer#2557
...
Closes gh-26002
4 years ago
Andy Wilkinson
a4769b3c83
Merge pull request #25708 from bono007
...
* gh-25708:
Polish "Provide health for an AbstractRoutingDataSource's resolved targets"
Provide health for an AbstractRoutingDataSource's resolved targets
Closes gh-25708
4 years ago
Andy Wilkinson
0a8da4fd7d
Polish "Provide health for an AbstractRoutingDataSource's resolved targets"
...
See gh-25708
4 years ago
bono007
13600c3367
Provide health for an AbstractRoutingDataSource's resolved targets
...
See gh-25708
4 years ago
Stephane Nicoll
710a905187
Start building against Spring Integration 5.5.0-RC1 snapshots
...
See gh-25929
4 years ago
Stephane Nicoll
b82cced5fb
Merge pull request #25997 from dreis2211
...
* pr/25997:
Test our Gradle Plugin against Gradle 7.0
Closes gh-25997
4 years ago
dreis2211
db79fe8b2c
Test our Gradle Plugin against Gradle 7.0
...
See gh-25997
4 years ago
Phillip Webb
f03f74ff0a
Add Spring Data Repository metrics support
...
Add support for Spring Data Repository metrics by integrating with
Spring Data's new `RepositoryMethodInvocationListener` support.
Closes gh-22217
4 years ago
Phillip Webb
1893f935b4
Rework 'Supported Metrics' reference documentation
...
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
4 years ago
Phillip Webb
9f16491535
Rework @Timer annotation support
...
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
4 years ago
Phillip Webb
3d7e5e3abd
Polish
4 years ago
Phillip Webb
efba7076ba
Fix title case capitalization
4 years ago
Scott Frederick
5bc35e8f44
Extract XML example from Maven plugin adoc file
...
See gh-25993
4 years ago
Scott Frederick
e27d4848dd
Merge branch '2.4.x'
...
Closes gh-25993
4 years ago
Scott Frederick
6a7f1f1c56
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25992
4 years ago
Scott Frederick
e19443093d
Document runtime JVM configuration when building an image
...
Fixes gh-21478
4 years ago
Andy Wilkinson
67c81100de
Merge branch '2.4.x'
...
Closes gh-25991
4 years ago
Andy Wilkinson
2b9ba96287
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25990
4 years ago
Andy Wilkinson
0bc5c2ba8c
Ensure that containers' static resource handling not MVC's is used
...
Closes gh-25949
4 years ago
Andy Wilkinson
734abc8127
Merge branch '2.4.x'
...
See gh-25988
4 years ago
Andy Wilkinson
92f9cfaf25
Merge branch '2.3.x' into 2.4.x
...
See gh-25987
4 years ago
Andy Wilkinson
709db5582b
Ensure that classes and resources are in place before documenting
...
Closes gh-25948
4 years ago
Andy Wilkinson
92dfcc5994
Merge branch '2.4.x'
...
Closes gh-25988
4 years ago
Andy Wilkinson
7cffb89647
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25987
4 years ago
Andy Wilkinson
d7b43a3c68
Filter out non-public classes when documenting auto-config classes
...
Fixes gh-25948
4 years ago
Stephane Nicoll
433dea64b9
Merge pull request #25943 from theborakompanioni
...
* pr/25943:
Polish "Add reference to Bitcoin Spring Boot starter"
Add reference to Bitcoin Spring Boot starter
Closes gh-25943
4 years ago
Stephane Nicoll
c1ebe40c56
Polish "Add reference to Bitcoin Spring Boot starter"
...
See gh-25943
4 years ago
Thebora Kompanioni
f7c5ece35e
Add reference to Bitcoin Spring Boot starter
...
See gh-25943
4 years ago
Andy Wilkinson
048463742d
Merge branch '2.4.x'
...
See gh-25985
4 years ago
Andy Wilkinson
06168bb130
Polish FileSystemWatcherTests
...
See gh-25982
4 years ago
Andy Wilkinson
c5b762c8e1
Merge pull request #25981 from dreis2211
...
* gh-25981:
Remove Gradle 5.6.x support from docs
Closes gh-25981
4 years ago
dreis2211
21ece1ea30
Remove Gradle 5.6.x support from docs
...
See gh-25981
4 years ago
Andy Wilkinson
912d4e6235
Merge branch '2.4.x'
...
Closes gh-25985
4 years ago
Andy Wilkinson
90a7450737
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25984
4 years ago
Andy Wilkinson
73559731ae
Merge pull request #25951 from runningcode
...
* gh-25951:
Upgrade to Gradle Enterprise Gradle Plugin 3.6.1
Closes gh-25951
4 years ago
Nelson Osacky
087744e027
Upgrade to Gradle Enterprise Gradle Plugin 3.6.1
...
See gh-25951
4 years ago
Andy Wilkinson
91473cc326
Merge branch '2.4.x'
...
Closes gh-25983
4 years ago
Andy Wilkinson
638aa87d13
Merge branch '2.3.x' into 2.4.x
...
Closes gh-25982
4 years ago
Andy Wilkinson
02e6b7c89c
Make FileSystemWatcherTests more robust
...
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
4 years ago
Stephane Nicoll
6e6f138f09
Merge branch '2.4.x'
4 years ago
Stephane Nicoll
d7dc3c4c81
Merge branch '2.3.x' into 2.4.x
4 years ago
Stephane Nicoll
c39841889b
Merge pull request #25952 from izeye
...
* pr/25952:
Fix MongoMetricsAutoConfigurationTests
Closes gh-25952
4 years ago
izeye
98b0b6c4c5
Fix MongoMetricsAutoConfigurationTests
...
See gh-25952
4 years ago
Stephane Nicoll
719d10b6e7
Merge branch '2.4.x'
...
Closes gh-25979
4 years ago