[
https://issues.apache.org/jira/browse/ARIES-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16619639#comment-16619639
]
Michael Vorburger commented on ARIES-1826:
------------------------------------------
It just occured to me, only now, that instead of stressing for a release here
:P one can, obviously, locally work around this quite easily:
{code:xml}
<plugin>
<groupId>org.apache.aries.blueprint</groupId>
<artifactId>blueprint-maven-plugin</artifactId>
<version>1.10.0</version>
<dependencies>
<dependency>
<groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder-shaded</artifactId>
<version>4.9</version>
</dependency>
</dependencies>{code}
> blueprint-maven-plugin IllegalArgumentException from ASM, possibly Java 9
> related
> ---------------------------------------------------------------------------------
>
> Key: ARIES-1826
> URL: https://issues.apache.org/jira/browse/ARIES-1826
> Project: Aries
> Issue Type: Bug
> Components: Blueprint
> Affects Versions: blueprint-maven-plugin-1.10.0
> Reporter: Michael Vorburger
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: blueprint-maven-plugin-1.11.0
>
>
> From [https://jira.opendaylight.org/browse/ODLPARENT-167] :
> {code:java}
> [INFO] --- blueprint-maven-plugin:1.10.0:blueprint-generate (default) @
> northbound-api ---
> [INFO] Package org.opendaylight will be scanned
> (...)
> [ERROR] Failed to execute goal
> org.apache.aries.blueprint:blueprint-maven-plugin:1.10.0:blueprint-generate
> (default) on project northbound-api: Error during blueprint generation:
> IllegalArgumentException -> [Help 1]{code}
> With {{mvn-X}} (details in
> [ODLPARENT-167|https://jira.opendaylight.org/browse/ODLPARENT-167]) we find
> it's {{Caused by: java.lang.IllegalArgumentException at
> org.apache.xbean.asm5.ClassReader.<init>}}, which could be related to it
> scanning some Java > 8 (9/10/11) class in some JAR?
> [~gnt] or [[email protected]], I don't suppose this is a known issue
> for which you already have a fix, or an thoughts? [~skitt] FYI.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)