Phillip Webb
51ee702dac
Allow configprops endpoint stringify primitive wrappers
...
Update `ConfigurationPropertiesReportEndpoint` so that primitive
wrapper input values in the Environment are stringified for display.
Fixes gh-36076
3 years ago
Andy Wilkinson
d2966e1cbf
Polish "Replace calls to verifyComplete() to avoid indefinite blocking"
...
See gh-35915
3 years ago
ThomazPassarelli
f9da30faf1
Replace calls to verifyComplete() to avoid indefinite blocking
...
See gh-35915
3 years ago
Phillip Webb
137f4ee451
Support reporting of custom Log4J2 log levels from the LoggersEndpoint
...
Support custom Log4J2 log levels by changing `LoggerConfiguration` so
that it can now report levels using a `LevelConfiguration` object
rather than the limited `LogLevel` enum.
The `Log4J2LoggingSystem` class now uses `LevelConfiguration.ofCustom`
for custom logging levels, rather than throwing an exception.
The `LoggersEndpoint` has also been updated so that it can return the
custom logger name.
Fixes gh-35227
3 years ago
Phillip Webb
e9c4a5d663
Polish
3 years ago
Andy Wilkinson
fad24d5ced
Fix handling of default port in mail health indicator
...
Fixes gh-35247
3 years ago
Phillip Webb
6b646f6a8e
Update copyright year of changed files
3 years ago
Moritz Halbritter
d7a9f87b64
Disable Neo4j tests on aarch64 linux and mac
...
See gh-35228
3 years ago
Andy Wilkinson
6b9bc012a5
Check that BPP and BFPP bean methods won't cause eager initialization
...
Closes gh-35164
3 years ago
Stephane Nicoll
4b8829364e
Polish "Use removeIf rather than Iterator-based removal"
...
See gh-34762
3 years ago
SeasonPan
0d13e31827
Use removeIf rather than Iterator-based removal
...
See gh-34762
3 years ago
Phillip Webb
df5898a146
Reformat code following spring-javaformat upgrade
3 years ago
Moritz Halbritter
33288493aa
Remove exception field from Health class
...
Closes gh-34030
3 years ago
Johnny Lim
5eeb429e44
Polish
...
See gh-33966
3 years ago
Johnny Lim
ebde850031
Add Javadoc since to OperationParameter.getAnnotation()
...
See gh-33914
3 years ago
Phillip Webb
7c508fa324
Update copyright year of changed files
3 years ago
Moritz Halbritter
e8d809fe65
Replace 'via' with 'over' or 'through' in the documentation
...
Closes gh-33878
3 years ago
Phillip Webb
a0fe8241a7
Update copyright year of changed files
3 years ago
Moritz Halbritter
d7852cb176
Log failing calls to health indicators
...
See gh-33774
3 years ago
Moritz Halbritter
96175a8e50
Use OperationParameter consistently
...
Closes gh-31240
3 years ago
Phillip Webb
232807d388
Increase block timeout
3 years ago
Phillip Webb
e4772cf3b7
Update copyright year of changed files
3 years ago
Phillip Webb
06c6dafee2
Add Neo4jReactiveHealthIndicatorIntegrationTests
...
Add a full integration test for `Neo4jReactiveHealthIndicator`
to ensure that it works against a real server.
See gh-33428
3 years ago
Phillip Webb
8481004420
Polish
3 years ago
Phillip Webb
d7ac20cd6c
Update copyright year of changed files
4 years ago
Phillip Webb
de111dba5c
Polish 'Add DataSize serializer for configprops endpoint'
...
See gh-32645
4 years ago
Guirong Hu
3b25132e38
Add DataSize serializer for configprops endpoint
...
See gh-32645
4 years ago
Stephane Nicoll
8f598f876b
Polish "Use non-blocking API in CouchbaseReactiveHealthIndicator"
...
See gh-32505
4 years ago
Mico Piira
f51c4c3df0
Use non-blocking API in CouchbaseReactiveHealthIndicator
...
See gh-32505
4 years ago
Andy Wilkinson
23c2f73b3f
Update tests to allow them to run on Java 19
...
Closes gh-32280
4 years ago
Vedran Pavic
0e6cf07ec9
Polish LogFileWebEndpoint
...
See gh-32049
4 years ago
Phillip Webb
2709f77ab9
Collect to named contributors to `LinkedHashMap`
...
Update `NamedContributorsMapAdapter` to collect items to a
`LinkedHashMap` rather than a `HashMap`.
See gh-31676
4 years ago
Stephane Nicoll
9cb614c626
Migrate Hazelcast 3 sanity tests to Hazelcast 4
...
Closes gh-31881
4 years ago
Adrian Bob
aad9c8906a
Disable auto-detection in tests that start Hazelcast
...
This commit updates test configurations to disable auto-detection of
Hazelcast instances.
See gh-31863
4 years ago
Stephane Nicoll
782e3f75b6
Polish Hazelcast configuration
...
This commit updates the XSD to 4.2 and removes the "tcp-ip" network
option as it is disabled by default.
See gh-31863
4 years ago
Phillip Webb
59c9a9cd8a
Polish "Call the value adapter during NamedContributorsMapAdapter construction"
...
See gh-31676
4 years ago
Guirong Hu
c530f12cc3
Call the value adapter during NamedContributorsMapAdapter construction
...
Update `NamedContributorsMapAdapter` so that the adapter function is
called only once per entry. Prior to this commit, the adapter was called
dynamically which made `CompositeHealthContributor` behave differently
from a regular `HealthContributor`.
See gh-31676
4 years ago
Phillip Webb
f8412847dc
Update copyright year for "Fix typos in code and documentation"
...
See gh-31734
4 years ago
Marc Wrobel
dbfc6bded4
Fix typos in code and documentation
...
See gh-31734
4 years ago
Andy Wilkinson
bcbe072d96
Fix 500 from mappings endpoint with attributed WebFlux router function
...
Closes gh-31784
4 years ago
Stephane Nicoll
628a7b0c5c
Update copyright year of changed files
...
See gh-31516
4 years ago
“Jakub
ed7b333138
Add missing descriptions for HTTP Server and Data repositories metrics
...
See gh-31516
4 years ago
Johnny Lim
b17cb9b92b
Polish gh-31231
...
See gh-31540
4 years ago
Andy Wilkinson
f49b16c645
Upgrade to Spring Java Format 0.0.34
...
Closes gh-31524
4 years ago
Phillip Webb
9f8a262e6b
Log a warning when a health indicator takes too long to run
...
Update `HealthEndpointSupport` so that it logs a warning if a health
indicator takes too long to respond.
Fixes gh-31231
4 years ago
Andy Wilkinson
3d203d0215
Polish
4 years ago
Andy Wilkinson
ee45fd2fc8
Remove redundant throws declarations from internal APIs
...
Closes gh-31176
4 years ago
Andy Wilkinson
cbf42dea14
Update deprecation messages to change removal version from 2.8 to 3.0
...
Closes gh-30903
4 years ago
Phillip Webb
7d2f1bafc0
Update copyright year of changed files
4 years ago
Scott Frederick
50e27333d2
Tolerate failures when recording WebClient metrics
...
Fixes gh-30978
4 years ago