Skip to content
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 test and metadata locations for iText Core modules and iText add-ons #588

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 91 additions & 25 deletions library-and-framework-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/barcodes/src/test"
]
}
]
Expand All @@ -514,7 +514,8 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/kernel/src/test",
"https://github.com/itext/itext-java/tree/develop/sign/src/test"
]
}
]
Expand All @@ -528,33 +529,37 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/kernel/src/test",
"https://github.com/itext/itext-java/tree/develop/sign/src/test"
]
}
]
},
{
"artifact": "com.itextpdf:bouncy-castle-fips-adapter",
"artifact": "com.itextpdf:commons",
"details": [
{
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/commons/src/test"
]
}
]
},
{
"artifact": "com.itextpdf:commons",
"artifact": "com.itextpdf:font-asian",
"description": "iText Asian fonts for use in conjunction with iText.",
"details": [
{
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [],
"metadata_locations": [
"https://github.com/itext/itext-java/tree/develop/io/src/main/resources/META-INF/native-image/com.itextpdf/io"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/io/src/test"
]
}
]
Expand All @@ -567,10 +572,42 @@
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-java/tree/master/forms/src/main/resources/META-INF/native-image"
"https://github.com/itext/itext-java/tree/develop/forms/src/main/resources/META-INF/native-image/com.itextpdf/forms"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/develop/forms/src/test"
]
}
]
},
{
"artifact": "com.itextpdf:html2pdf",
"description": "pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts them to PDF.",
"details": [
{
"minimum_version": "6.1.0",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-pdfhtml-java/tree/develop/src/main/resources/META-INF/native-image/com.itextpdf/html2pdf"
],
"tests_locations": [
"https://github.com/itext/itext-pdfhtml-java/tree/develop/src/test"
]
}
]
},
{
"artifact": "com.itextpdf:hyph",
"description": "XML files that can be used for hyphenation in layout module.",
"details": [
{
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-java/tree/develop/layout/src/main/resources/META-INF/native-image/com.itextpdf/layout"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/layout/src/test"
]
}
]
Expand All @@ -583,10 +620,10 @@
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-java/tree/master/io/src/main/resources/META-INF/native-image"
"https://github.com/itext/itext-java/tree/develop/io/src/main/resources/META-INF/native-image/com.itextpdf/io"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/io/src/test"
]
}
]
Expand All @@ -598,9 +635,24 @@
{
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"metadata_locations": [
"https://github.com/itext/itext-java/tree/develop/forms/src/main/resources/META-INF/native-image/com.itextpdf/forms",
"https://github.com/itext/itext-java/tree/develop/io/src/main/resources/META-INF/native-image/com.itextpdf/io",
"https://github.com/itext/itext-java/tree/develop/kernel/src/main/resources/META-INF/native-image/com.itextpdf/kernel",
"https://github.com/itext/itext-java/tree/develop/layout/src/main/resources/META-INF/native-image/com.itextpdf/layout",
"https://github.com/itext/itext-java/tree/develop/svg/src/main/resources/META-INF/native-image/com.itextpdf/svg"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/develop/barcodes/src/test",
"https://github.com/itext/itext-java/tree/develop/forms/src/test",
"https://github.com/itext/itext-java/tree/develop/io/src/test",
"https://github.com/itext/itext-java/tree/develop/kernel/src/test",
"https://github.com/itext/itext-java/tree/develop/layout/src/test",
"https://github.com/itext/itext-java/tree/develop/pdfa/src/test",
"https://github.com/itext/itext-java/tree/develop/pdfua/src/test",
"https://github.com/itext/itext-java/tree/develop/sign/src/test",
"https://github.com/itext/itext-java/tree/develop/styled-xml-parser/src/test",
"https://github.com/itext/itext-java/tree/develop/svg/src/test"
]
}
]
Expand All @@ -613,10 +665,10 @@
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-java/tree/master/kernel/src/main/resources/META-INF/native-image"
"https://github.com/itext/itext-java/tree/develop/kernel/src/main/resources/META-INF/native-image/com.itextpdf/kernel"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/kernel/src/test"
]
}
]
Expand All @@ -629,10 +681,10 @@
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-java/tree/master/layout/src/main/resources/META-INF/native-image"
"https://github.com/itext/itext-java/tree/develop/layout/src/main/resources/META-INF/native-image/com.itextpdf/layout"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/layout/src/test"
]
}
]
Expand All @@ -646,7 +698,21 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/pdfa/src/test"
]
}
]
},
{
"artifact": "com.itextpdf:pdftest",
"description": "iText Core module containing a set of tools to execute iText Core tests.",
"details": [
{
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/develop/pdftest/src/test"
]
}
]
Expand All @@ -660,7 +726,7 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/pdfua/src/test"
]
}
]
Expand All @@ -674,7 +740,7 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/sign/src/test"
]
}
]
Expand All @@ -688,7 +754,7 @@
"test_level": "fully-tested",
"metadata_locations": [],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/styled-xml-parser/src/test"
]
}
]
Expand All @@ -701,10 +767,10 @@
"minimum_version": "8.0.4",
"test_level": "fully-tested",
"metadata_locations": [
"https://github.com/itext/itext-java/tree/master/svg/src/main/resources/META-INF/native-image"
"https://github.com/itext/itext-java/tree/develop/svg/src/main/resources/META-INF/native-image/com.itextpdf/svg"
],
"tests_locations": [
"https://github.com/itext/itext-java/tree/master/native-image-test"
"https://github.com/itext/itext-java/tree/develop/svg/src/test"
]
}
]
Expand Down
Loading