]> source.dussan.org Git - poi.git/log
poi.git
16 months agoNeed to lower the min expected width after changes for bug 66632
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

16 months agoBug 66632: Round char-width instead of cutting off
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

16 months agoRemove deprecation warnings reported with newer commons-io
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

16 months agoFix generating JavaDoc when running build with Java 9 or higher
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

16 months agocommons-io 2.13.0
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

16 months agoupdate guava
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

16 months agobyte buddy 1.14.5
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

16 months agoimprove exception handling
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

16 months agorevert sonarqube plugin due to ci-build issues
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

16 months agoupdate sonarqube plugin
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

16 months ago[bug-66614] remove limit on offset function params
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

16 months ago[bug-66612] get macrosheet xml (test)
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

16 months ago[bug-66612] get macrosheet xml (test)
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

16 months ago[bug-66612] get macrosheet xml (test)
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

16 months agoadd content types for macrosheets
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

16 months agoupdate jacoco
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

16 months agouse gradle for java 20 build
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

16 months ago[bug-66607] perf issue processing array formulas
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

17 months agocommons-io 2.12.0
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

17 months agographics2d 0.43
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

17 months agoBug 66598: Fix invalid loop-condition when cleaning up CTCells
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

17 months agoFix a case in IdentifierManager.release(), reformat, add tests
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

17 months agoUpdate third-party versions in README
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

17 months agojavadoc build issue
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

17 months agodon't run integration tests in Java 8 (they hang on https://ci-builds.apache.org/)
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

17 months agouse MarlinRenderingEngine
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

17 months agojupiter junit 5.9.3
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

17 months ago[bug-66584] ensure ZipPackage closes input stream when exceptions happen
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

17 months agospelling
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

17 months agoupgrade gradle
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

17 months agoupgrade woodstox to 6.5.1
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

18 months agopdfbox 2.0.28
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

18 months agobouncycastle 1.73
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

18 months agosaxon 11.5
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

18 months agoforbiddenapis 3.5.1
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

18 months agobyte-buddy 1.14.3
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

18 months agoxmlsec 3.0.2
PJ Fanning [Tue, 4 Apr 2023 19:04:46 +0000 (19:04 +0000)]
xmlsec 3.0.2

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908966 13f79535-47bb-0310-9956-ffa450edef68

18 months agoincrease heap in tests
PJ Fanning [Sun, 26 Mar 2023 01:08:13 +0000 (01:08 +0000)]
increase heap in tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908719 13f79535-47bb-0310-9956-ffa450edef68

18 months agodon't share the skip bytes buffer
PJ Fanning [Sat, 25 Mar 2023 20:09:30 +0000 (20:09 +0000)]
don't share the skip bytes buffer

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908716 13f79535-47bb-0310-9956-ffa450edef68

18 months agodon't share the skip bytes buffer
PJ Fanning [Sat, 25 Mar 2023 00:47:15 +0000 (00:47 +0000)]
don't share the skip bytes buffer

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908700 13f79535-47bb-0310-9956-ffa450edef68

18 months agocommons-compress 1.23.0
PJ Fanning [Thu, 23 Mar 2023 15:11:27 +0000 (15:11 +0000)]
commons-compress 1.23.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908669 13f79535-47bb-0310-9956-ffa450edef68

18 months agotry to run tests serially due to jdk 8 build issues
PJ Fanning [Wed, 22 Mar 2023 23:12:28 +0000 (23:12 +0000)]
try to run tests serially due to jdk 8 build issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908652 13f79535-47bb-0310-9956-ffa450edef68

18 months agoupdate spotbugs plugin
PJ Fanning [Wed, 22 Mar 2023 20:16:56 +0000 (20:16 +0000)]
update spotbugs plugin

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908649 13f79535-47bb-0310-9956-ffa450edef68

18 months agoAdd more information in exception when formula parsing fails
Dominik Stadler [Tue, 21 Mar 2023 11:45:00 +0000 (11:45 +0000)]
Add more information in exception when formula parsing fails

Use toString() instead of getClass() to include more information
for some ValueEval implementations
When low-level parsing fails, the IllegalStateException does not
contain any information, therefore wrap it and enrich it with
more information about the cell and the parsed formula

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908608 13f79535-47bb-0310-9956-ffa450edef68

18 months agojava 11 github CI build
PJ Fanning [Tue, 21 Mar 2023 00:31:24 +0000 (00:31 +0000)]
java 11 github CI build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908603 13f79535-47bb-0310-9956-ffa450edef68

18 months agojava 8 github CI build
PJ Fanning [Mon, 20 Mar 2023 23:11:21 +0000 (23:11 +0000)]
java 8 github CI build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908602 13f79535-47bb-0310-9956-ffa450edef68

18 months agojenkinsLite
PJ Fanning [Mon, 20 Mar 2023 21:30:54 +0000 (21:30 +0000)]
jenkinsLite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908601 13f79535-47bb-0310-9956-ffa450edef68

18 months agojenkinsLite
PJ Fanning [Mon, 20 Mar 2023 20:57:35 +0000 (20:57 +0000)]
jenkinsLite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908600 13f79535-47bb-0310-9956-ffa450edef68

18 months agoremove unused github-pr job that appears to break create-jobs
PJ Fanning [Mon, 20 Mar 2023 20:45:02 +0000 (20:45 +0000)]
remove unused github-pr job that appears to break create-jobs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908599 13f79535-47bb-0310-9956-ffa450edef68

18 months agostill issues in create-jobs
PJ Fanning [Mon, 20 Mar 2023 20:39:45 +0000 (20:39 +0000)]
still issues in create-jobs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908598 13f79535-47bb-0310-9956-ffa450edef68

18 months agorevert create-jobs changes due to build issues
PJ Fanning [Mon, 20 Mar 2023 20:34:27 +0000 (20:34 +0000)]
revert create-jobs changes due to build issues

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908597 13f79535-47bb-0310-9956-ffa450edef68

18 months agojenkinsLite
PJ Fanning [Mon, 20 Mar 2023 20:19:21 +0000 (20:19 +0000)]
jenkinsLite

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908596 13f79535-47bb-0310-9956-ffa450edef68

18 months agoslf4j 2.0.7
PJ Fanning [Mon, 20 Mar 2023 11:00:46 +0000 (11:00 +0000)]
slf4j 2.0.7

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908558 13f79535-47bb-0310-9956-ffa450edef68

18 months agoremove temporary hacks
PJ Fanning [Sun, 19 Mar 2023 20:40:14 +0000 (20:40 +0000)]
remove temporary hacks

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908529 13f79535-47bb-0310-9956-ffa450edef68

18 months agotemporary hack to build to see if the ooxml tests are hanging and breaking all our...
PJ Fanning [Sun, 19 Mar 2023 20:10:39 +0000 (20:10 +0000)]
temporary hack to build to see if the ooxml tests are hanging and breaking all our https://ci-builds.apache.org/ builds for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908527 13f79535-47bb-0310-9956-ffa450edef68

18 months agorevert back to ant 1.10.12 - 1.10.13 breaks our build
PJ Fanning [Sun, 19 Mar 2023 14:03:50 +0000 (14:03 +0000)]
revert back to ant 1.10.12 - 1.10.13 breaks our build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908518 13f79535-47bb-0310-9956-ffa450edef68

18 months agotemporary hack to build to see if the integration tests are haning and breaking all...
PJ Fanning [Sun, 19 Mar 2023 13:51:05 +0000 (13:51 +0000)]
temporary hack to build to see if the integration tests are haning and breaking all our https://ci-builds.apache.org/ builds for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908517 13f79535-47bb-0310-9956-ffa450edef68

18 months agoant 1.10.13
PJ Fanning [Sun, 19 Mar 2023 13:48:23 +0000 (13:48 +0000)]
ant 1.10.13

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908516 13f79535-47bb-0310-9956-ffa450edef68

18 months agotemporary hack to build to see if the gradle toolchain logic is what is breaking...
PJ Fanning [Sun, 19 Mar 2023 13:17:53 +0000 (13:17 +0000)]
temporary hack to build to see if the gradle toolchain logic is what is breaking all our https://ci-builds.apache.org/ builds for Java 8

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908515 13f79535-47bb-0310-9956-ffa450edef68

19 months agofix test
PJ Fanning [Sat, 18 Mar 2023 12:03:41 +0000 (12:03 +0000)]
fix test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908486 13f79535-47bb-0310-9956-ffa450edef68

19 months agouse 'its'
PJ Fanning [Sat, 18 Mar 2023 11:55:54 +0000 (11:55 +0000)]
use 'its'

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908484 13f79535-47bb-0310-9956-ffa450edef68

19 months agouse 'an'
PJ Fanning [Sat, 18 Mar 2023 11:35:26 +0000 (11:35 +0000)]
use 'an'

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908483 13f79535-47bb-0310-9956-ffa450edef68

19 months agotypo
PJ Fanning [Sat, 18 Mar 2023 11:14:37 +0000 (11:14 +0000)]
typo

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908481 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66532] more performant way to iterate over codepoints.
PJ Fanning [Sat, 18 Mar 2023 10:27:37 +0000 (10:27 +0000)]
[bug-66532] more performant way to iterate over codepoints.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908479 13f79535-47bb-0310-9956-ffa450edef68

