I plan to move the default location to look for org.codehaus.groovy.transform.ASTTransformation from META-INF/services to META-INF/groovy since the class(es) mentioned in that file aren't service(s) in the normal Java sense.
We already did this for valid source file extensions. Obviously, the old location will be kept for backwards compatibility for some time. See: https://issues.apache.org/jira/browse/GROOVY-8771 https://github.com/apache/groovy/pull/791 Cheers, Paul.
