- 09 Jun, 2021 34 commits
-
-
Andy Wilkinson authored
Closes gh-26765
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26763
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26771
-
Andy Wilkinson authored
See gh-26682
-
Andy Wilkinson authored
Closes gh-26828
-
Andy Wilkinson authored
Closes gh-26620
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26836
-
Stephane Nicoll authored
Closes gh-26835
-
Stephane Nicoll authored
Closes gh-26834
-
Stephane Nicoll authored
Closes gh-26833
-
Stephane Nicoll authored
Closes gh-26832
-
Stephane Nicoll authored
Closes gh-26831
-
Stephane Nicoll authored
Closes gh-26830
-
Stephane Nicoll authored
Closes gh-26829
-
Stephane Nicoll authored
See gh-26682
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26761
-
Stephane Nicoll authored
Closes gh-26760
-
Andy Wilkinson authored
Closes gh-26825
-
Andy Wilkinson authored
Closes gh-26827
-
Andy Wilkinson authored
Closes gh-26826
-
Andy Wilkinson authored
Fixes gh-26812
-
Phillip Webb authored
Closes gh-26823
-
Phillip Webb authored
Closes gh-26822
-
Phillip Webb authored
Change `CompositeHealth.getDetails()` to public so that it serializes correctly when `MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS` is disabled. Fixes gh-26797
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Remove fallback code since we now require Gradle 6.8 and can depend on the `getMainClass` method being present. Closes gh-26794
-
- 08 Jun, 2021 6 commits
-
-
Phillip Webb authored
Rename the `derivefrom` method in `ConnectionFactoryBuilder` to `derivedFrom` to align with `DataSourceBuilder`. Fixes gh-26810
-
Phillip Webb authored
Fix a bug in `DataSourceInitializationConfiguration` and in `R2dbcInitializationConfiguration` that was stopping custom username/password properties from being applied. Fixes gh-26676
-
Phillip Webb authored
Collapse parameter name and user property into a single column to give a little more room for the description and default value. Closes gh-25739
-
Phillip Webb authored
Change the order of `DataSourceScriptDatabaseInitializerDetector` so that it always runs last. This update allows script initialization to be combined with a high-level migration tool such as Flyway. Closes gh-26692
-
Phillip Webb authored
Update `DatabaseInitializationDependencyConfigurer` so that depends-on ordering is applied based on the `DatabaseInitializerDetector` order. Prior to this commit, if multiple DatabaseInitializer beans were detected the order in which they were initialized was not defined. See gh-26692
-
Scott Frederick authored
See gh-26658
-