summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* update testsPJ Fanning2021-12-081-10/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895705 13f79535-47bb-0310-9956-ffa450edef68
* update testsPJ Fanning2021-12-082-1/+47
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895703 13f79535-47bb-0310-9956-ffa450edef68
* Fix applying ruls for forbidden-apis pluginDominik Stadler2021-12-081-1/+1
| | | | | | Need to use "+=", otherwise it overrides previous setup git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895702 13f79535-47bb-0310-9956-ffa450edef68
* build.xml: Adjust forbidden-api to not get missing clases for prod-checksDominik Stadler2021-12-081-42/+41
| | | | | | Also clear up tabs/spaces git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895701 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65730] add setUseCachedValuesForFormulaCells on DataFormatterPJ Fanning2021-12-081-4/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895699 13f79535-47bb-0310-9956-ffa450edef68
* upgrade spotbugsPJ Fanning2021-12-082-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895696 13f79535-47bb-0310-9956-ffa450edef68
* try to get xlookup example 6 to workPJ Fanning2021-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895637 13f79535-47bb-0310-9956-ffa450edef68
* try to get xlookup example 6 to workPJ Fanning2021-12-062-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895634 13f79535-47bb-0310-9956-ffa450edef68
* Some more changes for early support for JDK 18Dominik Stadler2021-12-062-25/+51
| | | | | | | | | | | | | | | Adjust one test which fails with JDK 18 because of remove SecurityManager Adjust excludes for JaCoCo as it does not run on JDK 18 otherwise Adjust some JPMS settings which are not available any more on JDK 18 Some other things do not work yet, e.g. spotbugs Also print out if CIBuild is selected Only run signing if actually publishing to avoid failures if signing key is defined locally git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895626 13f79535-47bb-0310-9956-ffa450edef68
* Fix forbidden-api violation for using wrong loggerDominik Stadler2021-12-061-14/+17
| | | | | | | | Why did this not fail already earlier as both the code and the forbidden-api are in place for quite some time already? git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895625 13f79535-47bb-0310-9956-ffa450edef68
* Close some streams/workbooks properlyDominik Stadler2021-12-062-5/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895624 13f79535-47bb-0310-9956-ffa450edef68
* add broken test (xlookup)PJ Fanning2021-12-061-0/+29
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895623 13f79535-47bb-0310-9956-ffa450edef68
* add xmatch testPJ Fanning2021-12-061-0/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895622 13f79535-47bb-0310-9956-ffa450edef68
* spotbugs 5.0.0PJ Fanning2021-12-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895621 13f79535-47bb-0310-9956-ffa450edef68
* add xmatch testPJ Fanning2021-12-061-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895619 13f79535-47bb-0310-9956-ffa450edef68
* add xmatch testPJ Fanning2021-12-061-3/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895618 13f79535-47bb-0310-9956-ffa450edef68
* add xmatch testPJ Fanning2021-12-062-5/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895615 13f79535-47bb-0310-9956-ffa450edef68
* add xlookup testPJ Fanning2021-12-062-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895613 13f79535-47bb-0310-9956-ffa450edef68
* add initial version of XMATCHPJ Fanning2021-12-061-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895608 13f79535-47bb-0310-9956-ffa450edef68
* add initial version of XMATCHPJ Fanning2021-12-053-0/+172
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895607 13f79535-47bb-0310-9956-ffa450edef68
* initial work on example 5PJ Fanning2021-12-051-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895606 13f79535-47bb-0310-9956-ffa450edef68
* initial work on example 5PJ Fanning2021-12-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895605 13f79535-47bb-0310-9956-ffa450edef68
* initial work on example 5PJ Fanning2021-12-052-17/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895604 13f79535-47bb-0310-9956-ffa450edef68
* initial work on example 5PJ Fanning2021-12-052-4/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895603 13f79535-47bb-0310-9956-ffa450edef68
* fix broken xlookup testPJ Fanning2021-12-052-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895602 13f79535-47bb-0310-9956-ffa450edef68
* Remove some more from the Ant Build to try to keep POI-DSL-old-Xerces ↵Dominik Stadler2021-12-051-38/+1
| | | | | | | | working for now We can also switch it to Gradle soon, but let's keep a bit of Ant build a bit longer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895601 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-0513-57/+123
| | | | | | | Add some null-checks and report more meaningful exceptions This provides a bit more information than simple NullPointExceptions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895600 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-0511-7/+50
| | | | | | Check for negative array allocation size or access and report a more meaningful exception git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895599 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-051-2/+13
| | | | | | | | Catch and handle a possible NullPointerException in commons-compress We can handle this gracefully for now and can remove this again when commons-compress is fixed, see isse COMPRESS-598 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895598 13f79535-47bb-0310-9956-ffa450edef68
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-052-3/+56
| | | | | | | | | Fix IOUtils.safelyClone to prevent overly large allocations properly also when length is larger than src.length Throw an exception instead of an assertion which hides invalid usage in production builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895597 13f79535-47bb-0310-9956-ffa450edef68
* Apply IDE suggestions, adjust tests, ...Dominik Stadler2021-12-059-27/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895596 13f79535-47bb-0310-9956-ffa450edef68
* add xlookup testsPJ Fanning2021-12-052-20/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895595 13f79535-47bb-0310-9956-ffa450edef68
* add xlookup testsPJ Fanning2021-12-051-2/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895594 13f79535-47bb-0310-9956-ffa450edef68
* refactor LookupUtilsPJ Fanning2021-12-041-8/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895568 13f79535-47bb-0310-9956-ffa450edef68
* upgrade byte-buddyPJ Fanning2021-12-032-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895549 13f79535-47bb-0310-9956-ffa450edef68
* add xlookup testsPJ Fanning2021-12-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895548 13f79535-47bb-0310-9956-ffa450edef68
* add xlookup testsPJ Fanning2021-12-031-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895547 13f79535-47bb-0310-9956-ffa450edef68
* refactor LookupUtilsPJ Fanning2021-12-031-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895546 13f79535-47bb-0310-9956-ffa450edef68
* refactor LookupUtilsPJ Fanning2021-12-032-2/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895542 13f79535-47bb-0310-9956-ffa450edef68
* refactor LookupUtilsPJ Fanning2021-12-031-47/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895540 13f79535-47bb-0310-9956-ffa450edef68
* [github-243] basic version of XLookupPJ Fanning2021-12-021-3/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895500 13f79535-47bb-0310-9956-ffa450edef68
* [github-243] basic version of XLookupPJ Fanning2021-12-0210-33/+744
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895499 13f79535-47bb-0310-9956-ffa450edef68
* jdk 1.18 build just once a weekPJ Fanning2021-12-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895489 13f79535-47bb-0310-9956-ffa450edef68
* [bug-65718] Charts imported without blip fillsPJ Fanning2021-12-026-18/+73
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895487 13f79535-47bb-0310-9956-ffa450edef68
* typoPJ Fanning2021-12-021-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895486 13f79535-47bb-0310-9956-ffa450edef68
* undo * importPJ Fanning2021-12-011-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895477 13f79535-47bb-0310-9956-ffa450edef68
* add /* ====================================================================PJ Fanning2021-12-014-16/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895476 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.70PJ Fanning2021-12-013-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895462 13f79535-47bb-0310-9956-ffa450edef68
* remove unfinished testPJ Fanning2021-12-011-15/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895458 13f79535-47bb-0310-9956-ffa450edef68
* fix merge issuePJ Fanning2021-12-011-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895457 13f79535-47bb-0310-9956-ffa450edef68