[jboss-jira] [JBoss JIRA] (WFLY-9406) Upgrade ASM with Version 5.2 (unable to use Arquillian+JaCoCo with ASM 3.3.1)
Tomaz Cerar (JIRA)
issues at jboss.org
Mon Feb 26 05:05:00 EST 2018
[ https://issues.jboss.org/browse/WFLY-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13537987#comment-13537987 ]
Tomaz Cerar commented on WFLY-9406:
-----------------------------------
[~tibor17] we currently have Jacoco 0.8.0 plugin configured as part of "coverage" profile and it works.
Not sure what that means for Arquillian related extensions.
> Upgrade ASM with Version 5.2 (unable to use Arquillian+JaCoCo with ASM 3.3.1)
> -----------------------------------------------------------------------------
>
> Key: WFLY-9406
> URL: https://issues.jboss.org/browse/WFLY-9406
> Project: WildFly
> Issue Type: Component Upgrade
> Components: Build System, JPA / Hibernate, Web Services
> Affects Versions: 11.0.0.CR1
> Reporter: Tibor Digana
> Assignee: Alessio Soldano
> Priority: Minor
> Fix For: 12.0.0.Beta1
>
>
> Reported in GitHub https://github.com/wildfly/wildfly/issues/10531
> Arquillian Extension dependends on JaCoCo does not work on WildFLy because AS uses ASM 3.3.1 and JaCoCo uses ASM 5.2.
> The class {{org.jacoco.core.internal.flow.ClassProbesVisitor}} extends ASM class {{org.objectweb.asm.ClassVisitor}}. The problem is that {{ClassVisitor}} is interface in ASM 3.3.1.
> Please upgrade it in POM:
> https://github.com/wildfly/wildfly/blob/master/pom.xml
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list