[jboss-jira] [JBoss JIRA] (WFLY-9406) [WildFly 11] Upgrade ASM with Version 5.2 (unable to use Arquillian+JaCoCo with ASM 3.3.1)

Brian Stansberry (JIRA) issues at jboss.org
Mon Oct 2 12:05:00 EDT 2017


     [ https://issues.jboss.org/browse/WFLY-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFLY-9406:
-----------------------------------
    Component/s: JPA / Hibernate


This also needs an ok from [~smarlow] as the org.eclipse.persistence module has a dep on asm.asm.

{code}
$ git grep asm.asm
feature-pack/src/main/resources/modules/system/layers/base/asm/asm/main/module.xml:<module xmlns="urn:jboss:module:1.5" name="asm.asm">
feature-pack/src/main/resources/modules/system/layers/base/asm/asm/main/module.xml:        <artifact name="${asm:asm}"/>
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/impl/main/module.xml:        <module name="asm.asm" />
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/main/module.xml:        <module name="asm.asm" />
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/services-sts/main/module.xml:        <module name="asm.asm" />
feature-pack/src/main/resources/modules/system/layers/base/org/apache/cxf/ws-security/main/module.xml:        <module name="asm.asm" />
feature-pack/src/main/resources/modules/system/layers/base/org/eclipse/persistence/main/module.xml:        <module name="asm.asm"/>
feature-pack/src/main/resources/modules/system/layers/base/org/jboss/as/webservices/server/integration/main/module.xml:        <module name="asm.asm" export="true"/>
testsuite/compat/src/test/scripts/build-jars.xml:&lt;module name="asm.asm"/&gt;
{code}

> [WildFly 11] 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.Alpha1
>
>
> Reported in GitHub https://github.com/wildfly/wildfly/issues/10531
> Arquillian 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.2.3#72005)


More information about the jboss-jira mailing list