[
https://issues.apache.org/jira/browse/GROOVY-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18113326#comment-18113326
]
ASF GitHub Bot commented on GROOVY-12391:
-----------------------------------------
testlens-app[bot] commented on PR #2913:
URL: https://github.com/apache/groovy/pull/2913#issuecomment-5602359287
## ✅ All tests passed ✅
🏷️ Commit: fcb20d42888e636066288b13ece6a9e96baea30b
▶️ Tests: 117457 executed
⚪️ Checks: 32/32 completed
---
_Learn more about TestLens at
[testlens.app/docs](https://testlens.app/docs/features/pr-comment/)._
> 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)