Debian Patches
Status for libapache-poi-java/4.0.1-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_disable-code-coverage.patch | Disables the code coverage report (Jacoco isn't available in Debian) | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
05_use-local-ooxml-xsds.patch | Patch to use the local OOXML schema instead of fetching the files from the ECMA site at build time | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
10_resolve-xml-namespaces.patch | Resolve the external schemas (could this be replaced by a catalog?)diff --git a/ooxml-lib/dc.xsd b/ooxml-lib/dc.xsd index 4d5a065..2f02a6f 100644 |
Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
11_ignore-benchmarks.patch | Ignore the JMH benchmarks | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
12_ignore-xmlunit-tests.patch | Disables the tests using xmlunit 2 (not in Debian yet) | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
bug-62996.patch | Fixes unit tests in TestExcelStyleDateFormatter for locale zh_CN | no | backport, https://svn.apache.org/r1848591 | |||
13_rhino-script-engine.patch | Run the script snippets in the Ant file with Rhino to fix the build failure with Java 17 | Emmanuel Bourg <ebourg@apache.org> | no | debian | ||
14_language-level.patch | Preserves Java 8 compatibility when building with recent JDKs | Emmanuel Bourg <ebourg@apache.org> | not-needed | |||
15_xmlbeans-compatibility.patch | [PATCH] adapt to XmlBeans changes | Andreas Beeker <kiwiwings@apache.org> | no | 2020-09-19 | ||
16_bouncycastle-1.77.patch | adapt for BouncyCastle 1.77 | tony mancill <tmancill@debian.org> | no | debian | ||
17_commons-compress-upgrade.patch | fix compile issue due to commons-compress upgrade commons-compress 1.25 has a different signature for ZipArchiveOutputStream.putArchiveEntry(). This causes a build failure. diff --git a/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java b/src/ooxml/testcases/org/apache/poi/openxml4j/opc/internal/marshallers/TestZipPackagePropertiesMarshaller.java index 30fabfc1..dc986b24 100644 |
PJ Fanning <fanningpj@apache.org> | not-needed | debian | upstream, https://github.com/apache/poi/commit/386b2fcc7898533ef047d9b52e86d370d2cc9ee2 | 2024-03-07 |