Maxim Syrman created ARQGRA-517:
-----------------------------------
Summary: Java 11 Support
Key: ARQGRA-517
URL:
https://issues.jboss.org/browse/ARQGRA-517
Project: Arquillian Graphene
Issue Type: Bug
Affects Versions: 2.3.2
Environment: WF 15.0.1.Final
Reporter: Maxim Syrman
For now Graphene cannot be run on Java 11 (graphene-webdriver to be precise).
Using LocationEnricher leads to
{code}
Caused by: java.lang.IllegalArgumentException
at
org.jboss.arquillian.graphene.shaded.net.sf.cglib.asm.$ClassReader.<init>(Unknown
Source)
at
org.jboss.arquillian.graphene.shaded.net.sf.cglib.asm.$ClassReader.<init>(Unknown
Source)
at
org.jboss.arquillian.graphene.shaded.net.sf.cglib.asm.$ClassReader.<init>(Unknown
Source)
{code}
This is related to cglib version used. Updating cglib solves the problem. (PR:
https://github.com/arquillian/arquillian-graphene/pull/202)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)