- 08 Jul, 2020 1 commit
-
-
Andy Wilkinson authored
Closes gh-22262
-
- 07 Jul, 2020 9 commits
-
-
Andy Wilkinson authored
Closes gh-22231
-
Andy Wilkinson authored
Closes gh-22248
-
Andy Wilkinson authored
Fixes gh-22169
-
Andy Wilkinson authored
* gh-22207: Polish "Rename NoneOfNestedConditions to NoneNestedConditions in example docs" Rename NoneOfNestedConditions to NoneNestedConditions in example docs Closes gh-22207
-
Andy Wilkinson authored
See gh-22207
-
Clayton Walker authored
See gh-22207
-
Andy Wilkinson authored
* gh-22214: Polish "Fix unwrapping of captured PrintStream in test support's OutputCapture" Fix unwrapping of captured PrintStream in test support's OutputCapture Closes gh-22214
-
Andy Wilkinson authored
See gh-22214
-
XenoAmess authored
See gh-22214
-
- 06 Jul, 2020 1 commit
-
-
Andy Wilkinson authored
Since Spring Framework 4.3.0.RC2, a default embedded value resolver has been registered with the bean factory when one is not otherwise configured. This meant that placeholders in `@Value` would be resolved with or without PropertyPlaceholderAutoConfiguration defining a PropertySourcesPlaceholderConfigurer bean. However, placeholders in bean definitions would only be resolved if a PropertySourcesPlaceholderConfigurer was defined. This commit updates PropertyPlaceholderAutoConfigurationTests to align with this change in Framework. We now test that placeholders are resolved in `@Value` annotations with or without the auto-configuration and that placeholders in bean definitions are only resolved with the auto-configured. Closes gh-22230
-
- 02 Jul, 2020 4 commits
-
-
Andy Wilkinson authored
Fixes gh-22038
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-22193
-
Andy Wilkinson authored
Closes gh-22189
-
- 01 Jul, 2020 4 commits
-
-
Andy Wilkinson authored
Closes gh-22182
-
Andy Wilkinson authored
* gh-22110: Improve error handling in JDK upgrade checks Closes gh-22110
-
dreis2211 authored
See gh-22110
-
Andy Wilkinson authored
Closes gh-21937
-
- 30 Jun, 2020 10 commits
-
-
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-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
* 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
-
Madhura Bhave authored
* pr/22082: Simplify logic in ErrorPage's equals method Closes gh-22082
-
May authored
See gh-22082
-
- 29 Jun, 2020 2 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 25 Jun, 2020 1 commit
-
-
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 3 commits
-
-
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-22085
-
Andy Wilkinson authored
Closes gh-22084
-
- 23 Jun, 2020 3 commits
-
-
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
-
- 22 Jun, 2020 2 commits
-
-
Phillip Webb authored
* pr/22040: Polish 'Fix infinite loop in FieldValues' Fix infinite loop in FieldValues Closes gh-22040
-
Phillip Webb authored
See gh-22040
-