svn commit: r1914707 - /poi/trunk/poi-ooxml/src/test/java9/module-info.java

2023-12-16 Thread centic
Author: centic Date: Sat Dec 16 12:08:57 2023 New Revision: 1914707 URL: http://svn.apache.org/viewvc?rev=1914707&view=rev Log: commons-compress is needed in ooxml-test for running tests via Ant Modified: poi/trunk/poi-ooxml/src/test/java9/module-info.java Modified: poi/trunk/poi-ooxml/src/t

svn commit: r1914708 - in /poi/trunk: poi-integration/src/test/java/org/apache/poi/stress/TestAllFiles.java test-data/spreadsheet/stress.xls

2023-12-16 Thread centic
Author: centic Date: Sat Dec 16 12:09:02 2023 New Revision: 1914708 URL: http://svn.apache.org/viewvc?rev=1914708&view=rev Log: Allow all IndexOutOfBoundsException to have either empty message or some message Newer JDKs add a more useful exception message, so we need to be a bit more lenient for

svn commit: r1914706 - /poi/trunk/poi-ooxml/src/main/java/org/apache/poi/ooxml/POIXMLDocumentPart.java

2023-12-16 Thread centic
Author: centic Date: Sat Dec 16 12:08:54 2023 New Revision: 1914706 URL: http://svn.apache.org/viewvc?rev=1914706&view=rev Log: Use revert() instead of close() when processing fails Otherwise we might write partial changes to the underlying file which is unexpected. Modified: poi/trunk/poi-