Sean Owen created SPARK-28737:
---------------------------------

             Summary: Update jersey to 2.27+ (2.29)
                 Key: SPARK-28737
                 URL: https://issues.apache.org/jira/browse/SPARK-28737
             Project: Spark
          Issue Type: Sub-task
          Components: Spark Core
    Affects Versions: 3.0.0
            Reporter: Sean Owen


Looks like we might need to update Jersey after all, from recent JDK 11 
testing: 
{code}
Caused by: java.lang.IllegalArgumentException
        at 
jersey.repackaged.org.objectweb.asm.ClassReader.<init>(ClassReader.java:170)
        at 
jersey.repackaged.org.objectweb.asm.ClassReader.<init>(ClassReader.java:153)
        at 
jersey.repackaged.org.objectweb.asm.ClassReader.<init>(ClassReader.java:424)
        at 
org.glassfish.jersey.server.internal.scanning.AnnotationAcceptingListener.process(AnnotationAcceptingListener.java:170)
{code}

It looks like 2.27+ may solve the issue, so worth trying 2.29. 
I'm not 100% sure this is an issue as the JDK 11 testing process is still 
undergoing change, but will work on it to see how viable it is anyway, as it 
may be worthwhile to update for 3.0 in any event.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to