-
Notifications
You must be signed in to change notification settings - Fork 601
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
Module / Split Package Issue with pdf-xml #185
Comments
You could in theory merge all jars that contain the same package into one. (I think, there is the same issue There are other occurrences of the same problem in the project, as I see: I use the following command to find the packages used by each jar/module and inspect the (not too long result) manually:
The following packages are split:
So, the easiest would probably be to combine openpdf, pdf-html, pdf-xml into a single artifact if you do not want to break external API |
@daviddurand @rtfarte @asturio @albfernandez What do you think of this? |
There is a proposal to fix this here: #187 |
Merge pdf-html and pdf-xml into the openpdf module. #185
@ctolkmit Can you please verify that this is working as you expect now? |
@andreasrosdal With openpdf-1.2.17-SNAPSHOT built from the current master, everything is fine in my build/runtime now |
Both the JAR pdf-xml and openpdf contain a package com.lowagie.text.pdf and com.lowagie.text.xml
This is not allowed in a modular/jigsaw context, unless you use the strongly discouraged patching mechanisms.
The text was updated successfully, but these errors were encountered: