Description
I have different Quarkus projects which use com.microsoft.graph:microsoft-graph and io-quarkus:quarkus-hibernate-orm. After upgrading microsoft-graph to >= 6.30 i always get this error:
Runtime java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.narayana.jta.deployment.NarayanaJtaProcessor#build threw an exception: javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found
After some painfull investigations i come arround that the solution was for me to exclude javax.xml.stream:stax-api which is come from this lib.
I am a little bit confused you ship a lib which is developed in 2008. I think it comes from this issue (#1755), but isn´t there a better solution?
Metadata
Metadata
Assignees
Type
Projects
Status