- 25 Jun, 2020 3 commits
-
-
Andy Wilkinson authored
Closes gh-22103
-
Andy Wilkinson authored
Closes gh-22102
-
Andy Wilkinson authored
Previously, the thread dump endpoint's response could exceed WebClient's in-memory buffer limt when there were a large number of threads or the threads had large stacks. This commit disables WebClient's in-memory buffer size limit so that the test passing is not dependent on the number of active threads and their stack sizes. Closes gh-22101
-
- 24 Jun, 2020 12 commits
-
-
Scott Frederick authored
This commit changes the information provided by RedisReactiveHealthIndicator to include cluster details when Spring Data Redis detects that Redis is running in a clustered configuration. This brings the reactive and non-reactive Redis health indicators into alignment. Fixes gh-21514
-
Scott Frederick authored
Closes gh-22095
-
Scott Frederick authored
Fixes gh-22061 in 2.3.2
-
Scott Frederick authored
Prior to Spring Data Redis version 2.2.8, the contents of the Properties object returned from the ReactiveRedisConnection.ServerCommands.info API were the same for clustered and non-clustered Redis configurations, containing a set of key/value pairs. This allowed ReactiveRedisHealthIndicator to get a version property using a well-known key. Starting with Spring Data Redis 2.2.8, the info property keys contain a host:port prefix in a clustered Redis configuration. This prevented ReactiveRedisHealthIndicator from getting the version property as before and resulted in the health always being reported as DOWN. This commit adjusts ReactiveRedisHealthIndicator to detect the clustered configuration from Spring Data Redis and find the version property for one of the reported cluster nodes. Fixes gh-22061
-
Andy Wilkinson authored
See gh-21928
-
Andy Wilkinson authored
See gh-21932
-
Andy Wilkinson authored
See gh-21931
-
Andy Wilkinson authored
Closes gh-22072
-
Andy Wilkinson authored
Closes gh-22088
-
Andy Wilkinson authored
Closes gh-22087
-
Andy Wilkinson authored
Closes gh-22085
-
Andy Wilkinson authored
Closes gh-22084
-
- 23 Jun, 2020 18 commits
-
-
Andy Wilkinson authored
Closes gh-22076
-
Andy Wilkinson authored
Closes gh-22075
-
Andy Wilkinson authored
Closes gh-22074
-
Andy Wilkinson authored
Closes gh-22073
-
Andy Wilkinson authored
Closes gh-22071
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22069
-
Andy Wilkinson authored
Closes gh-22068
-
Andy Wilkinson authored
Closes gh-22067
-
Andy Wilkinson authored
Closes gh-22066
-
Andy Wilkinson authored
Closes gh-21439
-
Phillip Webb authored
Closes gh-22064
-
Phillip Webb authored
Closes gh-22063
-
Phillip Webb authored
* pr/22022: Polish 'Inherit show-details property in health groups' Inherit show-details property in health groups Closes gh-22022
-
Phillip Webb authored
Rework the inheritance so that the property metadata JSON more accurately reflects the default value. See gh-22022
-
Leo Li authored
Update `Group` properties so that the `showDetails` value does not inherit `Show.NEVER`. Prior to this commit, the `Group` properties would not correctly inherit a `showDetails` value from the main `management.endpoint.health.show-details` property. See gh-22022
-
Phillip Webb authored
-
Phillip Webb authored
Rename `ImageReferenceParser` to `Regex` and remove state. The regular expressions are now used directly by the `ImageName` and `ImageReference` classes with the values accessed directly from the `Matcher`. See gh-21495
-
- 22 Jun, 2020 7 commits
-
-
Andy Wilkinson authored
Closes gh-22058
-
Andy Wilkinson authored
Closes gh-22057
-
Andy Wilkinson authored
Closes gh-22056
-
Andy Wilkinson authored
Closes gh-22055
-
Andy Wilkinson authored
Closes gh-22054
-
Phillip Webb authored
Closes gh-22060
-
Phillip Webb authored
Closes gh-22059
-