]>
source.dussan.org Git - poi.git/log
PJ Fanning [Thu, 1 Aug 2024 15:46:30 +0000 (15:46 +0000)]
hamcrest 3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919622 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 30 Jul 2024 14:59:38 +0000 (14:59 +0000)]
upgrade cyclondex
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919596 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 30 Jul 2024 14:48:30 +0000 (14:48 +0000)]
remove unnecessary xz test dependendency
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919595 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 28 Jul 2024 11:02:18 +0000 (11:02 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a possible NullPointerException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=70467
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919562 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 19 Jul 2024 14:19:35 +0000 (14:19 +0000)]
add chinese hssf test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919373 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 19 Jul 2024 13:36:06 +0000 (13:36 +0000)]
remove 22742.xls
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919372 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 18 Jul 2024 07:10:35 +0000 (07:10 +0000)]
Apply some IDE suggestions, improve JavaDoc and simplify reporting log messages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919343 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 18 Jul 2024 07:09:32 +0000 (07:09 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Processing formats uses regular expressions. Very complex formats
can recurse very deeply and thus can cause StackOVerflows depending
on the used stack-size.
In order to handle this a bit more gracefully, we now catch this
and report a better exception with details about the parsed
format and potential mitigation.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66137
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919342 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 16 Jul 2024 14:11:35 +0000 (14:11 +0000)]
commons-codec 1.17.1 - no need to note Saxon upgrade (only used in tests)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919288 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 16 Jul 2024 13:26:16 +0000 (13:26 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Avoid a possible OutOfMemoryException with incorrect uniqueCount
The ReadOnlySharedStringsTable pre-allocates whatever is stated in uniqueCount.
As the uniqueCount may be an incorrect large number, we should cap it at some point
to avoid OOMs if corrupt files are processed.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66137
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919284 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 16 Jul 2024 12:33:05 +0000 (12:33 +0000)]
POI tm
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919276 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 16 Jul 2024 07:42:28 +0000 (07:42 +0000)]
gradle 8.9
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919274 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 16 Jul 2024 05:26:42 +0000 (05:26 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Avoid a possible OutOfMemoryException with many child-records
This avoids having too many children in EscherRecords, the limit of
100_000 is arbitrarily chosen and can be adjusted if needed
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=62924 and maybe others
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919272 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 15 Jul 2024 22:42:38 +0000 (22:42 +0000)]
update bytebuddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919268 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 15 Jul 2024 22:41:18 +0000 (22:41 +0000)]
update gradle plugins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919266 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 13:04:48 +0000 (13:04 +0000)]
Remove exclusions that are not necessary/useful
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919258 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 13:03:19 +0000 (13:03 +0000)]
Apply some IDE suggestions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919257 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 13:02:43 +0000 (13:02 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Avoid a possible StackOverflowException
This adds support of counting of the "nesting level" into the base
EscherRecord and thus makes this existing limitation much more effective
as it kicks in for more types of nested records.
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66374
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919256 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 05:41:14 +0000 (05:41 +0000)]
Optimize generating numbers for bullets in Word
Using char[] instead of String improves performance of this
operation considerably, especially in JDK 11+ where StringBuilder
was switched to work on bytes instead of chars.
This is likely only relevant for very large documents, it was visible
in a synthetic test-file from fuzzing.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919239 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 05:41:10 +0000 (05:41 +0000)]
Reformat and add more tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919238 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 05:41:04 +0000 (05:41 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent too much memory usage
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67413
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919237 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 05:40:56 +0000 (05:40 +0000)]
Add initial support for SOURCE_DATE_EPOCH
This allows to create reproducible binary files without creation/modification-timestamp
being set when environment variable SOURCE_DATE_EPOCH is set.
See https://reproducible-builds.org/docs/source-date-epoch/ for the related specification.
For now, we ensure that Zip-file entries set the modification time to 1970-01-01,
which seems to be enough to make simple OOXML files reproducible.
There are likely some other places where resulting files are not reproducible, some
more testing will be necessary to identify other areas that should take this into
account as well.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919236 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 15 Jul 2024 05:40:48 +0000 (05:40 +0000)]
Patch forrest to expect all links to be "https" instead of "http"
Otherwise generating documentation leads to incorrect links with "../https://..."
Unfortunately Forrest is archived at Apache so we cannot get this fixed
in Forrest anymore.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919235 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 Jul 2024 13:11:23 +0000 (13:11 +0000)]
Adjust the name of the distribution-file in one more place.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919221 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 Jul 2024 11:27:02 +0000 (11:27 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a NullPointerException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66400
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919216 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 Jul 2024 11:26:56 +0000 (11:26 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a NullPointerException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=68104
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919215 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 Jul 2024 11:26:50 +0000 (11:26 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a ClassCastException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66089
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919214 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 Jul 2024 11:26:43 +0000 (11:26 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a NullPointerException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=70273
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919213 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 Jul 2024 11:26:38 +0000 (11:26 +0000)]
List expected failures in stress.xls instead of fully excluding them
We list expected failures in stress.xls to verify that
the error message is correct and no unexpected exception
is introduced
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919212 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 10 Jul 2024 11:39:27 +0000 (11:39 +0000)]
update exception message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919091 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 9 Jul 2024 14:43:03 +0000 (14:43 +0000)]
add negative test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919065 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 9 Jul 2024 14:16:47 +0000 (14:16 +0000)]
add test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919064 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 9 Jul 2024 09:46:46 +0000 (09:46 +0000)]
make validateEntryNames use case insensitive check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1919058 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 7 Jul 2024 06:40:36 +0000 (06:40 +0000)]
Fix Paragraph.searchText
The result was wrong for certain combinations of runs and found positions.
The adjusted implementation fixes this.
Also add a number of additional tests to verify results are correct.
Closes #655
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918986 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 7 Jul 2024 06:40:31 +0000 (06:40 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Prevent a NullPointerException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69450
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918985 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 7 Jul 2024 05:03:15 +0000 (05:03 +0000)]
HSSFWorkbook.getSheet(): Return first found sheet
We do not need to loop over all sheets always but should
be able to return the first found sheet.
This may change semantics for cases where there are
multiple sheets where name only differs in case, but
the JavaDoc did not state which one will be returned.
All three implementations (HSSF, XSSF, SXSSF)
now behave the same way.
Closes #653
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918982 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 6 Jul 2024 20:17:22 +0000 (20:17 +0000)]
update TestXSSFSheetShiftRows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918978 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 20:29:26 +0000 (20:29 +0000)]
saxon 12.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918857 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 13:10:29 +0000 (13:10 +0000)]
[bug-69154] add speculative row shifter fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918841 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 12:58:37 +0000 (12:58 +0000)]
[bug-69154] XSSF: Shifting columns with merged regions generates an error about overlapping regions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918838 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 12:44:23 +0000 (12:44 +0000)]
unused import
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918833 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 12:37:38 +0000 (12:37 +0000)]
snapshot version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918832 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 09:42:02 +0000 (09:42 +0000)]
add dataformatter test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918819 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 09:08:40 +0000 (09:08 +0000)]
another dataformatter test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918817 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 00:32:59 +0000 (00:32 +0000)]
another dataformatter test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918810 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 00:22:49 +0000 (00:22 +0000)]
disable new dataformatter test that is failing
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918809 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 2 Jul 2024 00:02:47 +0000 (00:02 +0000)]
try to fix tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918808 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 23:45:40 +0000 (23:45 +0000)]
add dataformatter tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918807 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 23:27:27 +0000 (23:27 +0000)]
try to stop poi-integration testing with corrupt file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918806 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 23:19:33 +0000 (23:19 +0000)]
try to stop poi-integration testing with corrupt file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918805 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 23:06:36 +0000 (23:06 +0000)]
use standard ASF header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918804 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 22:50:04 +0000 (22:50 +0000)]
rename file
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918803 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 22:40:18 +0000 (22:40 +0000)]
throw exception if xlsx contains duplicate file names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918802 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 21:37:53 +0000 (21:37 +0000)]
license header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918801 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 21:36:31 +0000 (21:36 +0000)]
throw exception if xlsx contains duplicate file names
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918800 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 1 Jul 2024 21:30:07 +0000 (21:30 +0000)]
reformat ZipFileZipEntrySource.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918799 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 27 Jun 2024 15:12:15 +0000 (15:12 +0000)]
junit 5.10.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918712 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 27 Jun 2024 15:10:52 +0000 (15:10 +0000)]
update changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918709 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 25 Jun 2024 10:42:38 +0000 (10:42 +0000)]
stray ref to SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918584 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 24 Jun 2024 23:48:32 +0000 (23:48 +0000)]
set version to 5.3.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918572 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 24 Jun 2024 14:30:36 +0000 (14:30 +0000)]
woodstox 7.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918546 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 23 Jun 2024 07:38:33 +0000 (07:38 +0000)]
Adjust src-build-test for changed name of source-distribution archive
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918518 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 23 Jun 2024 07:38:30 +0000 (07:38 +0000)]
Add one more case where timestamp could end up
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918517 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 21 Jun 2024 20:25:46 +0000 (20:25 +0000)]
[bug-69147] fix issues with text function when input is a datetime in string format
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918501 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 21 Jun 2024 20:03:50 +0000 (20:03 +0000)]
add test related to bug-69147
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918499 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Jun 2024 21:37:36 +0000 (21:37 +0000)]
issue with Java 22 returning string values insteadof booleans
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918397 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Jun 2024 21:02:55 +0000 (21:02 +0000)]
issue with Java 22 returning string values insteadof booleans
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918396 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 17 Jun 2024 20:44:33 +0000 (20:44 +0000)]
gradle 8.8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918394 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 5 Jun 2024 18:51:17 +0000 (18:51 +0000)]
ZipFile deprecation warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918179 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 5 Jun 2024 16:45:46 +0000 (16:45 +0000)]
getNextZipEntry deprecation warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918177 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 5 Jun 2024 16:33:17 +0000 (16:33 +0000)]
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918176 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 5 Jun 2024 16:31:36 +0000 (16:31 +0000)]
BoundedInputStream deprecation warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918175 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 5 Jun 2024 16:10:04 +0000 (16:10 +0000)]
put apache in name of source dist
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918173 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Jun 2024 11:31:31 +0000 (11:31 +0000)]
Change one exception to warning-log to avoid regressions in mass-tests
This avoids "breaking" a few documents which could be opened before.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918118 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Jun 2024 09:39:57 +0000 (09:39 +0000)]
Avoid NPE and improve error message when saving a package-part fails
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918117 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Jun 2024 09:39:51 +0000 (09:39 +0000)]
Apply IDE suggestions and ignore sonar false positive
Use NullOutputStream.INSTANCE
Rework one test slightly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918116 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Jun 2024 09:39:43 +0000 (09:39 +0000)]
Add simple test for font-width
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1918115 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 26 May 2024 21:42:46 +0000 (21:42 +0000)]
use xmlbeans release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917993 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 24 May 2024 08:55:02 +0000 (08:55 +0000)]
commons-compress 1.26.2 released
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917936 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 23 May 2024 10:58:54 +0000 (10:58 +0000)]
commons-compress 1.26.2 is not yet officially released
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917923 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 22 May 2024 14:06:41 +0000 (14:06 +0000)]
commons-compress 1.26.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917903 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 22 May 2024 14:06:05 +0000 (14:06 +0000)]
byte buddy 1.14.16
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917902 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 22 May 2024 00:06:34 +0000 (00:06 +0000)]
test with staged copy of xmlbeans 5.2.1 (rc)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917874 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 17 May 2024 11:07:37 +0000 (11:07 +0000)]
rename as 5.3.0-SNAPSHOT due to some changes in behaviour
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917782 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 17 May 2024 11:04:12 +0000 (11:04 +0000)]
[bug-68183] SXSSFWorkbook now removes temp files when closed - removing need for a separate dispose call. Thanks to Clayton Bodendein. This closes #586
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917780 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 17 May 2024 10:00:28 +0000 (10:00 +0000)]
[bug-69021] add guard around cast
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917779 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 13 May 2024 15:49:36 +0000 (15:49 +0000)]
graphics2d 3.0.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917702 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 May 2024 22:32:22 +0000 (22:32 +0000)]
[bug-68987] support allowStoredEntriesWithDataDescriptor=true when reading zip data
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917587 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 May 2024 21:30:13 +0000 (21:30 +0000)]
javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917586 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 May 2024 17:24:41 +0000 (17:24 +0000)]
add back check for if dir already exists
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917583 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 29 Apr 2024 15:07:33 +0000 (15:07 +0000)]
upgrade xmlunit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917422 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 29 Apr 2024 15:04:07 +0000 (15:04 +0000)]
commons-codec 1.17.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917420 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 22 Apr 2024 13:32:30 +0000 (13:32 +0000)]
Bug 66425: Avoid exceptions found via poi-fuzz
Avoid a possible NullPointerException
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67922
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917269 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 22 Apr 2024 13:16:10 +0000 (13:16 +0000)]
Adjust test for XLS2CSV for different newlines on Windows
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917267 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 22 Apr 2024 10:43:36 +0000 (10:43 +0000)]
fix use of forbidden api
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917264 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 22 Apr 2024 06:43:24 +0000 (06:43 +0000)]
Some new test-files need to be excluded for no-scratchpad execution
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917258 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 22 Apr 2024 06:43:20 +0000 (06:43 +0000)]
XLS(X) -> CSV: Wrap formatted numbers in quotes if necessary
e.g. German locale uses "comma" instead of point, e.g. 1,23 instead of 1.23
so we may need to quote formatted numbers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917257 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 21 Apr 2024 22:03:36 +0000 (22:03 +0000)]
update fanningpj key
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917252 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 20 Apr 2024 16:12:36 +0000 (16:12 +0000)]
One integration-test file now fails in "additional" as well
Not sure which change introduced this as it worked initially...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917223 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 20 Apr 2024 07:53:47 +0000 (07:53 +0000)]
Add one more "flaky" byte when comparing two documents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1917177 13f79535 -47bb-0310-9956-
ffa450edef68