19 months agorevert: [bug-66503] Add flag for Excel 4 macros in composite documents.
PJ Fanning [Sat, 18 Mar 2023 01:20:51 +0000 (01:20 +0000)]
revert: [bug-66503] Add flag for Excel 4 macros in composite documents.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908463 13f79535-47bb-0310-9956-ffa450edef68

19 months agorevert: [bug-66503] Add flag for Excel 4 macros in composite documents.
PJ Fanning [Sat, 18 Mar 2023 00:59:29 +0000 (00:59 +0000)]
revert: [bug-66503] Add flag for Excel 4 macros in composite documents.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908462 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66503] Add flag for Excel 4 macros in composite documents. Thanks to M. P. Halpin
PJ Fanning [Sat, 18 Mar 2023 00:30:58 +0000 (00:30 +0000)]
[bug-66503] Add flag for Excel 4 macros in composite documents. Thanks to M. P. Halpin

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908461 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66532] more performant way to iterate over codepoints.
PJ Fanning [Fri, 17 Mar 2023 23:40:45 +0000 (23:40 +0000)]
[bug-66532] more performant way to iterate over codepoints.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908460 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66532] more performant way to iterate over codepoints.
PJ Fanning [Fri, 17 Mar 2023 23:40:03 +0000 (23:40 +0000)]
[bug-66532] more performant way to iterate over codepoints.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908459 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66532] more performant way to iterate over codepoints. Thanks to Matthias Raschhofer
PJ Fanning [Fri, 17 Mar 2023 23:35:33 +0000 (23:35 +0000)]
[bug-66532] more performant way to iterate over codepoints. Thanks to Matthias Raschhofer

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908458 13f79535-47bb-0310-9956-ffa450edef68

19 months agoacknowledge use of scala derived code
PJ Fanning [Tue, 14 Mar 2023 09:20:32 +0000 (09:20 +0000)]
acknowledge use of scala derived code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908376 13f79535-47bb-0310-9956-ffa450edef68

19 months agojavadoc typos
PJ Fanning [Mon, 13 Mar 2023 23:56:39 +0000 (23:56 +0000)]
javadoc typos

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908363 13f79535-47bb-0310-9956-ffa450edef68

19 months agoupgrade byte-buddy
PJ Fanning [Mon, 13 Mar 2023 21:08:39 +0000 (21:08 +0000)]
upgrade byte-buddy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908357 13f79535-47bb-0310-9956-ffa450edef68

19 months agogradle wrapper license details
PJ Fanning [Sat, 11 Mar 2023 11:13:28 +0000 (11:13 +0000)]
gradle wrapper license details

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908274 13f79535-47bb-0310-9956-ffa450edef68

19 months agogradle wrapper license details
PJ Fanning [Sat, 11 Mar 2023 11:12:04 +0000 (11:12 +0000)]
gradle wrapper license details

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908273 13f79535-47bb-0310-9956-ffa450edef68

19 months agoremove license items relating to bundling jars - no longer needed since we don't...
PJ Fanning [Sat, 11 Mar 2023 10:36:30 +0000 (10:36 +0000)]
remove license items relating to bundling jars - no longer needed since we don't bundle these jars any more

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908270 13f79535-47bb-0310-9956-ffa450edef68

19 months agoprovide more info in license about inbot-utils
PJ Fanning [Sat, 11 Mar 2023 10:21:39 +0000 (10:21 +0000)]
provide more info in license about inbot-utils

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908269 13f79535-47bb-0310-9956-ffa450edef68

19 months agoBug 66521: Add a utility to clear all thread locals
Dominik Stadler [Sat, 11 Mar 2023 06:49:12 +0000 (06:49 +0000)]
Bug 66521: Add a utility to clear all thread locals

Otherwise some applications may complain about left-over things,
e.g. Tomcat sometimes reports warning logs if Threads are not
cleaned up before being passed back into the global thread-pool.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908263 13f79535-47bb-0310-9956-ffa450edef68

19 months agoFix a flaky test which fails roughly once in 9000 iterations
Dominik Stadler [Fri, 10 Mar 2023 08:08:23 +0000 (08:08 +0000)]
Fix a flaky test which fails roughly once in 9000 iterations

Ranodm(9000) means it can also be 0 so the test should allow reading 300 bytes only

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908242 13f79535-47bb-0310-9956-ffa450edef68

19 months agoAnt-Build: Remove leftover versions of bouncycastle-libs
Dominik Stadler [Fri, 10 Mar 2023 08:08:19 +0000 (08:08 +0000)]
Ant-Build: Remove leftover versions of bouncycastle-libs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908241 13f79535-47bb-0310-9956-ffa450edef68

