- 20 Nov, 2020 2 commits
-
-
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 8 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
-
Andy Wilkinson authored
Previously, Quartz could be configured with a specific DataSource using `@QuartzDataSource` but it was not possible to configure a Quartz-specific transaction manager. This could result in the different DataSources being used by Quartz itself and Quart'z DataSourceTransactionManager. This commit introduces a new qualifier, `@QuartzTransactionManager`, that can be used to avoid the above-described problem. Any `@QuartzTransactionManager`-annotated bean will be used by the Quartz auto-configure configuration instead of the application's main `TransactionManager`. If no such qualified bean is present, the application's main TransactionManager, if any, will be used as before. Fixes gh-20184
-
Andy Wilkinson authored
Fixes gh-23978
-
Andy Wilkinson authored
When running on Java 11 (where `@PostConstruct` is no longer part of the JRE) and without a dependency on jakarta-annotation-api, `@PostContruct` annotions are silently dropped. This leads to obscure and hard-to-track down changes in the behaviour of our auto-configuration as the `@PostConstruct`-annotated methods are not invoked. To allow users to run on Java 11 without having jakarta-annotation-api on the classpath, this commit removes use of `@PostConstruct` from main code. A Checkstyle rule has also been added to prevent its usage in main code from being reintroduced. Closes gh-23723
-
Andy Wilkinson authored
Closes gh-23808
-
Andy Wilkinson authored
Closes gh-22925
-
- 29 Oct, 2020 5 commits
-
-
Andy Wilkinson authored
Fixes gh-23966
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-23965
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-