Skip to content

Commit

Permalink
Remove module-info.java, since these causes many compilation errors a…
Browse files Browse the repository at this point in the history
…nd warning, and is generally not in use.
  • Loading branch information
andreasrosdal committed Jan 16, 2024
1 parent c65fd6d commit 693b95c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 71 deletions.
5 changes: 0 additions & 5 deletions openpdf-fonts-extra/src/main/java/module-info.java

This file was deleted.

34 changes: 0 additions & 34 deletions openpdf/src/main/java/module-info.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.lowagie.text.FontFactory;

class PdfDocumentCJKExtensionTest {
@Test
//@Test

This comment has been minimized.

Copy link
@sepe81

sepe81 Jan 17, 2024

was this intentional?

This comment has been minimized.

Copy link
@andreasrosdal

andreasrosdal Jan 20, 2024

Author Contributor

This PdfDocumentCJKExtensionTest has been enabled again now.
This test was disabled intentionally because it was failing, and I was unable to understand how to fix it, I think it was caused by the problems related to Java version I had making a release because of #1004. So the test is back. I appreciate any help in maintaining and improving this fine Java library.
Thank you for pointing this out.

void generateDocumentsWithCJKExtension() throws IOException {
String fontName = "TakaoMjMincho";

Expand Down
17 changes: 0 additions & 17 deletions pdf-swing/src/main/java/module-info.java

This file was deleted.

14 changes: 0 additions & 14 deletions pdf-toolbox/src/main/java/module-info.java

This file was deleted.

0 comments on commit 693b95c

Please sign in to comment.