-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[WIP] Try with jaxb 3.0 and xjc #7161
Conversation
Hm:
|
The failing xmp test seems to come from:
|
xmpbox/pdfbox still depends on javax.xml.bind that is obviously no longer present. |
@Siedlerchr have you reported the issues upstream with xmpbox? |
@koppor wanted to do this because he already has an account at the apache |
Issue submitted: https://issues.apache.org/jira/browse/PDFBOX-5061 Pull request fixing the issue submitted: apache/pdfbox#101 |
XMP is now working with pdfbox 3.0.0. |
Application insights uses a fat jar that contains all dependencies microsoft/ApplicationInsights-Java#1060, so this shouldn't actually be a problem. |
Well, the original error was.
With version 3.x they also changed the approach. Apparently they now use an java agent. Not exactly sure. |
Fixes #7137
Finally I was able to fix this jaxb jakarta dependeny update. Hellish complicated with all those implementaitons and version numbers and different namespaces☺️
TODO: