aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix npePJ Fanning2024-04-191-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917139 13f79535-47bb-0310-9956-ffa450edef68
* fix npePJ Fanning2024-04-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917138 13f79535-47bb-0310-9956-ffa450edef68
* refactor some codePJ Fanning2024-04-194-10/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917136 13f79535-47bb-0310-9956-ffa450edef68
* fix compile issuesPJ Fanning2024-04-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917135 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63189] support hyperlink relationships. Thanks to Ohyoung Kwon. This ↵PJ Fanning2024-04-1912-45/+327
| | | | | | closes #617 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917134 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.78.1PJ Fanning2024-04-183-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917116 13f79535-47bb-0310-9956-ffa450edef68
* Comment out one more flaky assertionDominik Stadler2024-04-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917073 13f79535-47bb-0310-9956-ffa450edef68
* Comment out flaky assertion and add more information to find which file ↵Dominik Stadler2024-04-172-20/+26
| | | | | | fails in CI git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917072 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-177-1/+71
| | | | | | | | Use correct default date-format, add some tests Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66381 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917070 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-173-2/+3
| | | | | | | | Prevent a NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66386 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917069 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-04-173-1/+1
| | | | | | | | Prevent a few NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=66400 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917068 13f79535-47bb-0310-9956-ffa450edef68
* remove accidental testPJ Fanning2024-04-121-23/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916938 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.13PJ Fanning2024-04-126-5/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916936 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.16.1PJ Fanning2024-04-092-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916878 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.77PJ Fanning2024-04-083-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916866 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.16.0PJ Fanning2024-03-292-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916611 13f79535-47bb-0310-9956-ffa450edef68
* upgrade woodstoxPJ Fanning2024-03-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916587 13f79535-47bb-0310-9956-ffa450edef68
* add since annotationPJ Fanning2024-03-271-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916583 13f79535-47bb-0310-9956-ffa450edef68
* [github-607] Support SVGs in XWPF. Thanks to Etienne Gautier. This closes #607PJ Fanning2024-03-276-4/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916582 13f79535-47bb-0310-9956-ffa450edef68
* pdfbox 3.0.2PJ Fanning2024-03-152-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916345 13f79535-47bb-0310-9956-ffa450edef68
* Bug 68778: Verify "ignoreMissingFontSystem" for ↵Dominik Stadler2024-03-142-2/+185
| | | | | | | | | | | | | | | | | SheetUtil.getDefaultCharWidthAsFloat() This functionality saw some regressions at times and thus should be verified via unit-tests. We can simulate failures in the low-level font-system by mocking the FontRenderContext and triggering exceptions from there. This hopefully now verifies behavior of SheetUtil.getDefaultCharWidthAsFloat() both with "ignoreMissingFontSystem" enabled and disabled. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916297 13f79535-47bb-0310-9956-ffa450edef68
* upgrade commons-compress and log4jPJ Fanning2024-03-113-9/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916233 13f79535-47bb-0310-9956-ffa450edef68
* add javadocPJ Fanning2024-03-061-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916150 13f79535-47bb-0310-9956-ffa450edef68
* remove annotationPJ Fanning2024-03-061-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916149 13f79535-47bb-0310-9956-ffa450edef68
* deprecation warningPJ Fanning2024-03-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916147 13f79535-47bb-0310-9956-ffa450edef68
* [github-604] XDGF: add support for poly lines. Thanks to Dmitrii Komarov. ↵PJ Fanning2024-03-063-1/+163
| | | | | | This closes #604 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916146 13f79535-47bb-0310-9956-ffa450edef68
* [github-601] XDGF: handle elliptical arcs that have colinear points. Thanks ↵PJ Fanning2024-03-065-74/+243
| | | | | | to Dmitrii Komarov. This closes #601 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916144 13f79535-47bb-0310-9956-ffa450edef68
* rework test statePJ Fanning2024-03-061-48/+71
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916143 13f79535-47bb-0310-9956-ffa450edef68
* gradle 8.6PJ Fanning2024-03-053-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916114 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916108 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68703] revert fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-042-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916106 13f79535-47bb-0310-9956-ffa450edef68
* [bug-68703] fix issue with XSLFTextRuns in XSLFTableCellsPJ Fanning2024-03-043-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916105 13f79535-47bb-0310-9956-ffa450edef68
* enable gradle caching againAxel Howind2024-02-281-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916038 13f79535-47bb-0310-9956-ffa450edef68
* use diamond operatorAxel Howind2024-02-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916036 13f79535-47bb-0310-9956-ffa450edef68
* use method referenceAxel Howind2024-02-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916035 13f79535-47bb-0310-9956-ffa450edef68
* use Map.computeIfAbsent()Axel Howind2024-02-281-6/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916034 13f79535-47bb-0310-9956-ffa450edef68
* rework testsPJ Fanning2024-02-261-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916017 13f79535-47bb-0310-9956-ffa450edef68
* woodstox 6.6.1PJ Fanning2024-02-261-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1916016 13f79535-47bb-0310-9956-ffa450edef68
* Math.toIntExact is unnecessary because value is guaranteed to be between 0 ↵Axel Howind2024-02-221-1/+1
| | | | | | and 15 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915959 13f79535-47bb-0310-9956-ffa450edef68
* replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and ↵Axel Howind2024-02-221-32/+28
| | | | | | repeated copying of data git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915958 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 3.0.4PJ Fanning2024-02-224-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915955 13f79535-47bb-0310-9956-ffa450edef68
* do not write single bytesAxel Howind2024-02-221-18/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915953 13f79535-47bb-0310-9956-ffa450edef68
* fix Logging issues:Axel Howind2024-02-2110-23/+23
| | | | | | | - don't use foreign class in Logger initialization - update log statements to use MessageFormat syntax git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915930 13f79535-47bb-0310-9956-ffa450edef68
* make loggers static finalAxel Howind2024-02-212-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915929 13f79535-47bb-0310-9956-ffa450edef68
* log4j 2.23.0PJ Fanning2024-02-213-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915917 13f79535-47bb-0310-9956-ffa450edef68
* move setting of locale for tests to top level build.gradleAxel Howind2024-02-202-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915910 13f79535-47bb-0310-9956-ffa450edef68
* Fix Ant-build after upgrade of commons-compressDominik Stadler2024-02-202-3/+6
| | | | | | Commons-lang3 is now required as dependency of commons-compress git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915909 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Use sonar-task and sonar.token instead of sonar.loginDominik Stadler2024-02-202-5/+5
| | | | | | This removes some build-warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915908 13f79535-47bb-0310-9956-ffa450edef68
* Switch builds for JDK 22 and 23 to Ant for nowDominik Stadler2024-02-201-2/+10
| | | | | | | | | Gradle does not yet support newer JDKs See https://docs.gradle.org/current/userguide/compatibility.html and https://github.com/gradle/gradle/issues/26162 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915907 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with invalid files after commons-compress upgradePJ Fanning2024-02-201-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915895 13f79535-47bb-0310-9956-ffa450edef68