You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
[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.
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?
The text was updated successfully, but these errors were encountered: