eric-milles commented on PR #1814: URL: https://github.com/apache/groovy/pull/1814#issuecomment-1291198310
The cast failure implies that you used a different class loader to create the instance of `AnnotationCollectorMode` than the loader the compiler used to load that class. The transform loader is what you want if the compiler is going to be assigning references that aren't just strings and numbers. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
