- 05 Dec, 2020 7 commits
-
-
Phillip Webb authored
See gh-24337
-
Phillip Webb authored
-
Phillip Webb authored
Restore `HazelcastHealthIndicatorTests` which was accidentally replaced with a version from 2.4.x. See gh-24337
-
Phillip Webb authored
Closes gh-24338
-
Phillip Webb authored
See gh-24337
-
Phillip Webb authored
See gh-24337
-
Phillip Webb authored
Closes gh-24337
-
- 02 Dec, 2020 2 commits
-
-
Madhura Bhave authored
Closes gh-24315
-
Madhura Bhave authored
Closes gh-11987
-
- 30 Nov, 2020 5 commits
-
-
Stephane Nicoll authored
See gh-24277
-
Stephane Nicoll authored
See gh-24274
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-24276
-
Stephane Nicoll authored
See gh-24273
-
- 26 Nov, 2020 2 commits
-
-
Stephane Nicoll authored
* pr/24257: Fix ErrorAttributeOptions#getIncludes Javadoc Closes gh-24257
-
Jim Stockwell authored
See gh-24257
-
- 25 Nov, 2020 4 commits
-
-
Stephane Nicoll authored
Closes gh-24250
-
Stephane Nicoll authored
* pr/24208: Polish "Reduce redis health indicator info command result size" Reduce redis health indicator info command result size Closes gh-24208
-
Stephane Nicoll authored
See gh-24208
-
xJoeWoo authored
See gh-24208
-
- 23 Nov, 2020 3 commits
-
-
Stephane Nicoll authored
* pr/24230: Polish "Allow to exclude an empty set of ErrorAttributes" Allow to exclude an empty set of ErrorAttributes Closes gh-24230
-
Stephane Nicoll authored
See gh-24230
-
Wanderlei Souza authored
See gh-24230
-
- 20 Nov, 2020 7 commits
-
-
Andy Wilkinson authored
Closes gh-24137
-
Andy Wilkinson authored
Closes gh-24222
-
Andy Wilkinson authored
Fixes gh-24123
-
Andy Wilkinson authored
Closes gh-24219
-
Andy Wilkinson authored
* gh-24095: Polish "Ensure that MeterRegistry bean is defined before SI looks for it" Ensure that MeterRegistry bean is defined before SI looks for it Closes gh-24095
-
Andy Wilkinson authored
See gh-24095
-
Artem Bilan authored
Previously, it was possible for Spring Integration, including its built-in Micrometer support, to be auto-configured before the Micrometer auto-configuration had defined the MeterRegistry bean. This resulted in missing Spring Integration metrics. Spring Integration is unusual in having its own built-in Micrometer support that it configures itself. Rather than providing auto-configuration for Integration's Micrometer support (Which isn't needed), this commit introduces some auto-configuration that just affects the ordering of the auto-configuration classes. This ordering ensures that the MeterRegistry bean has been defined by Spring Integration is auto-configured. This ensures that the MeterRegistry bean is known to the BeanFactory when Spring Integration goes looking for it. See gh-24095
-
- 18 Nov, 2020 10 commits
-
-
Andy Wilkinson authored
Wrapper's isWrapperFor and unwrap methods both take a Class<?> target but document that the target should be an interface. Prior to this change, we were calling isWrapperFor with any Class<?> irrespective of whether or not it was an interface. When using Oracle UCP each call to isWrapperFor with an interface results in an exception stack trace being logged. This commit upates DataSourceUnwrapper to adhere to Wrapper's contract by only calling isWrapperFor and unwrap with interfaces. Fixes gh-24154
-
Andy Wilkinson authored
Closes gh-24198
-
Andy Wilkinson authored
Closes gh-24197
-
Stephane Nicoll authored
Closes gh-24195
-
Stephane Nicoll authored
Closes gh-23558
-
Stephane Nicoll authored
Closes gh-24193
-
Stephane Nicoll authored
* pr/24147: Polish "Avoid unnecessary pattern compilation in WebFluxTags" Avoid unnecessary pattern compilation in WebFluxTags Closes gh-24147
-
Stephane Nicoll authored
See gh-24147
-
Peter Paul Bakker authored
See gh-24147
-
Madhura Bhave authored
Closes gh-24187
-