- 17 Feb, 2021 19 commits
-
-
Andy Wilkinson authored
Closes gh-25331
-
Andy Wilkinson authored
Closes gh-25330
-
Andy Wilkinson authored
Closes gh-25329
-
Andy Wilkinson authored
Closes gh-25328
-
Andy Wilkinson authored
Closes gh-25327
-
Andy Wilkinson authored
Closes gh-25326
-
Andy Wilkinson authored
Closes gh-25325
-
Andy Wilkinson authored
Closes gh-25324
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-25002
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-25291
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-25285
-
Andy Wilkinson authored
Previously, DataSource initialization was triggered via a BeanPostProcessor or a schema created event from JPA. This caused numerous problems with circular dependencies, bean lifecycle, etc and added significant complexity. This commit reworks DataSource initialization to remove the use of a BeanPostProcessor entirely. In its place, DataSource initialization is now driven by an InitializingBean with dependency relationships between beans ensuring that initialization has been performed before the DataSource is used. This aligns with the approach that's worked well with Flyway and Liquibase. More changes are planned to further simplify DataSource initialization. The changes in this commit are a foundation for those changes. Any new public API in this commit is highly likely to change before the next GA. Fixes gh-13042 Fixes gh-23736
-
Stephane Nicoll authored
* pr/25316: Polish "Group jdbc-related batch properties beneath spring.batch.jdbc" Group jdbc-related batch properties beneath spring.batch.jdbc Closes gh-25316
-
Stephane Nicoll authored
See gh-25316
-
Mukul Chaundhyan authored
See gh-25316
-
- 16 Feb, 2021 21 commits
-
-
Andy Wilkinson authored
See gh-25004
-
Stephane Nicoll authored
Closes gh-25293
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24998
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-25281
-
Stephane Nicoll authored
Closes gh-25149
-
Stephane Nicoll authored
* pr/25314: Fix Javadoc since tag for ConfigurationPropertiesReportEndpointWebExtension Closes gh-25314
-
izeye authored
See gh-25314
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-25313
-
Stephane Nicoll authored
Closes gh-25312
-
Stephane Nicoll authored
* pr/25265: Update copyright of changed files Fix incorrect detection of Amazon Redshift Closes gh-25265
-
Stephane Nicoll authored
See gh-25265
-
melburne authored
See gh-25265
-
Andy Wilkinson authored
Closes gh-25311
-
Andy Wilkinson authored
Closes gh-25310
-
Andy Wilkinson authored
* gh-25279: Polish "Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used" Ensure that Flyway/Liquibase run before jOOQ's DSLContext is used Closes gh-25279
-
Andy Wilkinson authored
See gh-25279
-
Eddú Meléndez authored
See gh-25279
-
Andy Wilkinson authored
Closes gh-25308
-