Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

JDK 11 Support #31

Open
SethJackson-GreenIrony opened this issue Jun 4, 2021 · 2 comments
Open

JDK 11 Support #31

SethJackson-GreenIrony opened this issue Jun 4, 2021 · 2 comments

Comments

@SethJackson-GreenIrony
Copy link

I'm attempting to compile this project using AdoptOpenJDK11 but there are dependencies on the JAXB library that was remove in v11. Is there support for this logger on v11?

@gtalwadker
Copy link

[ERROR] error on execute: org.mule.runtime.api.exception.MuleRuntimeException: java.lang.RuntimeException: 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]

Is the exception being raised when compiled using JDK 11 (11.0.13) from Oracle and Open JDK.

@gtalwadker
Copy link

In Addition to that, JDK 1.8.2XX or 3XX doesnt work. Compiling works with only 1.8.1XX

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants