aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adjust some more for JDK 23/24HEADtrunkDominik Stadler7 days1-1/+1
| | | | | | | | | There are more date-formats which need to be defined manually for the German locale now to work without the COMPAT locale provider in JDK 23+ git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922518 13f79535-47bb-0310-9956-ffa450edef68
* log4j 2.24.3PJ Fanning7 days3-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922507 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for removed locale provider in JDK 23 and newerDominik Stadler7 days2-3/+10
| | | | | | | | | | | | | JDK 23 removes the COMPAT/JRE locale provider which causes some changes to string formatting Default German data format changed and thus we need to introduce a custom format. Also the US format uses some non-breaking spaces now which we need to handle properly in tests. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922506 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for removed locale provider in JDK 23 and newerDominik Stadler7 days2-5/+25
| | | | | | | | | | | | | | | | JDK 23 removes the COMPAT/JRE locale provider which causes some changes to string formatting Some currency formatting relied on COMPAT to format US-Dollar, we should override this to keep the formatting the same way as Excel and LibreOffice. Also some tests for Chinese tried to work around when COMPAT was used, this needs to take JDK 23 into account when checking git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922500 13f79535-47bb-0310-9956-ffa450edef68
* Ant: Update spotbugs to support JDK 21-23Dominik Stadler8 days1-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922497 13f79535-47bb-0310-9956-ffa450edef68
* Versions for spotbugs-libs need to be of a specific versionDominik Stadler8 days1-11/+13
| | | | | | Using newer versions does not work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922496 13f79535-47bb-0310-9956-ffa450edef68
* Exclude one file from testing because it fails in the IBM JDK CI buildDominik Stadler8 days1-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922495 13f79535-47bb-0310-9956-ffa450edef68
* Adjust excludes for rat-check in Ant buildDominik Stadler8 days1-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922489 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Add JDK 24, use Gradle for JDK 22 and 23Dominik Stadler8 days1-15/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922488 13f79535-47bb-0310-9956-ffa450edef68
* Print out current locale.provider for some test-failuresDominik Stadler8 days1-1/+4
| | | | | | | JDK 24 will break things here and thus we should get more information about which provider is used when running some tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922487 13f79535-47bb-0310-9956-ffa450edef68
* Update JaCoCo to 0.8.12Dominik Stadler8 days2-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922486 13f79535-47bb-0310-9956-ffa450edef68
* remove staging repoPJ Fanning8 days1-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922476 13f79535-47bb-0310-9956-ffa450edef68
* [github-735] POIFS: optimise occupied size calc. Thanks to Emmanuel Bourg. ↵PJ Fanning2024-11-302-10/+6
| | | | | | This closes #735 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922232 13f79535-47bb-0310-9956-ffa450edef68
* Expect an XML parser error in one test when running with IBM JDKDominik Stadler2024-11-301-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922231 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: Remove POI builds for non-LTS JDKs 18, 19 and 20Dominik Stadler2024-11-301-24/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922230 13f79535-47bb-0310-9956-ffa450edef68
* Groovy script example: Use latest POI and fix to run againDominik Stadler2024-11-304-7/+11
| | | | | | | | | Fix path to test-file Fix changed constants Add settings.gradle Adjust Rat exclusions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922229 13f79535-47bb-0310-9956-ffa450edef68
* Jenkins DSL: adoptopenjdk is not available any moreDominik Stadler2024-11-301-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922228 13f79535-47bb-0310-9956-ffa450edef68
* gradle 8.11.1PJ Fanning2024-11-272-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922180 13f79535-47bb-0310-9956-ffa450edef68
* add back 731 changes but increase gradle heapPJ Fanning2024-11-273-10/+89
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922162 13f79535-47bb-0310-9956-ffa450edef68
* test with xmlbeans 5.3.0 rc1PJ Fanning2024-11-262-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922135 13f79535-47bb-0310-9956-ffa450edef68
* revert 731 because of suspicious mem issues in ci-buildsPJ Fanning2024-11-262-86/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922112 13f79535-47bb-0310-9956-ffa450edef68
* add mirr testPJ Fanning2024-11-252-3/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922096 13f79535-47bb-0310-9956-ffa450edef68
* [github-733] Fix rate order in Mirr function. Thanks to Aleksandrs Jansons. ↵PJ Fanning2024-11-253-35/+29
| | | | | | This closes #733 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922095 13f79535-47bb-0310-9956-ffa450edef68
* [github-731] Fix the mini-stream size in the root property. This closes #731PJ Fanning2024-11-252-8/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922094 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-242-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922063 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922062 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922061 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922060 13f79535-47bb-0310-9956-ffa450edef68
* forbidden-apisPJ Fanning2024-11-241-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922057 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-241-0/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922056 13f79535-47bb-0310-9956-ffa450edef68
* PoiLogManagerPJ Fanning2024-11-24251-500/+2477
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922055 13f79535-47bb-0310-9956-ffa450edef68
* log4j 2.24.2PJ Fanning2024-11-233-7/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1922035 13f79535-47bb-0310-9956-ffa450edef68
* Add test to verify bug 69266Dominik Stadler2024-11-201-10/+42
| | | | | | | | We could not reproduce the reported issue, this test verifies this the functionality some more now. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921982 13f79535-47bb-0310-9956-ffa450edef68
* More tests for reproducible outputsDominik Stadler2024-11-202-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921981 13f79535-47bb-0310-9956-ffa450edef68
* Apply some IDE suggestions, JavaDoc and GitHub PRDominik Stadler2024-11-2010-174/+147
| | | | | | | | | | | Update assertion-message Adjust JavaDoc Add tests Reformat class DirectoryNode, adjust/move some comments Closes #730 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921980 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.18.0PJ Fanning2024-11-202-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921968 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66590] Number of blocks used by the property table missing from the ↵PJ Fanning2024-11-192-4/+36
| | | | | | file header. Thanks to Emmanuel Bourg. This closes #728 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921956 13f79535-47bb-0310-9956-ffa450edef68
* [gitub-727] Remove DSTAMP token substitution. Thanks to Emmanuel Bourg. This ↵PJ Fanning2024-11-192-2/+0
| | | | | | closes #727 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921954 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66590] Number of blocks used by the property table missing from the ↵PJ Fanning2024-11-181-1/+0
| | | | | | file header. Thanks to Emmanuel Bourg. This closes #462 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921937 13f79535-47bb-0310-9956-ffa450edef68
* [bug-66590] Number of blocks used by the property table missing from the ↵PJ Fanning2024-11-185-9/+44
| | | | | | file header. Thanks to Emmanuel Bourg. This closes #462 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921936 13f79535-47bb-0310-9956-ffa450edef68
* snapshot versionPJ Fanning2024-11-183-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921935 13f79535-47bb-0310-9956-ffa450edef68
* revert log4j and xmlbeans upgrades due to log4j issuesPJ Fanning2024-11-124-11/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921859 13f79535-47bb-0310-9956-ffa450edef68
* prep v5.4.0PJ Fanning2024-11-083-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921817 13f79535-47bb-0310-9956-ffa450edef68
* add since tagsPJ Fanning2024-11-061-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921801 13f79535-47bb-0310-9956-ffa450edef68
* [bug-69434] -- add more properties to AttachmentChunksTim Allison2024-11-062-1/+65
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921800 13f79535-47bb-0310-9956-ffa450edef68
* upgrade spotbugsPJ Fanning2024-11-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921789 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 3.0.5PJ Fanning2024-11-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921787 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 3.0.5PJ Fanning2024-11-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921786 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans 5.2.2PJ Fanning2024-11-052-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921776 13f79535-47bb-0310-9956-ffa450edef68
* update bytebuddyPJ Fanning2024-11-042-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921767 13f79535-47bb-0310-9956-ffa450edef68