Github user neykov commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/483#discussion_r91769911
--- Diff:
utils/common/src/main/java/org/apache/brooklyn/util/internal/BrooklynSystemProperties.java
---
@@ -37,4 +37,6 @@
public static StringSystemProperty HOST_GEO_LOOKUP_IMPL_LEGACY = new
StringSystemProperty("brooklyn.location.geo.HostGeoLookup");
public static StringSystemProperty HOST_GEO_LOOKUP_IMPL = new
StringSystemProperty("org.apache.brooklyn.core.location.geo.HostGeoLookup");
+ /** Allows the use of YAML tags to create arbitrary types known to
Java. */
+ public static BooleanSystemProperty YAML_TYPE_INSTANTIATION = new
BooleanSystemProperty("org.apache.brooklyn.unsafe.YamlTypeInstantiation");
--- End diff --
I believe using
[BrooklynFeatureEnablement](https://github.com/apache/brooklyn-server/blob/master/core/src/main/java/org/apache/brooklyn/core/BrooklynFeatureEnablement.java)
is the preferred method for configuring global behaviour. It allows for
configuring through system properties and brookyn.properties.
---
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.
---