Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/994#discussion_r43643773
--- Diff:
usage/test-support/src/main/java/org/apache/brooklyn/test/EntityTestUtils.java
---
@@ -46,6 +45,12 @@
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
+/**
+ * A utility class containing tests on Entities.
+ *
+ * @deprecated Prefer core assertions
org.apache.brooklyn.entity.EntityAsserts.
--- End diff --
missing `core` in package name - `o.a.b.core.e.EA`
---
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.
---