• Andy Wilkinson's avatar
    Rework properties for enabling Spring Data repositories · 80543250
    Andy Wilkinson authored
    Rather than using two properties to enable or disable reactive and
    imperative repositories for a particular store, this commit introduces
    a new repository type condition that's backed by a single
    spring.data.<store>.repositories.type property. The type can be
    auto (automatically enables whatever's available), imperative (enables
    imperative repositories), none (enables nothing), or reactive (enables
    reactive repositories). The default is auto.
    
    Repositories do not have a reactive option (such as JPA) continue to
    have a spring.data.<store>.repositories.enabled property that takes a
    boolean value.
    
    Closes gh-11134
    80543250
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-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...