Github user alasdairhodge commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/681#discussion_r32227808
--- Diff: core/src/main/java/brooklyn/entity/basic/BrooklynConfigKeys.java
---
@@ -143,6 +143,7 @@
* component is up, but this entity does not care about the dependent
component's actual config values.
*/
+ public static final ConfigKey<Boolean> PROVISION_LATCH =
newBooleanConfigKey("provision.latch", "Latch for blocking location provision
until ready");
--- End diff --
Yeah, I agree. I expect `PROVISION_LATCH` will eventually join
`PROVISIONING_PROPERTIES` on some sort of `Provisionable` trait class.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---