- 01 Jul, 2020 3 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-21937
-
Andy Wilkinson authored
Fixes gh-22179
-
- 30 Jun, 2020 16 commits
-
-
Andy Wilkinson authored
Closes gh-22175
-
Andy Wilkinson authored
* gh-22138: Accept empty filter dispatcher types in auto-configurations Closes gh-22138
-
dreis2211 authored
Prior to this commit, the usage of EnumSet.copyOf resulted in exceptions when the underlying collection was empty. See gh-22138
-
Andy Wilkinson authored
Closes gh-22147
-
Andy Wilkinson authored
Closes gh-22171
-
Andy Wilkinson authored
Closes gh-22170
-
Andy Wilkinson authored
* gh-22163: Remove duplicated icon from git-repo-windows resource definition Closes gh-22163
-
XenoAmess authored
See gh-22163
-
Andy Wilkinson authored
Closes gh-22167
-
Andy Wilkinson authored
* gh-22141: Polish "Avoid NPE when binder is closed before started event" Avoid NPE when binder is closed before started event Closes gh-22141
-
Andy Wilkinson authored
See gh-22141
-
im47cn authored
Previously, if TomcatMetricsBinder destroy() was called before it had received an ApplicationStartedEvent an NPE would be thrown due to TomcatMetrics being null. This NPE was then caught and logged at warning level by the disposable bean adapter. This prevents the NPE by checking that the TomcatMetrics instance is null before calling close() on it. See gh-22141
-
Andy Wilkinson authored
Fixes gh-22119
-
Madhura Bhave authored
Closes gh-22155
-
Madhura Bhave authored
* pr/22082: Simplify logic in ErrorPage's equals method Closes gh-22082
-
May authored
See gh-22082
-
- 29 Jun, 2020 7 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
* pr/22090: Polish Closes gh-22090
-
Johnny Lim authored
See gh-22090
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-21510
-
- 26 Jun, 2020 1 commit
-
-
Scott Frederick authored
This commit improves the validation performed on the user input provided to the layertools jarmode to provide more clear error messages when the input is not correct and reduce the chance of ambiguity. Fixes gh-22042
-
- 25 Jun, 2020 2 commits
-
-
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 5 commits
-
-
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
Closes gh-22087
-
Andy Wilkinson authored
Closes gh-22085
-
Andy Wilkinson authored
Closes gh-22084
-
- 23 Jun, 2020 6 commits
-
-
Andy Wilkinson authored
Closes gh-22069
-
Andy Wilkinson authored
Closes gh-22068
-
Andy Wilkinson authored
Closes gh-22067
-
Andy Wilkinson authored
Closes gh-21439
-
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
-