auke- opened a new pull request #1: AXIOM-502: make AXIOM usable in GraalVM Native Image URL: https://github.com/apache/ws-axiom/pull/1 When building an application using the GraalVM Native Image compiler it fails when AXIOM is used in the application. The GraalVM compiler fails with the exception java.lang.InternalError: Enclosing method not found. This seems to be caused by missing type information for the anonymous AbstractNodeIterator implementation in CoreParentNodeSupport. By replacing the anonymous inner class with a concrete implementation AXIOM can be used with the GraalVM Native Image compiler.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
