This is an automated email from the ASF dual-hosted git repository.
centic9 pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
from 6f40cfb7e3 Update create_jobs.groovy
new 2e38a14af9 Add GitHub Action to verify ant-build with JDK 17 and 21
new 15dc56c1b6 Use Matrix-Build in GitHub Action to build for JDK 17 and 21
new e27a143453 Add check for module-class-files
new 1f6a0b62b2 Add a dependency from javadoc to jar
new 2dc218645c Avoid NPE when parsing Formula
new bec6ba6aac Rework fuzz-targets to not keep static state across
fuzz-calls
new fc492fae63 Avoid NPE when caching tables by name
new 1c53108d26 Bug 66568: Adjust selecting color from master-slide
new 2810c299ff Add some JavaDoc and tests for changes in VBAMacroReader
new 47bb6d6102 Clean up some more for JDK 17
new 5ceaf9f3eb Add missing dependency to commons-csv in poi-integration
The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/test-ant.yml | 49 ++++++++++
.github/workflows/test-gradle.yml | 13 ++-
build.gradle | 42 +++++++--
build.xml | 99 ++++++++-------------
.../org/apache/poi/fuzz/FormulaParserFuzzer.java | 11 +--
.../java/org/apache/poi/fuzz/POIRleFuzzer.java | 13 ++-
poi-integration/src/test/java9/module-info.java | 1 +
poi-ooxml/build.gradle | 2 +
.../org/apache/poi/xslf/usermodel/XSLFSheet.java | 15 +++-
.../xssf/usermodel/BaseXSSFEvaluationWorkbook.java | 7 +-
.../apache/poi/xslf/usermodel/TestXSLFTextRun.java | 30 +++++--
poi-scratchpad/build.gradle | 2 +
.../poi/hssf/usermodel/HSSFEvaluationWorkbook.java | 7 +-
.../apache/poi/poifs/macros/VBAMacroReader.java | 12 +++
.../org/apache/poi/ss/formula/FormulaParser.java | 4 +
.../org/apache/poi/ss/formula/SheetIdentifier.java | 5 ++
.../apache/poi/hssf/model/TestFormulaParser.java | 8 +-
.../poi/poifs/macros/TestVBAMacroReader.java | 27 ++++++
test-data/poi-integration-exceptions.csv | 3 +-
test-data/slideshow/placeholder-layout-color.pptx | Bin 0 -> 346876 bytes
test-data/spreadsheet/LIBRE_OFFICE-128382-0.xlsx | Bin 0 -> 1839194 bytes
21 files changed, 252 insertions(+), 98 deletions(-)
create mode 100644 .github/workflows/test-ant.yml
create mode 100644 test-data/slideshow/placeholder-layout-color.pptx
create mode 100755 test-data/spreadsheet/LIBRE_OFFICE-128382-0.xlsx
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]