Open snicoll opened 6 years ago
BTW, spring-cloud-zookeeper-config:2.2.1-RELEASE
do not have spring-autoconfigure-metadata and additional-spring-autoconfigure-metadata.
Fixed via 009ee54
@ryanjbaxter I don't think that commit fixed the problem I reported.
Taking the first example in the description above (updated with recent code): spring.cloud.zookeeper.enabled
is used in ConditionalOnZookeeperEnabled
but there is no metadata for that property. It is flagged as unresolved as far as I know.
Sorry @snicoll I didnt check the issues the PR claimed it fixed, thanks for reopening.
Several auto-configurations use a condition on a property that has no metadata. As a result, trying to use it to customize the auto-configuration lead to a warning in an IDE.
The report detected the following: