[ 
https://issues.apache.org/jira/browse/GROOVY-12391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18113556#comment-18113556
 ] 

ASF GitHub Bot commented on GROOVY-12391:
-----------------------------------------

testlens-app[bot] commented on PR #2913:
URL: https://github.com/apache/groovy/pull/2913#issuecomment-5609450905

   ## ✅ All tests passed ✅
   
   🏷️ Commit: 6ebb6251e8351c4b919de5f66fa21d2528c4b20a
   ▶️ Tests:  112719 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)

Reply via email to