spring-cloud / spring-cloud-bus

Spring Cloud event bus
http://cloud.spring.io/spring-cloud-bus/
Apache License 2.0
409 stars 242 forks source link

`@ConditionalOnProperty` target property with no metadata #131

Closed snicoll closed 6 years ago

snicoll commented 6 years ago

This @ConditionalOnProperty condition refers to 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 format of the property looks like Actuator 1.5 so maybe it is an oversight?