-
Notifications
You must be signed in to change notification settings - Fork 375
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
Update to OpenPDF 2.0.0. #636
base: master
Are you sure you want to change the base?
Conversation
Thank you for this @andreasrosdal - it was simple like you said 😂 Misconfigured search in my IDE meant that I couldn't find the dependency so had been scratching my head for ages |
@andreasrosdal There are two files that need to be updated after openpdf upgrade. Here is a preview:
|
As of now, xdocreport requires java 1.7 and openpdf requires java 17. Is there any reason (dependencies for instance?) to stay on java 1.7 for now @opensagres ? |
could you add you change in this PR please. |
The main idea is consume XDocReport with any old Java version. I think it is very shame to upgrade to java 17 if XDocReport doesn't use it. If we could consume openpdf without upgrading to Java 17 it should be very nice. |
I hope the maintainers of xdocreport can take over this. |
Update to OpenPDF 2.0.0:
#635
https://github.com/LibrePDF/OpenPDF/releases/tag/2.0.0
Requires Java 17 or later.