afs opened a new issue, #2938: URL: https://github.com/apache/jena/issues/2938
### Change `ext.xerces` uses `ResourceBundle`s. After #2828, there are only a few uses left and usage is fixed (the locale files don't get used). From discussion https://github.com/apache/jena/discussions/2934, it seems that this _might_ be causing the problems converting to a native image. Solution: inline the data from the resource bundles in Java code and remove `ResourceBundle` loading at runtime. ### Are you interested in contributing a pull request for this task? Yes -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
