Quarkus native and XML parsing gives #43851
nicklasweasel
started this conversation in
Community
Replies: 1 comment 1 reply
-
I would expect GraalVM to take care of the internal JDK classes properly. Any chance you could put together a small Maven reproducer (ideally that we can run in a local environment)? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple test case starting from the AWS quarkus-lambda archetype that does a simple DocumentBuilderFactory/XPathFactoryDocument extraction of a node value. When compiling to native and run, I get a
my first two problems mentioned files so I got around them with
quarkus.native.additional-build-args=-H:IncludeResourceBundles=com.sun.org.apache.xml.internal.res.XMLErrorResources\\,com.sun.org.apache.xerces.internal.impl.msg.XMLMessages
but on this I'm at the end of good ideas
Beta Was this translation helpful? Give feedback.
All reactions