• Stephane Nicoll's avatar
    Fix bootstrap-hosts property detection with list · e5ca4990
    Stephane Nicoll authored
    Previously, if `spring.couchbase.bootstrap-hosts` was specified in YAML
    or with the `[Idx]` notation, the auto-configuration would not kick in.
    
    This is due to a limitation of `@ConditionalOnProperty` on a property of
    type Collection. This commit workarounds this limitation for now with a
    dedicated condition.
    
    Closes gh-7508
    e5ca4990
Name
Last commit
Last update
..
src Loading commit data...
pom.xml Loading commit data...