You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/11/21 16:24:30 UTC

[GitHub] [netbeans] lkishalmi opened a new pull request #1647: [NETBEANS-3420] Update Gradle Code Coverage Support for Java 13

lkishalmi opened a new pull request #1647: [NETBEANS-3420] Update Gradle Code Coverage Support for Java 13 
URL: https://github.com/apache/netbeans/pull/1647
 
 
   Well it is a bit more than that. It separates the the code coverage support from Gradle Java support. Upgrades JaCoCo runtime to 0.8.5 (which supports Java13)
   Also moved the ASM dependency to the NetBeans ASM module.
   
   While previously we shipped the ASM all package with NetBeans ASM module we reduced ith to the core and tree api when upgraded to 7.2. JaCoCo needs the common, so I added that support to the ASM module.
   
   We might need a few version increase. Please point out that, where you feel it. Like the lately ASM change increased a minor version 5.9 -> 5.10 where I think we should have used 7.2. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists