sbglasius commented on PR #16296:
URL: https://github.com/apache/grails-core/pull/16296#issuecomment-5513714855

   > @sbglasius is this a result of Groovy now honoring the modifiers where 
previously it would treat package private / protected as public?
   
   Yes, it is because Groovy 4 stamped ACC_PUBLIC on anonymous inner classes, 
Groovy 5 keeps them package-private. It would actually show in Groovy 4, if a 
class was marked `@PackageScope`.
   


-- 
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]

Reply via email to