Github user neykov commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/993#discussion_r43628466
--- Diff:
core/src/main/java/org/apache/brooklyn/core/resolve/ResolveUtils.java ---
@@ -21,18 +21,18 @@
import java.util.Map;
import java.util.Set;
-import org.apache.brooklyn.api.catalog.CatalogItem;
-import org.apache.brooklyn.api.catalog.CatalogItem.CatalogItemType;
import org.apache.brooklyn.api.location.Location;
import org.apache.brooklyn.api.location.LocationSpec;
import org.apache.brooklyn.api.policy.Policy;
import org.apache.brooklyn.api.policy.PolicySpec;
-import org.apache.brooklyn.core.catalog.internal.CatalogUtils;
-import org.apache.brooklyn.core.mgmt.EntityManagementUtils;
+import org.apache.brooklyn.api.typereg.RegisteredType;
import
org.apache.brooklyn.core.mgmt.classloading.BrooklynClassLoadingContext;
import
org.apache.brooklyn.core.objs.BrooklynObjectInternal.ConfigurationSupportInternal;
import org.apache.brooklyn.util.guava.Maybe;
+@Deprecated /** @deprecated since 0.9.0 never belonged here, and not used
much; new principled TypeRegistry simplifies things */
--- End diff --
We can safely move this back to CAMP land if TOSCA is not using it. It was
introduced only recently and never has seen a release.
---
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.
---