- 30 Jun, 2020 8 commits
-
-
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 3 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
-
Konrado85 authored
Update `FieldValues` test object so that it doesn't cause an infinite loop if it is actually created. See gh-22040
-
- 19 Jun, 2020 6 commits
-
-
Stephane Nicoll authored
* pr/22000: Polish "Document how to exclude an annotation processor with Maven" Document how to exclude an annotation processor with Maven Closes gh-22000
-
Stephane Nicoll authored
See gh-22000
-
Marco Pens authored
See gh-22000
-
Andy Wilkinson authored
* gh-21988: Polish "Use Awaitility instead of Thread.sleep" Use Awaitility instead of Thread.sleep Closes gh-21988
-
Andy Wilkinson authored
See gh-21988
-
Tomek Szmytka authored
See gh-21988
-
- 18 Jun, 2020 6 commits
-
-
Andy Wilkinson authored
Previously, the configuration property table generation was reading both the main metadata and the additional metadata from each project. This was unnecessary as the annotation processor will have already merged the additional metadata into the main metadata before writing it to disk. Processing both the main and additional metadata led to a clash as the metadata overlapped. When the entry in the additional metadata won the clash, the resulting entry in the configuration property table would lose any details that aren't contained in the additional metadata. This commit updates the property table generation code to only use the main metadata files. Fixes gh-21131
-
Andy Wilkinson authored
Previously, when file-based logging was enabled, Logback would output the following during logging system initialization: LOGBACK: No context given for c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy This commit updates the default logback configuration to set the context on the SizeAndTimeBasedRollingPolicy that it creates. Fixes gh-21056
-
Andy Wilkinson authored
Closes gh-22005
-
Andy Wilkinson authored
Closes gh-22003
-
Andy Wilkinson authored
-
Madhura Bhave authored
Fixes gh-20916
-
- 16 Jun, 2020 1 commit
-
-
Stephane Nicoll authored
See gh-21937
-
- 15 Jun, 2020 7 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Update the releasescript to ensure that a distribution has been started before starting it again. This functionality was accidentally removed during the updates for gh-21474. See gh-21474
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Stephane Nicoll authored
* pr/21906: Update copyright year of changed files Fix wrong property reference to keys-to-sanitize in Javadoc Closes gh-21906
-
Stephane Nicoll authored
See gh-21906
-
lltx authored
See gh-21906
-