spring-boot/spring-boot-autoconfigure
Stephane Nicoll e5ca4990d0 Fix bootstrap-hosts property detection with list
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
2016-11-30 13:49:44 +01:00
..
src Fix bootstrap-hosts property detection with list 2016-11-30 13:49:44 +01:00
pom.xml Next Development Version 2016-11-08 16:55:37 +00:00