aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* commons-compress 1.26.0PJ Fanning2024-02-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915892 13f79535-47bb-0310-9956-ffa450edef68
* [github-596] Change cast logic in HSSFChart. Thanks to Ruby Hartono. This ↵PJ Fanning2024-02-191-25/+25
| | | | | | closes #596 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915881 13f79535-47bb-0310-9956-ffa450edef68
* remove unused loggers. Thanks to Ruby Hartono. This closes #594 and closes #595PJ Fanning2024-02-193-7/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915870 13f79535-47bb-0310-9956-ffa450edef68
* fix #68635: POI unit tests fail when run under non-US localeAxel Howind2024-02-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915827 13f79535-47bb-0310-9956-ffa450edef68
* remove unused loggers - thanks to Ruby Hartono. This closes #588 and closes #589PJ Fanning2024-02-163-11/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915819 13f79535-47bb-0310-9956-ffa450edef68
* [github-590] simplify some logging. This closes #590PJ Fanning2024-02-161-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915818 13f79535-47bb-0310-9956-ffa450edef68
* byte buddy 1.14.12PJ Fanning2024-02-162-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915817 13f79535-47bb-0310-9956-ffa450edef68
* try to fix poi-scratchpad test module-infoPJ Fanning2024-02-101-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915701 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade commons-codec dependency to 1.16.1PJ Fanning2024-02-092-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915695 13f79535-47bb-0310-9956-ffa450edef68
* junit 5.10.2PJ Fanning2024-02-062-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915600 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.12PJ Fanning2024-02-065-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915599 13f79535-47bb-0310-9956-ffa450edef68
* [github-582] improve performance CodepointsUtil.iteratorFor. Thanks to Jason ↵PJ Fanning2024-02-031-3/+12
| | | | | | Mirra. This closes #582 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915572 13f79535-47bb-0310-9956-ffa450edef68
* remove one use of CodepointsUtil.iteratorForPJ Fanning2024-02-031-5/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915571 13f79535-47bb-0310-9956-ffa450edef68
* Switch builds for JDK 22 and 23 to Ant for nowDominik Stadler2024-02-011-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@1915505 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube demands at least JDK 17 nowDominik Stadler2024-02-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915504 13f79535-47bb-0310-9956-ffa450edef68
* Jenknins DSL: Remove builds for JDK 15 and 16Dominik Stadler2024-02-011-30/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915503 13f79535-47bb-0310-9956-ffa450edef68
* SonarQube demands at least JDK 17 nowDominik Stadler2024-01-301-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915483 13f79535-47bb-0310-9956-ffa450edef68
* Fix handling missing font libraries to again not throw on some types of ↵Dominik Stadler2024-01-301-2/+12
| | | | | | | | exception The previous change broke this handling by always re-throwing "Fatal" exceptions. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915482 13f79535-47bb-0310-9956-ffa450edef68
* Use latest version of rat and rat-pluginDominik Stadler2024-01-302-2/+2
| | | | | | | In Gradle builds, this will still use rat 0.15.0, though as the plugin hardcodes the version of rat that is used. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915481 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2024-01-303-3/+15
| | | | | | | | | | Prevent a few NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65450 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63907 and https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63727 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915480 13f79535-47bb-0310-9956-ffa450edef68
* Fix no-scratchpad CI jobDominik Stadler2024-01-301-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915479 13f79535-47bb-0310-9956-ffa450edef68
* Ignore missing directory 'build/dist/maven' when deleting obsolete jarsDominik Stadler2024-01-261-3/+3
| | | | | | Otherwise build may fail on a fresh checkout or after 'clean' git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915410 13f79535-47bb-0310-9956-ffa450edef68
* [github-578] allow any non-fatal exception when setting up fonts to indicate ↵PJ Fanning2024-01-251-3/+5
| | | | | | that the fonts are probably not installed. This closes #578 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915397 13f79535-47bb-0310-9956-ffa450edef68
* cyclonedx 1.8.2PJ Fanning2024-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915395 13f79535-47bb-0310-9956-ffa450edef68
* Try to remove outdated files from the "distribution" folderDominik Stadler2024-01-231-0/+60
| | | | | | | | | | Clean directory and keep only the expected files with the current version. Otherwise we get strange errors about "duplicate modules" when building after version was switched. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915368 13f79535-47bb-0310-9956-ffa450edef68
* revert woodstox upgradePJ Fanning2024-01-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915309 13f79535-47bb-0310-9956-ffa450edef68
* woodstox upgradePJ Fanning2024-01-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915295 13f79535-47bb-0310-9956-ffa450edef68
* remove ant release logic (not used for our releases and dependent on libs ↵PJ Fanning2024-01-161-13/+0
| | | | | | that don't seem to be maintained) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915265 13f79535-47bb-0310-9956-ffa450edef68
* remove ant release logic (not used for our releases and dependent on libs ↵PJ Fanning2024-01-161-321/+1
| | | | | | that don't seem to be maintained) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915264 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.11PJ Fanning2024-01-095-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915160 13f79535-47bb-0310-9956-ffa450edef68
* 2024PJ Fanning2023-12-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915022 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-305-3/+8
| | | | | | | | Prevent NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64212 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915006 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-303-2/+22
| | | | | | | | Prevent NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64495 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915005 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-305-2/+8
| | | | | | | | Prevent NullPointerException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=64943 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915004 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-304-0/+5
| | | | | | | | Prevent ClassCastException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63736 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915003 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 2.0.10PJ Fanning2023-12-306-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914998 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-305-2/+9
| | | | | | | | Prevent ClassCastException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63504 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914991 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-301-1/+5
| | | | | | | | Prevent ClassCastException Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63375 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914990 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-305-3/+21
| | | | | | | | Prevent StackOverflow via endless nesting Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=65303 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914989 13f79535-47bb-0310-9956-ffa450edef68
* Add JDK 23 and disable JDK 19 and 20 as they are replaced by LTS-version JDK ↵Dominik Stadler2023-12-301-4/+19
| | | | | | 21 now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914988 13f79535-47bb-0310-9956-ffa450edef68
* Update JaCoCo to 0.8.11Dominik Stadler2023-12-302-2/+4
| | | | | | This should make building with JDK 22 work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914987 13f79535-47bb-0310-9956-ffa450edef68
* Don't fail on JDK 21.0.1 if one signature check failsDominik Stadler2023-12-301-1/+7
| | | | | | | See https://bugs.openjdk.org/browse/JDK-8320597 for the related bug-report for the JDK itself git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914986 13f79535-47bb-0310-9956-ffa450edef68