Skip to content

Commit

Permalink
Update test and metadata locations for iText Core modules and iText a…
Browse files Browse the repository at this point in the history
…dd-ons
  • Loading branch information
vitali-pr committed Jan 16, 2025
1 parent 5f4076f commit ec402a8
Showing 1 changed file with 92 additions and 25 deletions.
117 changes: 92 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,43 @@
"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 +621,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 +636,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 +666,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 +682,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 +699,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 +727,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 +741,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 +755,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 +768,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

0 comments on commit ec402a8

Please sign in to comment.