[
https://issues.apache.org/jira/browse/GROOVY-11156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17763540#comment-17763540
]
ASF GitHub Bot commented on GROOVY-11156:
-----------------------------------------
paulk-asert merged PR #1932:
URL: https://github.com/apache/groovy/pull/1932
> Groovy using no longer existing MagicAccessorImpl from sun.reflect
> ------------------------------------------------------------------
>
> Key: GROOVY-11156
> URL: https://issues.apache.org/jira/browse/GROOVY-11156
> Project: Groovy
> Issue Type: Improvement
> Reporter: Jochen Theodorou
> Priority: Major
>
> Since Java9 MagicAccessorImpl moved to a different package and does no longer
> fulfill the same role as before. While our code does not depend on that class
> to exist, it is also used almost solely for callsite caching code generation,
> which is no longer the default. Therefore removing the usage of class seems
> to be a good option at least for Groovy 5
--
This message was sent by Atlassian Jira
(v8.20.10#820010)