[
https://issues.apache.org/jira/browse/GROOVY-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18113206#comment-18113206
]
ASF GitHub Bot commented on GROOVY-12391:
-----------------------------------------
paulk-asert opened a new pull request, #2913:
URL: https://github.com/apache/groovy/pull/2913
…s openbeans never had
> grooid jar: java.beans.Transient is rewritten to a class openbeans never had
> ----------------------------------------------------------------------------
>
> Key: GROOVY-12391
> URL: https://issues.apache.org/jira/browse/GROOVY-12391
> Project: Groovy
> Issue Type: Improvement
> Reporter: Paul King
> Assignee: Paul King
> Priority: Major
>
> Involves: the jarjar rule maps all of java.beans.**, so the Verifier's
> reference to java.beans.Transient becomes groovyjarjaropenbeans.Transient,
> which does not exist, and the grooid jar cannot compile anything. Fix is
> either excluding Transient from the mapping or adding that one annotation
> class to the repackaged set.
> Impact on normal usage: none for the regular jars. It affects only grooid
> consumers, and it means the published grooid artifact has been unusable as a
> compiler since the reference was introduced, so it is also evidence nobody is
> using it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)