-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more metatdata for org.glassfish.jaxb:jaxb-runtime:3.0.2
#137
Comments
org.glassfish.jaxb:jaxb-runtime:3.0.2
org.glassfish.jaxb:jaxb-runtime:3.0.2
|
I think I have the same problem in a SpringBoot native compile. Sample project: https://github.com/steinsag/spring-native-xml To reproduce:
Execution of native image fails with following stacktrace:
I first posted this issue in spring-projects/spring-framework#30021, but an analysis of Spring developers showed the issue is not on Spring's side. |
@steinsag I haven't had time to work on this issue recently. You can directly submit a PR containing unit tests and corresponding JSON entries. |
@linghengqian I collected some metadata of jaxb v4.0.3 and jakarta.xml.bind v4.01 based on those published in this repo in the various tests and enrichments to make docx4j work, can I share them? |
|
With several changes in my development equipment and a lot of refactoring and collaboration on multiple projects on the ASF side, I can't quite remember what this issue was about. Anyway, I have completely removed the use of JAXB in apache/shardingsphere#29052 , and graalvm ce for jdk23 has completely changed the GRM format, which makes the GRM required by the current issue no longer explicit. I will close the current issue. |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
org.ehcache:ehcache:3.10.8-jakarta
#124Describe the solution you'd like
A clear and concise description of what you want to happen.
org.ehcache:ehcache:3.10.8-jakarta
nativeTest process, part ofjakarta.xml.bind:jakarta.xml.bind-api:3.0.1
andorg.glassfish.jaxb:jaxb-runtime:3.0.2
GraalVM reachability metadata are manually maintained dependent. Adding corresponding GraalVM reachability metadata should be a reasonable behavior.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: