aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-202-2/+5
* Integration tests: Add writing out the documentDominik Stadler2024-04-202-0/+3
* update testsPJ Fanning2024-04-193-16/+23
* refactor code that removes partsPJ Fanning2024-04-194-22/+18
* gradle 8.7PJ Fanning2024-04-192-2/+2
* add javadocPJ Fanning2024-04-191-27/+56
* fix npePJ Fanning2024-04-191-1/+2
* fix npePJ Fanning2024-04-191-1/+3
* refactor some codePJ Fanning2024-04-194-10/+14
* fix compile issuesPJ Fanning2024-04-191-2/+2
* [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This clo...PJ Fanning2024-04-1912-45/+327
* bouncycastle 1.78.1PJ Fanning2024-04-183-6/+6
* Comment out one more flaky assertionDominik Stadler2024-04-171-0/+4
* Comment out flaky assertion and add more information to find which file fails...Dominik Stadler2024-04-172-20/+26
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-177-1/+71
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-173-2/+3
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-173-1/+1
* remove accidental testPJ Fanning2024-04-121-23/+0
* slf4j 2.0.13PJ Fanning2024-04-126-5/+28
* commons-io 2.16.1PJ Fanning2024-04-092-2/+2
* bouncycastle 1.77PJ Fanning2024-04-083-6/+6
* commons-io 2.16.0PJ Fanning2024-03-292-2/+2
* upgrade woodstoxPJ Fanning2024-03-271-1/+1
* add since annotationPJ Fanning2024-03-271-0/+2
* [github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607PJ Fanning2024-03-276-4/+19
* pdfbox 3.0.2PJ Fanning2024-03-152-4/+4
* Bug 68778: Verify "ignoreMissingFontSystem" for SheetUtil.getDefaultCharWidth...Dominik Stadler2024-03-142-2/+185
* upgrade commons-compress and log4jPJ Fanning2024-03-113-9/+9
* add javadocPJ Fanning2024-03-061-0/+4
* remove annotationPJ Fanning2024-03-061-2/+0
* deprecation warningPJ Fanning2024-03-061-1/+1
* [github-604] XDGF: add support for poly lines. Thanks to Dmitrii Komarov. Thi...PJ Fanning2024-03-063-1/+163
* [github-601] XDGF: handle elliptical arcs that have colinear points. Thanks t...PJ Fanning2024-03-065-74/+243
* rework test statePJ Fanning2024-03-061-48/+71
* gradle 8.6PJ Fanning2024-03-053-8/+8
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-4/+6
* [bug-68703] revert fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-1/+3
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-043-1/+16
* enable gradle caching againAxel Howind2024-02-281-2/+1
* use diamond operatorAxel Howind2024-02-281-1/+1
* use method referenceAxel Howind2024-02-281-1/+1
* use Map.computeIfAbsent()Axel Howind2024-02-281-6/+1
* rework testsPJ Fanning2024-02-261-5/+5
* woodstox 6.6.1PJ Fanning2024-02-261-1/+1
* Math.toIntExact is unnecessary because value is guaranteed to be between 0 an...Axel Howind2024-02-221-1/+1
* replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and re...Axel Howind2024-02-221-32/+28
* xmlsec 3.0.4PJ Fanning2024-02-224-4/+5
* do not write single bytesAxel Howind2024-02-221-18/+20
* fix Logging issues:Axel Howind2024-02-2110-23/+23
* make loggers static finalAxel Howind2024-02-212-2/+2