• Phillip Webb's avatar
    Refactor DataSourceBuilder and add derivedFrom · 85f1e2c9
    Phillip Webb authored
    Refactor `DataSourceBuilder` to use direct property mappers rather than
    the `Binder` and aliases. Supported DataSource types now include two-way
    mappers which allows us to both get and set properties in a uniform way.
    
    A new `derivedFrom` factory method has been added which allows a new
    `DataSource` to be derived from an existing one. This update is
    primarily to allow Flyway and Liquibase migrations to work against a
    `@Bean` configured DataSource rather than assuming that the primary
    DataSource was always created via auto-configuration.
    
    See gh-25643
    85f1e2c9
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...