This is an automated email from the ASF dual-hosted git repository.

centic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git


    from d60edd21a3 Bump net.bytebuddy:byte-buddy from 1.18.3 to 1.18.4 (#998)
     new 2acb5cf66a Avoid several NPEs
     new b09bf904d7 Fix running integration-tests without scratchpad-libraries
     new 9c2f487c98 Bug 69927: Avoid NPE when parsing wmf-file
     new 22531fe638 Prevent invalid height/width in wmf-images exhausting memory
     new 1910fff53e Add a file-handler for .wmf files
     new d72e3a608c Add a file-handler for .emf files

The 6 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:
 .../org/apache/poi/stress/FileHandlerKnown.java    |   2 +
 .../org/apache/poi/stress/HEMFFileHandler.java     |  85 +++++++++++++++++++
 .../org/apache/poi/stress/HWMFFileHandler.java     |  93 +++++++++++++++++++++
 .../org/apache/poi/stress/SpreadsheetHandler.java  |   2 +
 .../java/org/apache/poi/stress/TestAllFiles.java   |   4 +-
 .../org/apache/poi/ooxml/POIXMLDocumentPart.java   |   4 +-
 .../org/apache/poi/xslf/usermodel/XSLFTable.java   |   3 +
 .../org/apache/poi/xssf/usermodel/XSSFPicture.java |   7 +-
 .../apache/poi/xslf/draw/geom/TestXSLFArcTo.java   |  62 ++++++++++++++
 .../apache/poi/xslf/usermodel/TestXSLFTable.java   |  19 +++--
 poi-ooxml/src/test/java9/module-info.java          |   1 +
 .../org/apache/poi/hwmf/record/HwmfBitmapDib.java  |  34 +++++++-
 .../java/org/apache/poi/hwmf/TestHwmfParsing.java  |   3 +-
 .../org/apache/poi/hssf/model/InternalSheet.java   |   7 ++
 .../org/apache/poi/hssf/usermodel/HSSFPicture.java |  32 +++----
 .../org/apache/poi/hssf/usermodel/HSSFShape.java   |   4 +
 .../org/apache/poi/sl/draw/DrawTextParagraph.java  |   4 +-
 .../apache/poi/sl/draw/geom/ArcToCommandIf.java    |   4 +
 .../apache/poi/ss/extractor/EmbeddedExtractor.java |   2 +-
 .../apache/poi/hssf/model/TestInternalSheet.java   |  72 ++++++++++++++++
 .../apache/poi/hssf/usermodel/TestHSSFComment.java |  10 +++
 .../apache/poi/hssf/usermodel/TestHSSFPicture.java |  26 ++++++
 test-data/slideshow/file-45.wmf                    | Bin 0 -> 24890 bytes
 ...tent_4_evaluation_module_decouverte_qesamed.xls | Bin 0 -> 425984 bytes
 test-data/spreadsheet/stress.xls                   | Bin 75776 -> 76800 bytes
 25 files changed, 451 insertions(+), 29 deletions(-)
 create mode 100644 
poi-integration/src/test/java/org/apache/poi/stress/HEMFFileHandler.java
 create mode 100644 
poi-integration/src/test/java/org/apache/poi/stress/HWMFFileHandler.java
 create mode 100644 
poi-ooxml/src/test/java/org/apache/poi/xslf/draw/geom/TestXSLFArcTo.java
 create mode 100644 
poi/src/test/java/org/apache/poi/hssf/model/TestInternalSheet.java
 create mode 100644 test-data/slideshow/file-45.wmf
 create mode 100644 
test-data/spreadsheet/moodle.iamm.fr_pluginfile.php_2971_mod_resource_content_4_evaluation_module_decouverte_qesamed.xls


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to