-
Notifications
You must be signed in to change notification settings - Fork 589
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 Commons-Imaging 1.0 release #92
Comments
Yes, OpenPDF needs to update to a better Commons-Imaging release. I will update OpenPDF as soon as the new release is available. |
Good news! Glad to hear you have already been working on it. I think 5 years of a RC is long enough, 1.0 release is overdue. Thanks for staying on top of it! |
One of the new dependencies is an older version of sanselan/commons-imaging. The imports are sanselan instead of commons.imaging. Basically just need to swap out imports. No other changes are necessary. I am using sed locally to make this change on the fly for my gentoo ebuilds.
This repo commons-imaging
Not this old sanselan repo
I believe the problem lies in maven central not having anything for commons-imaging. It only has a one for the old sanselan. This is the only commons-imaging on maven central and is not apache commons imaging. Likely need to file a bug with Apache to request pushing updated commons-imaging to maven central. Or update pom.xml to use apache commons-imaging directly from a repository. Then update imports to reflect the change in package names.
The text was updated successfully, but these errors were encountered: