aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-2753-10302/+0
* Enhance javadoc and coverage for IOUtilsDominik Stadler2021-03-191-0/+18
* missing ooxml-schemas-lite classesPJ Fanning2021-02-241-1/+1
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-219-773/+19
* try re-eanbling xml entity configPJ Fanning2021-02-211-1/+1
* Sonar fixesAndreas Beeker2021-01-173-7/+7
* #65046 - Simplify integration testsAndreas Beeker2021-01-151-3/+5
* Slightly adjust error message if requested allocations are too bigDominik Stadler2021-01-061-4/+6
* Sonar fixesAndreas Beeker2020-12-262-14/+11
* [github-198] Remove jdk.charset module dependency for spreadsheets generation...PJ Fanning2020-12-193-505/+0
* avoid string concatsPJ Fanning2020-12-181-8/+17
* avoid string concatsPJ Fanning2020-12-171-1/+1
* avoid string concatsPJ Fanning2020-12-173-3/+8
* [github-207] add SLF4JLoggerPJ Fanning2020-12-171-0/+157
* Bug 56205 - Upgrade OOXML schema to 3rd edition (transitional)Andreas Beeker2020-12-121-18/+20
* remove more deprecated codePJ Fanning2020-12-091-134/+0
* Handle errors from GraalVM native mode runs - UnsupportedFeature on setting S...Andreas Beeker2020-10-201-2/+3
* #64693 - POI HwmfGraphics cannot read the embedded document titleAndreas Beeker2020-08-301-0/+42
* use the forbidden-apis policies corresponding to the JREAndreas Beeker2020-08-151-1/+1
* #64411 - Provide JigSaw modulesAndreas Beeker2020-07-221-20/+20
* improve memory safety in HWPFDocumentCoreTim Allison2020-06-221-1/+1
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-111-4/+12
* [bug-64489] Make Zip64 the default mode for saving SXSSF spreadsheetsPJ Fanning2020-06-021-1/+1
* Sonar fixesAndreas Beeker2020-04-192-11/+11
* Sonar fixes - Ignore System.out-calls and args checks in examplesAndreas Beeker2020-04-181-129/+14
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-164-236/+144
* #64350 - Sonar fix - "Iterator.next()" methods should throw "NoSuchElementExc...Andreas Beeker2020-04-142-34/+6
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-124-18/+71
* ArrayUtil - remove unused methodAndreas Beeker2020-04-061-34/+12
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-051-44/+10
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-011-1/+2
* Sonar Fixes - try to fix XXE warningsAndreas Beeker2020-03-291-0/+2
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-084-25/+34
* Sonar fixesAndreas Beeker2020-02-251-4/+4
* Applied "clean up IntList code" patch from bug 63805Axel Howind2020-02-201-50/+34
* Fix Visio compressionAndreas Beeker2020-01-011-174/+157
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-33/+36
* Replace manual close with try-with-resourcesDominik Stadler2019-12-152-9/+3
* Bug 63569: Adjust handling of check for max allocation of byte arrayDominik Stadler2019-12-141-12/+39
* Bug 63927 - Inconsistent mapping of Norwegian locales for date formatsAndreas Beeker2019-12-082-931/+591
* Sonar Fixes - type: bugs / severity: critical - mostly div by 0Andreas Beeker2019-12-071-0/+1
* Sonar FixesAndreas Beeker2019-12-051-19/+34
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-032-40/+272
* Sonar Fixes - fix/annotate type "vulnerability" / severity "blocker"Andreas Beeker2019-12-012-35/+39
* change package.html to package-info.javaAndreas Beeker2019-12-011-21/+7
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-292-27/+29
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-291-0/+17
* GenericRecordJsonWriter fix output of floats and doublesAndreas Beeker2019-11-291-0/+9
* replace more StringBuffersPJ Fanning2019-11-211-3/+3
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-171-1/+1