Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] Bug in Jersey with JDK > 8 and OPTIONS header?

Thank you!

If I add

<dependency>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>jaxb-runtime</artifactId>
    <version>2.3.2</version>
</dependency>

to my pom.xml

then it is working with JDK 9 and 10 too.

I will do more checks tomorrow.
Thanks again!


On 08.12.19 16:37, Jan Supol wrote:
Have you tried to add JAXB impl dependency? It is no longer in JDK 11.

-- Jan

On 08.12.2019 11:50, etc@xxxxxxxxxxxxxx wrote:
Caused by: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
 - with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
_______________________________________________
jersey-dev mailing list
jersey-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jersey-dev



Back to the top