]>
source.dussan.org Git - poi.git/log
Dominik Stadler [Wed, 9 Aug 2023 05:44:01 +0000 (05:44 +0000)]
Do not disable all files for poi-integration in build.gradle
It seems doing it this way can kick in even when using JDK 11+ due
to the Gradle toolchain.
Let's rather do a more specific exclusion in code to only exclude files
which actually cause JDK 8 to hang.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911562 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 8 Aug 2023 08:48:13 +0000 (08:48 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61276
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911536 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 20:35:59 +0000 (20:35 +0000)]
Bug 66425: Add memory-safeguard in one more place
We try to generally avoid overly large allocations in places
where arrays are allocated.
We add one more such check for pictures in HSLF.
We might need to increase the used value of 10MB if users report
larger files being used frequently.
Overriding this check via IOUtils is possible.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911525 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 20:01:19 +0000 (20:01 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing NullPointerException, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61266
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911523 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 19:59:04 +0000 (19:59 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
Fix previous changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911522 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 7 Aug 2023 19:11:54 +0000 (19:11 +0000)]
use of junit internal StringUtils is causing build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911519 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 7 Aug 2023 18:33:24 +0000 (18:33 +0000)]
use of junit internal StringUtils is causing build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911518 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 16:18:46 +0000 (16:18 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61259
Also fix handling of NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911517 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 15:17:10 +0000 (15:17 +0000)]
Reduce log4j2 level for integration tests to ERROR
Otherwise there is lots of output that is likely rarely useful.
This can be changed locally for testing easily whenever necessary.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911516 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 15:15:38 +0000 (15:15 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61242
Also enhance output of some test-failures and allow an empty exception message
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911515 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 14:32:11 +0000 (14:32 +0000)]
Bug 66425: Avoid an AssertionError found via oss-fuzz
We try to avoid throwing AssertionError to be triggered by input data, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61251
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911514 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 12:09:31 +0000 (12:09 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61243
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911507 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 11:11:45 +0000 (11:11 +0000)]
Open configuration file for integration-tests read-only to not fail if the file is opened by an Application locally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911504 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 11:11:08 +0000 (11:11 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
Add exception details and fix expected exceptions to make tests run again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911503 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 7 Aug 2023 09:42:17 +0000 (09:42 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61249
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911501 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 6 Aug 2023 17:13:46 +0000 (17:13 +0000)]
Fix expected exception text and print out which FileHandler failed in integration-tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911495 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 6 Aug 2023 14:57:47 +0000 (14:57 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException, but it was possible
to trigger one here with a specially crafted input-file
Also rework test a bit to use try-with-resources and proper formatting
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61221
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911494 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 6 Aug 2023 08:39:16 +0000 (08:39 +0000)]
upgrade junit
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911476 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 22:20:38 +0000 (22:20 +0000)]
avoid creating enumeration twice
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911470 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 14:42:47 +0000 (14:42 +0000)]
upgrade com.dorongold.task-tree
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911469 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 14:15:21 +0000 (14:15 +0000)]
add back gradle wrapper jar due to windows build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911468 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 13:43:48 +0000 (13:43 +0000)]
update jobs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911466 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 13:41:30 +0000 (13:41 +0000)]
update jobs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911465 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 13:34:46 +0000 (13:34 +0000)]
remove gradle-wrapper jar because it is against ASF policy to ship jars in source releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911464 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 13:16:21 +0000 (13:16 +0000)]
remove gradle-wrapper jar because it is against ASF policy to ship jars in source releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911463 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 5 Aug 2023 13:14:56 +0000 (13:14 +0000)]
remove gradle-wrapper jar because it is against ASF policy to ship jars in source releases
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911462 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 5 Aug 2023 12:13:13 +0000 (12:13 +0000)]
Bug 66425: Avoid a ClassCastException found via oss-fuzz
We try to avoid throwing ClassCastException but it was possible
to trigger one here with a specially crafted input-file
Should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61162
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911459 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 4 Aug 2023 12:47:09 +0000 (12:47 +0000)]
Use interfaces for variables and reformat source-code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911436 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 4 Aug 2023 12:41:34 +0000 (12:41 +0000)]
Use correct version for JUnit in Ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911435 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 3 Aug 2023 21:12:30 +0000 (21:12 +0000)]
gradle-8.2.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911428 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 2 Aug 2023 08:58:34 +0000 (08:58 +0000)]
[bug-66827] treat VML drawing entry for a comment that has incorrect type of TEXT as invalid
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911407 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 1 Aug 2023 20:49:26 +0000 (20:49 +0000)]
[bug-66827] add test case (that passes) - so issue is nor reproduced
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911399 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 1 Aug 2023 20:19:38 +0000 (20:19 +0000)]
gradle hates ant 1.10.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911398 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 1 Aug 2023 08:24:59 +0000 (08:24 +0000)]
Exclude some files in one test to avoid flakiness during parallel builds
This test failed once locally due to a temporary file
being deleted again when the test tried to access it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911384 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 1 Aug 2023 08:24:54 +0000 (08:24 +0000)]
Update Apache Ant to 1.10.13 and use newer Gradle syntax
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911383 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 31 Jul 2023 15:02:03 +0000 (15:02 +0000)]
junit 5.10.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911373 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 31 Jul 2023 14:55:12 +0000 (14:55 +0000)]
bouncycastle 1.76
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911371 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 24 Jul 2023 19:59:45 +0000 (19:59 +0000)]
[github-488] Round up seconds in CellElapsedFormatter. Thanks to Anthony Schott. This closes #488
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911254 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 24 Jul 2023 12:00:17 +0000 (12:00 +0000)]
undo last change due to broken test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911233 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 24 Jul 2023 10:12:46 +0000 (10:12 +0000)]
[github-487] Round up seconds in CellElapsedFormatter. Thanks to Anthony Schott. This closes #487
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1911228 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 12 Jul 2023 22:26:41 +0000 (22:26 +0000)]
[bug-66682] fix xslb reading support for formula cells of boolean type. This closes #485
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910951 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 12 Jul 2023 12:25:01 +0000 (12:25 +0000)]
[bug-66675] fix issue with writing xlsx (core properties being added twice)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910949 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 6 Jul 2023 16:48:24 +0000 (16:48 +0000)]
gradle 8.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910822 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 3 Jul 2023 21:01:19 +0000 (21:01 +0000)]
remove release date from version.java
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910760 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 3 Jul 2023 20:54:56 +0000 (20:54 +0000)]
[bug-62181] try to handle file where shared string loading is happening twice
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910759 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 3 Jul 2023 14:33:28 +0000 (14:33 +0000)]
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910755 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 3 Jul 2023 14:32:05 +0000 (14:32 +0000)]
pdfbox 2.0.29
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910753 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 28 Jun 2023 11:55:29 +0000 (11:55 +0000)]
apply some spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910659 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 27 Jun 2023 19:37:48 +0000 (19:37 +0000)]
apply some spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910640 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 27 Jun 2023 19:33:13 +0000 (19:33 +0000)]
apply some spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910639 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 27 Jun 2023 11:48:38 +0000 (11:48 +0000)]
apply some spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910627 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 23 Jun 2023 12:59:57 +0000 (12:59 +0000)]
add XSSF test where 2 row instances have same rowNum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910569 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 22 Jun 2023 21:37:01 +0000 (21:37 +0000)]
[bug-66661] revert github-269 due to it breaking formulas with table references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910561 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 22 Jun 2023 20:46:25 +0000 (20:46 +0000)]
update ooxml-lite-report.xsb
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910560 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 22 Jun 2023 16:49:00 +0000 (16:49 +0000)]
commons-codec 1.16.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910558 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 21 Jun 2023 17:03:09 +0000 (17:03 +0000)]
bouncycastle 1.75
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910543 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 18 Jun 2023 17:10:56 +0000 (17:10 +0000)]
fix test assertion
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910480 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 16 Jun 2023 19:05:58 +0000 (19:05 +0000)]
xddf test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910459 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 15 Jun 2023 20:05:33 +0000 (20:05 +0000)]
[bug-66650] add chartex classes to poi-ooxml-full
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910433 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 15 Jun 2023 15:35:39 +0000 (15:35 +0000)]
bouncycastle 1.74
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910429 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 15 Jun 2023 08:35:19 +0000 (08:35 +0000)]
Print out slightly more in SSPerformanceTest
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910422 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 14 Jun 2023 11:29:27 +0000 (11:29 +0000)]
[GitHub-473] Add getCTSettings() to XWPFSettings. This closes #473
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910402 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 12 Jun 2023 10:14:05 +0000 (10:14 +0000)]
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910365 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 12 Jun 2023 10:10:37 +0000 (10:10 +0000)]
[bug-66644] enable reproducible build settings in gradle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910364 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 8 Jun 2023 15:54:50 +0000 (15:54 +0000)]
Need to lower the min expected width after changes for bug 66632
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910309 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 8 Jun 2023 08:53:15 +0000 (08:53 +0000)]
Bug 66632: Round char-width instead of cutting off
Otherwise we sometimes use a too low "default char width"
which leads to autosizing of columns with too wide columns.
We should propably return float instead of int here to
not introduce rounding errors at this point at all,
but it would need more API changes, so let's at least
make it work better for now.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910301 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 8 Jun 2023 08:53:08 +0000 (08:53 +0000)]
Remove deprecation warnings reported with newer commons-io
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910300 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 8 Jun 2023 08:51:58 +0000 (08:51 +0000)]
Fix generating JavaDoc when running build with Java 9 or higher
Otherwise "current" is JDK 11, but "javadoc" from JDK 8 is executed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910299 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 8 Jun 2023 08:36:48 +0000 (08:36 +0000)]
commons-io 2.13.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910297 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 7 Jun 2023 10:23:06 +0000 (10:23 +0000)]
update guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910275 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 7 Jun 2023 10:10:31 +0000 (10:10 +0000)]
byte buddy 1.14.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910274 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 7 Jun 2023 09:51:05 +0000 (09:51 +0000)]
improve exception handling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910273 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 28 May 2023 10:37:22 +0000 (10:37 +0000)]
revert sonarqube plugin due to ci-build issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910100 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 26 May 2023 18:24:43 +0000 (18:24 +0000)]
update sonarqube plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910076 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 25 May 2023 10:39:47 +0000 (10:39 +0000)]
[bug-66614] remove limit on offset function params
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1910049 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 22 May 2023 16:31:05 +0000 (16:31 +0000)]
[bug-66612] get macrosheet xml (test)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909996 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 22 May 2023 16:08:48 +0000 (16:08 +0000)]
[bug-66612] get macrosheet xml (test)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909995 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 22 May 2023 16:00:10 +0000 (16:00 +0000)]
[bug-66612] get macrosheet xml (test)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909994 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Mon, 22 May 2023 15:17:22 +0000 (15:17 +0000)]
add content types for macrosheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909993 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 21 May 2023 13:31:17 +0000 (13:31 +0000)]
update jacoco
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909963 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sun, 21 May 2023 12:01:18 +0000 (12:01 +0000)]
use gradle for java 20 build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909961 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 19 May 2023 13:09:15 +0000 (13:09 +0000)]
[bug-66607] perf issue processing array formulas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909934 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 17 May 2023 14:28:23 +0000 (14:28 +0000)]
commons-io 2.12.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909874 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 16 May 2023 15:06:32 +0000 (15:06 +0000)]
graphics2d 0.43
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909859 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 May 2023 07:47:16 +0000 (07:47 +0000)]
Bug 66598: Fix invalid loop-condition when cleaning up CTCells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909808 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 May 2023 07:47:12 +0000 (07:47 +0000)]
Fix a case in IdentifierManager.release(), reformat, add tests
The case when all are reserved was not handled properly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909807 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 14 May 2023 07:47:07 +0000 (07:47 +0000)]
Update third-party versions in README
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909806 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 11 May 2023 13:54:55 +0000 (13:54 +0000)]
javadoc build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909752 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 11 May 2023 11:22:19 +0000 (11:22 +0000)]
don't run integration tests in Java 8 (they hang on https://ci-builds.apache.org/)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909749 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 11 May 2023 10:25:10 +0000 (10:25 +0000)]
use MarlinRenderingEngine
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909748 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 28 Apr 2023 09:45:44 +0000 (09:45 +0000)]
jupiter junit 5.9.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909469 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 28 Apr 2023 09:13:08 +0000 (09:13 +0000)]
[bug-66584] ensure ZipPackage closes input stream when exceptions happen
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909467 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 28 Apr 2023 08:58:34 +0000 (08:58 +0000)]
spelling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909466 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 25 Apr 2023 13:17:18 +0000 (13:17 +0000)]
upgrade gradle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909403 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 19 Apr 2023 19:26:14 +0000 (19:26 +0000)]
upgrade woodstox to 6.5.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909257 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 13 Apr 2023 18:22:25 +0000 (18:22 +0000)]
pdfbox 2.0.28
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909124 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 12 Apr 2023 19:37:57 +0000 (19:37 +0000)]
bouncycastle 1.73
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1909101 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 5 Apr 2023 07:49:51 +0000 (07:49 +0000)]
saxon 11.5
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1908982 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 4 Apr 2023 19:08:13 +0000 (19:08 +0000)]
forbiddenapis 3.5.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1908969 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Tue, 4 Apr 2023 19:06:37 +0000 (19:06 +0000)]
byte-buddy 1.14.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1908968 13f79535 -47bb-0310-9956-
ffa450edef68