]> source.dussan.org Git - poi.git/log
poi.git
22 months agoupgrade mockito and byte-buddy
PJ Fanning [Thu, 15 Dec 2022 12:06:39 +0000 (12:06 +0000)]
upgrade mockito and byte-buddy

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

22 months agoslf4j 2.0.6
PJ Fanning [Tue, 13 Dec 2022 08:35:40 +0000 (08:35 +0000)]
slf4j 2.0.6

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

22 months ago[bug-66319] do not create HSSF patriarch to find comments (only use one that pre...
PJ Fanning [Mon, 12 Dec 2022 21:09:09 +0000 (21:09 +0000)]
[bug-66319] do not create HSSF patriarch to find comments (only use one that pre-exists)

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

22 months agountidy hack for shared string counts that are higher than Integer.MAX_VALUE
PJ Fanning [Mon, 12 Dec 2022 18:43:44 +0000 (18:43 +0000)]
untidy hack for shared string counts that are higher than Integer.MAX_VALUE

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

22 months agountidy hack for shared string counts that are higher than Integer.MAX_VALUE
PJ Fanning [Mon, 12 Dec 2022 18:20:21 +0000 (18:20 +0000)]
untidy hack for shared string counts that are higher than Integer.MAX_VALUE

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

22 months agoremove unnecessary short casts for getCellStyleAt
PJ Fanning [Mon, 12 Dec 2022 18:14:49 +0000 (18:14 +0000)]
remove unnecessary short casts for getCellStyleAt

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

22 months agotry to speed up SXSSFCell getColumnIndex
PJ Fanning [Mon, 12 Dec 2022 17:58:50 +0000 (17:58 +0000)]
try to speed up SXSSFCell getColumnIndex

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

22 months agosmall optimisation on getCellStyle
PJ Fanning [Mon, 12 Dec 2022 17:36:51 +0000 (17:36 +0000)]
small optimisation on getCellStyle

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

22 months ago[github-404] issue with text runs and styling relating to table cells. Thanks to...
PJ Fanning [Mon, 12 Dec 2022 15:18:35 +0000 (15:18 +0000)]
[github-404] issue with text runs and styling relating to table cells. Thanks to gffloodg. This closes #404

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

22 months ago[github-405] more performant codepoint util code. Thanks to StanBertrand. This closes...
PJ Fanning [Mon, 12 Dec 2022 14:59:35 +0000 (14:59 +0000)]
[github-405] more performant codepoint util code. Thanks to StanBertrand. This closes #405

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

22 months ago[bug-66365] add test for EventBasedExcelExtractor
PJ Fanning [Mon, 28 Nov 2022 17:59:02 +0000 (17:59 +0000)]
[bug-66365] add test for EventBasedExcelExtractor

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

22 months agopossible issue when streaming xssf cells with formulas
PJ Fanning [Mon, 28 Nov 2022 14:30:15 +0000 (14:30 +0000)]
possible issue when streaming xssf cells with formulas

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

22 months ago[bug-66365] add test for XSSFExcelExtractor
PJ Fanning [Mon, 28 Nov 2022 14:23:16 +0000 (14:23 +0000)]
[bug-66365] add test for XSSFExcelExtractor

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

22 months ago[bug-66365] update XSSFExcelExtractor to better handle formula cells with cached...
PJ Fanning [Mon, 28 Nov 2022 14:14:09 +0000 (14:14 +0000)]
[bug-66365] update XSSFExcelExtractor to better handle formula cells with cached results of string type

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

22 months ago[bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to better...
PJ Fanning [Mon, 28 Nov 2022 13:05:45 +0000 (13:05 +0000)]
[bug-66365] rework XSSFCell getRichStringCellValue and getStringCellValue to better support array formula results. Thanks to Espen Amble Kolstad.

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

22 months agoremove gradle plugin that is causing build problems
PJ Fanning [Sat, 26 Nov 2022 00:47:03 +0000 (00:47 +0000)]
remove gradle plugin that is causing build problems

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

22 months agogradle 7.6
PJ Fanning [Sat, 26 Nov 2022 00:43:28 +0000 (00:43 +0000)]
gradle 7.6

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

22 months agoremove fradle plugin that is causing build problems
PJ Fanning [Sat, 26 Nov 2022 00:34:15 +0000 (00:34 +0000)]
remove fradle plugin that is causing build problems

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

22 months agoslf4j 2.0.5
PJ Fanning [Sat, 26 Nov 2022 00:31:40 +0000 (00:31 +0000)]
slf4j 2.0.5

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

22 months agoslf4j 2.0.5
PJ Fanning [Fri, 25 Nov 2022 14:18:00 +0000 (14:18 +0000)]
slf4j 2.0.5

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

22 months agojavadoc
PJ Fanning [Mon, 21 Nov 2022 20:22:40 +0000 (20:22 +0000)]
javadoc

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

22 months agobyte-buddy 1.12.19
PJ Fanning [Fri, 18 Nov 2022 13:52:46 +0000 (13:52 +0000)]
byte-buddy 1.12.19

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

22 months agogradle 7.6 rc3
PJ Fanning [Fri, 18 Nov 2022 13:50:19 +0000 (13:50 +0000)]
gradle 7.6 rc3

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

22 months agoremove stray file
PJ Fanning [Fri, 18 Nov 2022 10:10:51 +0000 (10:10 +0000)]
remove stray file

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

22 months ago[bug-66347] add read test
PJ Fanning [Fri, 18 Nov 2022 10:09:51 +0000 (10:09 +0000)]
[bug-66347] add read test

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

22 months agoslf4j 2.0.4
PJ Fanning [Fri, 18 Nov 2022 10:06:19 +0000 (10:06 +0000)]
slf4j 2.0.4

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

23 months ago[bug-66347] add XWPFTheme support to XWPFDocument. Thanks to Stephan Schwiebert.
PJ Fanning [Wed, 16 Nov 2022 22:10:18 +0000 (22:10 +0000)]
[bug-66347] add XWPFTheme support to XWPFDocument. Thanks to Stephan Schwiebert.

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

23 months agomockito 4.9.0
PJ Fanning [Tue, 15 Nov 2022 08:00:23 +0000 (08:00 +0000)]
mockito 4.9.0

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

23 months ago[bug-66181] support VALUE function where input is a blank cell
PJ Fanning [Mon, 14 Nov 2022 17:41:21 +0000 (17:41 +0000)]
[bug-66181] support VALUE function where input is a blank cell

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

23 months agojmh 1.36
PJ Fanning [Mon, 14 Nov 2022 16:09:25 +0000 (16:09 +0000)]
jmh 1.36

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

23 months agoUpdate JUnit5Progress to print out information on internal failures
Dominik Stadler [Sun, 13 Nov 2022 19:22:28 +0000 (19:22 +0000)]
Update JUnit5Progress to print out information on internal failures

Otherwise sometimes tests are failing, but we don't see why

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

23 months agoUpdate JUnit5 fully to 5.9.1/1.9.1
Dominik Stadler [Sun, 13 Nov 2022 19:22:25 +0000 (19:22 +0000)]
Update JUnit5 fully to 5.9.1/1.9.1

Otherwise some tests fail when run via Ant

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

23 months agoAvoid build failing locally when older batik-files are still lingering on under ...
Dominik Stadler [Sun, 13 Nov 2022 19:22:22 +0000 (19:22 +0000)]
Avoid build failing locally when older batik-files are still lingering on under "build"

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

23 months agoUpdate JUnit and delete some more leftover jars
Dominik Stadler [Sun, 13 Nov 2022 19:22:18 +0000 (19:22 +0000)]
Update JUnit and delete some more leftover jars

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

23 months agoOne more file-leak-detector exclude
Dominik Stadler [Sun, 13 Nov 2022 19:22:15 +0000 (19:22 +0000)]
One more file-leak-detector exclude

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

23 months agoAdjust tests, comments, JavaDoc, IDE suggestions
Dominik Stadler [Sun, 13 Nov 2022 19:22:13 +0000 (19:22 +0000)]
Adjust tests, comments, JavaDoc, IDE suggestions

Add more output for a flaky test which sometimes fails on very slow hardware

Shutdown in tests gracefully
Otherwise an NPE may "hide" a test-failure

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

23 months agolicense issue
PJ Fanning [Fri, 4 Nov 2022 09:44:37 +0000 (09:44 +0000)]
license issue

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

23 months ago[bug-66335] apply rest of fix
PJ Fanning [Fri, 4 Nov 2022 09:13:05 +0000 (09:13 +0000)]
[bug-66335] apply rest of fix

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

23 months ago[bug-66335] add test case for issue and add some of the code from purported fix
PJ Fanning [Fri, 4 Nov 2022 08:33:38 +0000 (08:33 +0000)]
[bug-66335] add test case for issue and add some of the code from purported fix

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

23 months ago[bug-66337] do not warn about missing SummaryInformation when creating new HSSFWorkbo...
PJ Fanning [Thu, 3 Nov 2022 11:47:34 +0000 (11:47 +0000)]
[bug-66337] do not warn about missing SummaryInformation when creating new HSSFWorkbooks. Thanks to Nicolas Herzog.

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

23 months agoupdate javadoc
PJ Fanning [Wed, 2 Nov 2022 19:26:57 +0000 (19:26 +0000)]
update javadoc

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

23 months agocommons-compress 1.22
PJ Fanning [Wed, 2 Nov 2022 08:48:56 +0000 (08:48 +0000)]
commons-compress 1.22

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

23 months agoupgrade sonarqube
PJ Fanning [Mon, 31 Oct 2022 14:33:03 +0000 (14:33 +0000)]
upgrade sonarqube

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

23 months agotry to disable jacoco for latest JDKs
PJ Fanning [Sat, 29 Oct 2022 09:28:52 +0000 (09:28 +0000)]
try to disable jacoco for latest JDKs

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

23 months agojdk8 build issue
PJ Fanning [Sat, 29 Oct 2022 09:12:37 +0000 (09:12 +0000)]
jdk8 build issue

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

23 months agojdk8 build issue
PJ Fanning [Sat, 29 Oct 2022 08:52:46 +0000 (08:52 +0000)]
jdk8 build issue

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

23 months agojdk19 build issue
PJ Fanning [Fri, 28 Oct 2022 23:10:54 +0000 (23:10 +0000)]
jdk19 build issue

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

23 months agotry to disable jacoco for latest JDKs
PJ Fanning [Fri, 28 Oct 2022 23:01:47 +0000 (23:01 +0000)]
try to disable jacoco for latest JDKs

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

23 months agotry to disable spotbugs for latest JDKs
PJ Fanning [Fri, 28 Oct 2022 20:44:08 +0000 (20:44 +0000)]
try to disable spotbugs for latest JDKs

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

23 months agoupgrade asm
PJ Fanning [Fri, 28 Oct 2022 17:58:04 +0000 (17:58 +0000)]
upgrade asm

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

23 months agotry Gradle 7.6 RC1
PJ Fanning [Fri, 28 Oct 2022 15:48:35 +0000 (15:48 +0000)]
try Gradle 7.6 RC1

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

23 months agolatest sonarqube
PJ Fanning [Fri, 28 Oct 2022 15:46:24 +0000 (15:46 +0000)]
latest sonarqube

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

23 months agolatest sonarqube (revert)
PJ Fanning [Fri, 28 Oct 2022 08:52:16 +0000 (08:52 +0000)]
latest sonarqube (revert)

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

23 months agolatest sonarqube
PJ Fanning [Fri, 28 Oct 2022 08:32:13 +0000 (08:32 +0000)]
latest sonarqube

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

23 months agomockito 4.8.1
PJ Fanning [Tue, 25 Oct 2022 15:08:25 +0000 (15:08 +0000)]
mockito 4.8.1

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

23 months agobatik 1.16
PJ Fanning [Tue, 25 Oct 2022 15:07:19 +0000 (15:07 +0000)]
batik 1.16

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

23 months agowoodstox 6.4.0
PJ Fanning [Tue, 25 Oct 2022 15:04:34 +0000 (15:04 +0000)]
woodstox 6.4.0

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

23 months agospotbugs 5.0.13
PJ Fanning [Wed, 19 Oct 2022 15:04:03 +0000 (15:04 +0000)]
spotbugs 5.0.13

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

23 months ago[bug-66301] Add a method to properly write the header necessary for a MSG attachment...
PJ Fanning [Tue, 18 Oct 2022 19:10:32 +0000 (19:10 +0000)]
[bug-66301] Add a method to properly write the header necessary for a MSG attachment. Thanks to Lyn Evans.

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

23 months ago[github-389] Insert paragraphs and tables into XWPFDocuments recursively. Thanks...
PJ Fanning [Tue, 18 Oct 2022 11:49:34 +0000 (11:49 +0000)]
[github-389] Insert paragraphs and tables into XWPFDocuments recursively. Thanks to Anton Oellerer. This closes #389

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

2 years agohttps link
PJ Fanning [Thu, 13 Oct 2022 10:43:22 +0000 (10:43 +0000)]
https link

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

2 years ago[bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)
PJ Fanning [Thu, 13 Oct 2022 10:38:31 +0000 (10:38 +0000)]
[bug-66312] partial fix for insertNewParagraph(XmlCursor cursor)

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

2 years ago[bug-66306] make XSLFDiagramGroupShape public
PJ Fanning [Thu, 13 Oct 2022 01:38:37 +0000 (01:38 +0000)]
[bug-66306] make XSLFDiagramGroupShape public

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

2 years agoadd ABS test
PJ Fanning [Tue, 11 Oct 2022 18:11:02 +0000 (18:11 +0000)]
add ABS test

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

2 years agobyte-buddy 1.12.18
PJ Fanning [Tue, 11 Oct 2022 13:58:17 +0000 (13:58 +0000)]
byte-buddy 1.12.18

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

2 years agojavadoc
PJ Fanning [Sat, 8 Oct 2022 17:55:25 +0000 (17:55 +0000)]
javadoc

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

2 years agoupgrade cyclonedx plugin
PJ Fanning [Fri, 7 Oct 2022 15:03:22 +0000 (15:03 +0000)]
upgrade cyclonedx plugin

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

2 years agoforbiddenapis 3.4
PJ Fanning [Mon, 3 Oct 2022 12:36:21 +0000 (12:36 +0000)]
forbiddenapis 3.4

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

2 years agoissue with oracle jdks missing
PJ Fanning [Fri, 30 Sep 2022 14:12:10 +0000 (14:12 +0000)]
issue with oracle jdks missing

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

2 years agopdfbox 2.0.27
PJ Fanning [Thu, 29 Sep 2022 21:11:55 +0000 (21:11 +0000)]
pdfbox 2.0.27

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

2 years agopptx test
PJ Fanning [Thu, 29 Sep 2022 10:53:01 +0000 (10:53 +0000)]
pptx test

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

2 years agoslf4j 2.0.3
PJ Fanning [Wed, 28 Sep 2022 14:35:09 +0000 (14:35 +0000)]
slf4j 2.0.3

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

2 years ago[bug-66278] Bug with multiple gradient stops at the exact same location causing a...
PJ Fanning [Tue, 27 Sep 2022 12:09:11 +0000 (12:09 +0000)]
[bug-66278] Bug with multiple gradient stops at the exact same location causing a rendering failure (AWT -> not enough colors in gradient). Thanks to Gareth Floodgate. This closes #385

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

2 years agoupdate xsbs
PJ Fanning [Tue, 27 Sep 2022 11:46:05 +0000 (11:46 +0000)]
update xsbs

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

2 years agoDisable poi-integration javadoc and sources JARs in Gradle. These prevented gradlew...
Marius Volkhart [Mon, 26 Sep 2022 17:44:30 +0000 (17:44 +0000)]
Disable poi-integration javadoc and sources JARs in Gradle. These prevented gradlew publish from succeeding.

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

2 years agouse batik 1.15 release
PJ Fanning [Thu, 22 Sep 2022 14:50:05 +0000 (14:50 +0000)]
use batik 1.15 release

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

2 years agobyte-buddy 1.12.17
PJ Fanning [Wed, 21 Sep 2022 14:31:28 +0000 (14:31 +0000)]
byte-buddy 1.12.17

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

2 years agojunit 5.9.1
PJ Fanning [Wed, 21 Sep 2022 13:59:13 +0000 (13:59 +0000)]
junit 5.9.1

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

2 years agoupgrade rat
PJ Fanning [Wed, 21 Sep 2022 12:48:34 +0000 (12:48 +0000)]
upgrade rat

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

2 years agoslf4j 2.0.2
PJ Fanning [Wed, 21 Sep 2022 10:51:20 +0000 (10:51 +0000)]
slf4j 2.0.2

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

2 years agolog4j release
PJ Fanning [Sat, 17 Sep 2022 01:40:42 +0000 (01:40 +0000)]
log4j release

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

2 years agoprep 5.2.3 release
PJ Fanning [Fri, 16 Sep 2022 21:07:53 +0000 (21:07 +0000)]
prep 5.2.3 release

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

2 years agouse batik 1.15 rc1
PJ Fanning [Fri, 16 Sep 2022 19:10:34 +0000 (19:10 +0000)]
use batik 1.15 rc1

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

2 years agoxmlsec 3.0.1
PJ Fanning [Fri, 16 Sep 2022 12:43:15 +0000 (12:43 +0000)]
xmlsec 3.0.1

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

2 years agolgtm issues
PJ Fanning [Thu, 15 Sep 2022 17:31:50 +0000 (17:31 +0000)]
lgtm issues

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

2 years agoslf4j 2.0.1
PJ Fanning [Thu, 15 Sep 2022 14:56:38 +0000 (14:56 +0000)]
slf4j 2.0.1

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

2 years ago[bug-66263] add test case to try to get extra classes into poi-ooxml-lite
PJ Fanning [Wed, 14 Sep 2022 19:32:25 +0000 (19:32 +0000)]
[bug-66263] add test case to try to get extra classes into poi-ooxml-lite

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

2 years ago[bug-66263] add test case to try to get extra classes into poi-ooxml-lite
PJ Fanning [Wed, 14 Sep 2022 16:37:29 +0000 (16:37 +0000)]
[bug-66263] add test case to try to get extra classes into poi-ooxml-lite

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

2 years agotry to use IllegalStateException instead of RuntimeException
PJ Fanning [Wed, 14 Sep 2022 09:55:02 +0000 (09:55 +0000)]
try to use IllegalStateException instead of RuntimeException

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

2 years agotry to use IllegalStateException instead of RuntimeException
PJ Fanning [Wed, 14 Sep 2022 09:54:24 +0000 (09:54 +0000)]
try to use IllegalStateException instead of RuntimeException

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

2 years agolog4j 2.19.0 rc2 may not need hamcrest build hack
PJ Fanning [Wed, 14 Sep 2022 09:31:40 +0000 (09:31 +0000)]
log4j 2.19.0 rc2 may not need hamcrest build hack

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

2 years agotry to use checked exceptions where APIs already support them
PJ Fanning [Wed, 14 Sep 2022 09:18:58 +0000 (09:18 +0000)]
try to use checked exceptions where APIs already support them

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

2 years agotry to use IllegalStateException instead of RuntimeException
PJ Fanning [Wed, 14 Sep 2022 01:32:10 +0000 (01:32 +0000)]
try to use IllegalStateException instead of RuntimeException

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

2 years agotry to use IllegalStateException instead of RuntimeException
PJ Fanning [Wed, 14 Sep 2022 01:12:38 +0000 (01:12 +0000)]
try to use IllegalStateException instead of RuntimeException

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

2 years agosome lgtm issues
PJ Fanning [Tue, 13 Sep 2022 23:38:12 +0000 (23:38 +0000)]
some lgtm issues

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

2 years agotry to fix hamcrest module issue affecting poi-ooxml test compile
PJ Fanning [Tue, 13 Sep 2022 11:26:51 +0000 (11:26 +0000)]
try to fix hamcrest module issue affecting poi-ooxml test compile

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

2 years agotest with log4j 2.19.0 rc1
PJ Fanning [Tue, 13 Sep 2022 10:48:55 +0000 (10:48 +0000)]
test with log4j 2.19.0 rc1

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

2 years agoupgrade deps
PJ Fanning [Mon, 12 Sep 2022 13:22:27 +0000 (13:22 +0000)]
upgrade deps

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

2 years agographics2d 0.41
PJ Fanning [Mon, 12 Sep 2022 13:21:49 +0000 (13:21 +0000)]
graphics2d 0.41

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

2 years ago[bug-66257] javadoc
PJ Fanning [Sat, 10 Sep 2022 18:56:15 +0000 (18:56 +0000)]
[bug-66257] javadoc

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