Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/611#discussion_r108373185 --- Diff: core/src/main/java/org/apache/brooklyn/core/effector/MethodEffector.java --- @@ -133,6 +133,10 @@ public MethodEffector(Method method) { this(new AnnotationsOnMethod(method.getDeclaringClass(), method), null); } + /** + * @deprecated since 0.11.0; explicit groovy utilities/support will be deleted. + */ + @Deprecated --- End diff -- Shouldn't we add a warning message here?
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---