You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Thomas Andraschko (JIRA)" <ji...@apache.org> on 2018/06/27 12:51:00 UTC

[jira] [Commented] (DELTASPIKE-1351) Java 10: IllegalArgumentException in ClassReader.

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

Thomas Andraschko commented on DELTASPIKE-1351:
-----------------------------------------------

Upgraded master from 6.0 to 6.2.
Would be great if you can build by source/get a snapshot and give it a try.

> Java 10: IllegalArgumentException in ClassReader.<init>
> -------------------------------------------------------
>
>                 Key: DELTASPIKE-1351
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1351
>             Project: DeltaSpike
>          Issue Type: Bug
>          Components: Proxy-Module
>    Affects Versions: 1.8.2
>            Reporter: Florian Lieb
>            Priority: Major
>
> With java10, we get an exception
> {code:java}
> Caused by: java.lang.IllegalArgumentException
> at org.apache.deltaspike.proxy.asm.ClassReader.<init>(ClassReader.java:160)
> at org.apache.deltaspike.proxy.asm.ClassReader.<init>(ClassReader.java:143)
> at org.apache.deltaspike.proxy.asm.ClassReader.<init>(ClassReader.java:418)
> at org.apache.deltaspike.proxy.impl.AsmDeltaSpikeProxyClassGenerator.generateProxyClassBytes(AsmDeltaSpikeProxyClassGenerator.java:154)
> ... 51 more
> at org.jboss.weld.bootstrap.events.AbstractDefinitionContainerEvent.fire(AbstractDefinitionContainerEvent.java:44)
> at org.jboss.weld.bootstrap.events.AfterBeanDiscoveryImpl.fire(AfterBeanDiscoveryImpl.java:61)
> at org.jboss.weld.bootstrap.WeldStartup.deployBeans(WeldStartup.java:420){code}
>  
> Since ASM is shaded within deltaspike-proxy-asm, it is impossible to update ASM to a more recent version.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)