- 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 11 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
-
Madhura Bhave authored
Closes gh-24145
-
- 17 Nov, 2020 10 commits
-
-
Stephane Nicoll authored
Closes gh-24185
-
Stephane Nicoll authored
* pr/24173: Provide dependency management for elasticsearch-rest-client-sniffer Closes gh-24173
-
izeye authored
See gh-24173
-
Scott Frederick authored
Fixes gh-24183
-
Andy Wilkinson authored
See gh-24178
-
Andy Wilkinson authored
Closes gh-24177
-
Andy Wilkinson authored
Closes gh-24178
-
Andy Wilkinson authored
Closes gh-24175
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-24176
-
- 16 Nov, 2020 2 commits
-
-
Stephane Nicoll authored
* pr/24160: Rename "sla" to "slo" in reference documentation Closes gh-24160
-
Sergey Kolesnikov authored
See gh-24160
-
- 12 Nov, 2020 4 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-24131
-
Stephane Nicoll authored
Closes gh-24125
-
Stephane Nicoll authored
Closes gh-24124
-
- 11 Nov, 2020 6 commits
-
-
Andy Wilkinson authored
Closes gh-24121
-
Andy Wilkinson authored
* gh-24119: Fix link to Flyway callback docs Closes gh-24119
-
dreis2211 authored
See gh-24119
-
Andy Wilkinson authored
Closes gh-24050
-
Andy Wilkinson authored
Closes gh-24075
-
Andy Wilkinson authored
Closes gh-24096
-