]> source.dussan.org Git - poi.git/shortlog
poi.git
2021-01-06 Dominik StadlerRun all integration-test steps in manual test-method
2021-01-06 Dominik StadlerSlightly adjust error message if requested allocations...
2021-01-06 Dominik StadlerAdjust one expected error message in integration-tests
2021-01-06 Dominik StadlerAdjust assumption for one specific font-related excepti...
2021-01-06 Dominik StadlerAvoid unneeded Unicode characters which break compiling...
2021-01-05 Andreas BeekerSonar fixes
2021-01-04 Dominik StadlerBug 64132: Fix regression introduced by changing factories
2021-01-03 Dominik StadlerTry to make Gradle build work
2021-01-03 Dominik StadlerEnable XML result files for Gradle build to make them...
2021-01-03 Dominik StadlerAllow JUnit 5 access to the parmaeters also on newer...
2021-01-03 Dominik StadlerIgnore Font-issue with JDK 8 on Windows in another...
2021-01-03 Dominik StadlerApply some IDE suggestions
2021-01-03 Dominik StadlerFix file-leak-detector excludes
2021-01-03 Dominik StadlerBug 64494: Ensure "applyAlignment" in cell-styles is...
2021-01-03 Dominik StadlerAvoid test failing on Windows with JDK 8 because of...
2021-01-03 Dominik Stadlerooxml-schema: trigger loading stress-documents as part...
2021-01-03 Dominik StadlerBug 64450: Allow to parse a file where the relationship...
2021-01-03 Dominik StadlerAdjust Github Workflow to actually use newer version...
2021-01-02 Andreas BeekerSonar fixes
2021-01-01 Andreas Beekerforbidden-apis-fix
2021-01-01 Andreas Beekerfix year agnostic date/test values
2021-01-01 Dominik StadlerApply some IDE suggestions and fix some JavaDoc
2021-01-01 Dominik StadlerBug 64750: Do not use CTDataValidations.getCount()...
2020-12-30 Andreas Beekerworkaround NullPointerException when font family (of...
2020-12-30 Andreas Beekerworkaround "Width (0) and height (0) cannot be <= 0...
2020-12-30 Andreas Beekeradd failing regression test files
2020-12-30 Dominik StadlerBug 64986: Support missing or blank match_type for...
2020-12-30 Dominik StadlerBug 64838: Do not populate cells with a paragraph when...
2020-12-30 Dominik StadlerAdd unfixed test for bug 64759 and make the ones fail...
2020-12-30 Dominik StadlerAlso replace for JUnit 5 in comments
2020-12-30 Dominik StadlerAdjust error-message on old files and simplify code...
2020-12-30 Dominik StadlerSlightly re-arrange code to only perform computations...
2020-12-30 Dominik StadlerBug 65009: Fix incorrect index for 1-based pictures
2020-12-29 Dominik StadlerAdd missing jar-file for JavaDoc generation
2020-12-29 Dominik StadlerAdjust some JavaDoc
2020-12-29 Dominik StadlerImprove the speed of the styles-optimiser when there...
2020-12-28 Andreas Beekerbump versions
2020-12-28 Andreas Beekersonar fixes
2020-12-28 Andreas Beekergithub-207 - replace commons logging with slf4j - use...
2020-12-28 Andreas Beekersonarcloud.io phases out support for Java 8
2020-12-28 Andreas Beekergather necessary .xsb for ooxml-lite jar via intercepti...
2020-12-26 Andreas BeekerForbidden-apis fix - Graphics2D.finalize() is deprecate...
2020-12-26 Andreas BeekerSonar fixes
2020-12-25 Andreas Beekertry to fix gradle sonarqube job
2020-12-25 Andreas Beekertry to fix gradle sonarqube job
2020-12-25 PJ Fanning[bug-65023] add col bugfix. Thanks to Paula Muldoon...
2020-12-25 Andreas Beekerupgrade pdfbox and pdfbox-graphics2d
2020-12-25 Andreas Beekertry to fix distsourcebuild error
2020-12-24 Andreas Beeker#65026 - Migrate tests to Junit 5
2020-12-20 Dominik StadlerAdd initial Github Actions to build PRs with all three...
2020-12-20 Dominik StadlerFix NullPointerException in Autosize introduced via...
2020-12-19 PJ Fanning[github-198] Remove jdk.charset module dependency for...
2020-12-19 PJ Fanningrevert accidental change
2020-12-19 PJ Fanningfix log text
2020-12-18 PJ Fanningadd slf4j dependency
2020-12-18 PJ Fanningadd missing license
2020-12-18 PJ Fanningavoid string concats
2020-12-17 Andreas Beeker#64876 - Unable to convert pptx to pdf
2020-12-17 PJ Fanning[github-208] Fix a few instances of incorrect NotImplem...
2020-12-17 PJ Fanningavoid string concats
2020-12-17 PJ Fanningavoid string concats
2020-12-17 PJ Fanningavoid string concats
2020-12-17 PJ Fanningremove tabs
2020-12-17 PJ Fanning[github-207] add SLF4JLogger
2020-12-17 PJ Fanning[github-207] add SLF4JLogger
2020-12-16 Dominik StadlerDo not wrap RuntimeException so we still can handle...
2020-12-16 PJ Fanningadd back log4j 1.x as a test-only dependency of ooxml...
2020-12-16 PJ Fanningtry to remove seemingly unused log4j 1.x dependency
2020-12-15 PJ Fanninguse less contentious language in code comments
2020-12-13 Andreas Beekerreplace single with double quotes to enable variable...
2020-12-13 Andreas Beekerremove old ooxml beans
2020-12-13 Andreas Beeker#64981 - Upgrade OOXML schema to 5th edition (transitional)
2020-12-13 Andreas Beekerignore auto-generated directories (src, target)
2020-12-13 Andreas Beeker#64979 - Change artifact names of poi-/ooxml-schemas
2020-12-13 Andreas Beekermute talkative tests, which spam to StdOut/StdErr
2020-12-12 Andreas BeekerBug 56205 - Upgrade OOXML schema to 3rd edition (transi...
2020-12-11 PJ Fanning[bug-60397] improve speed of excel cell merge. Thanks...
2020-12-10 PJ Fanning[github-206] Improve perfomance of SXSSF cell evaluatio...
2020-12-10 PJ Fanningtry to handle case where checksum is null
2020-12-09 PJ Fanning[bug-64972] HSSFPictureData#getPictureType() should...
2020-12-09 PJ Fanning[bug-64972] HSSFPictureData#getPictureType() should...
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningreduce use of deprecated code in XSSFFont
2020-12-09 PJ Fanningremove more deprecated code (fix some issues)
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningremove more deprecated code
2020-12-09 PJ Fanningremove some deprecated code
2020-12-09 PJ Fanningremove some deprecated code
2020-12-09 PJ Fanningremove some deprecated code
2020-12-09 PJ Fanningremove some deprecated code
2020-12-08 PJ Fanningremove some deprecated code
2020-12-08 PJ Fanningremove some deprecated code
2020-12-08 PJ Fanningremove some deprecated code
2020-12-08 PJ Fanning[github-200] Update OPCPackage#getPartsByRelationshipTy...
2020-12-08 PJ Fanning[bug-64964] HSSFCell.convertCellValueToBoolean shall...
2020-12-07 PJ Fanning[github-204] Fix typo in javadoc. Thanks to Yerassyl...
next