- 05 Dec, 2020 2 commits
-
-
Phillip Webb authored
See gh-24337
-
Phillip Webb authored
Closes gh-24337
-
- 02 Dec, 2020 1 commit
-
-
Madhura Bhave authored
Closes gh-11987
-
- 30 Nov, 2020 2 commits
-
-
Stephane Nicoll authored
See gh-24276
-
Stephane Nicoll authored
See gh-24273
-
- 25 Nov, 2020 3 commits
-
-
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
-
- 20 Nov, 2020 4 commits
-
-
Andy Wilkinson authored
Fixes gh-24123
-
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 6 commits
-
-
Andy Wilkinson authored
Closes gh-24197
-
Stephane Nicoll authored
Closes gh-23558
-
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-24145
-
- 17 Nov, 2020 4 commits
-
-
Stephane Nicoll authored
* pr/24173: Provide dependency management for elasticsearch-rest-client-sniffer Closes gh-24173
-
izeye authored
See gh-24173
-
Andy Wilkinson authored
Closes gh-24175
-
Andy Wilkinson authored
Closes gh-24176
-
- 11 Nov, 2020 2 commits
-
-
Andy Wilkinson authored
* gh-24119: Fix link to Flyway callback docs Closes gh-24119
-
dreis2211 authored
See gh-24119
-
- 10 Nov, 2020 3 commits
-
-
Andy Wilkinson authored
Closes gh-22503
-
Stephane Nicoll authored
This reverts commit b1c446d1.
-
Stephane Nicoll authored
Closes gh-24103
-
- 05 Nov, 2020 4 commits
-
-
Andy Wilkinson authored
Closes gh-24045
-
Stephane Nicoll authored
This commit makes sure to use the most specific getter if more than one candidate exists. Closes gh-24002
-
Andy Wilkinson authored
See gh-24041
-
Andy Wilkinson authored
Fixes gh-24041
-
- 04 Nov, 2020 6 commits
-
-
Andy Wilkinson authored
See gh-24038
-
Andy Wilkinson authored
Closes gh-24038
-
Andy Wilkinson authored
Closes gh-22974
-
Andy Wilkinson authored
Closes gh-21121
-
Andy Wilkinson authored
Closes gh-22908
-
Andy Wilkinson authored
Previously, when an embedded test database was being auto-configured any schema username and password specified by the user would result in a separate embedded test database being created to load the schema. This then left the actual test database without the schema causing test failures. This commit updates the test database auto-configuration to set the schema username to an empty string in a property source that's added first to the environment's property sources. This causes any schema username configured by the user to be ignored, preventing the creation of a separate database for schema.sql processing. Fixes gh-19321
-
- 03 Nov, 2020 3 commits
-
-
Andy Wilkinson authored
* gh-24020: Fix typo in Spring Session documentation Closes gh-24020
-
Pascal Schumacher authored
See gh-24020
-
Andy Wilkinson authored
Closes gh-23151
-