19 months agoUpdate/fix JavaDoc and add "throws"
Dominik Stadler [Fri, 10 Mar 2023 08:08:16 +0000 (08:08 +0000)]
Update/fix JavaDoc and add "throws"

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908240 13f79535-47bb-0310-9956-ffa450edef68

19 months agoAnt-Build: Add one more dependency for javadocs-creation
Dominik Stadler [Fri, 10 Mar 2023 08:08:12 +0000 (08:08 +0000)]
Ant-Build: Add one more dependency for javadocs-creation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908239 13f79535-47bb-0310-9956-ffa450edef68

19 months agoupdate build to no longer produce poi-bin distribution files
PJ Fanning [Thu, 9 Mar 2023 13:31:47 +0000 (13:31 +0000)]
update build to no longer produce poi-bin distribution files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908224 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66518] license header
PJ Fanning [Wed, 8 Mar 2023 11:30:58 +0000 (11:30 +0000)]
[bug-66518] license header

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908193 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)
PJ Fanning [Wed, 8 Mar 2023 11:04:59 +0000 (11:04 +0000)]
[bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908192 13f79535-47bb-0310-9956-ffa450edef68

19 months ago[bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)
PJ Fanning [Wed, 8 Mar 2023 11:03:19 +0000 (11:03 +0000)]
[bug-66518] fix issue in AbstractExcelUtils.getColor(HSSFColor)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908191 13f79535-47bb-0310-9956-ffa450edef68

19 months agoadd test
PJ Fanning [Wed, 8 Mar 2023 10:57:31 +0000 (10:57 +0000)]
add test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908190 13f79535-47bb-0310-9956-ffa450edef68

19 months agorevert test change
PJ Fanning [Tue, 7 Mar 2023 22:14:25 +0000 (22:14 +0000)]
revert test change

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908175 13f79535-47bb-0310-9956-ffa450edef68

19 months agobyte-buddy 1.14.1
PJ Fanning [Tue, 7 Mar 2023 22:14:01 +0000 (22:14 +0000)]
byte-buddy 1.14.1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908174 13f79535-47bb-0310-9956-ffa450edef68

19 months agosxssf date style test
PJ Fanning [Tue, 7 Mar 2023 22:03:58 +0000 (22:03 +0000)]
sxssf date style test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908173 13f79535-47bb-0310-9956-ffa450edef68

19 months agoupgrade gradle
PJ Fanning [Sat, 4 Mar 2023 13:40:24 +0000 (13:40 +0000)]
upgrade gradle

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908059 13f79535-47bb-0310-9956-ffa450edef68

19 months agogradle wrapper
PJ Fanning [Fri, 24 Feb 2023 00:07:48 +0000 (00:07 +0000)]
gradle wrapper

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907841 13f79535-47bb-0310-9956-ffa450edef68

19 months agosaxon 11.5
PJ Fanning [Thu, 23 Feb 2023 23:17:26 +0000 (23:17 +0000)]
saxon 11.5

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907840 13f79535-47bb-0310-9956-ffa450edef68

19 months agoupgrade byte-buddy
PJ Fanning [Thu, 23 Feb 2023 19:41:20 +0000 (19:41 +0000)]
upgrade byte-buddy

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907833 13f79535-47bb-0310-9956-ffa450edef68

19 months agotry gradle 8.0.1 again
PJ Fanning [Thu, 23 Feb 2023 00:03:18 +0000 (00:03 +0000)]
try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907816 13f79535-47bb-0310-9956-ffa450edef68

19 months agotry gradle 8.0.1 again
PJ Fanning [Wed, 22 Feb 2023 23:38:36 +0000 (23:38 +0000)]
try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907814 13f79535-47bb-0310-9956-ffa450edef68

19 months agotry gradle 8.0.1 again
PJ Fanning [Wed, 22 Feb 2023 22:43:41 +0000 (22:43 +0000)]
try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907813 13f79535-47bb-0310-9956-ffa450edef68

19 months agotry gradle 8.0.1 again
PJ Fanning [Wed, 22 Feb 2023 22:26:50 +0000 (22:26 +0000)]
try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907812 13f79535-47bb-0310-9956-ffa450edef68

19 months agotry gradle 8.0.1 again
PJ Fanning [Wed, 22 Feb 2023 22:19:17 +0000 (22:19 +0000)]
try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907811 13f79535-47bb-0310-9956-ffa450edef68

19 months agosonar 4.0.0.2929
PJ Fanning [Wed, 22 Feb 2023 20:44:46 +0000 (20:44 +0000)]
sonar 4.0.0.2929

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907810 13f79535-47bb-0310-9956-ffa450edef68