]> source.dussan.org Git - poi.git/shortlog
poi.git
2020-10-25 Dominik StadlerJenkins-DSL: Add JDK 16, disable POI-JDK-14 to only...
2020-10-25 Dominik StadlerAdd mising path to ooxml-schemas which is necessary...
2020-10-25 Dominik StadlerApply patch for bug 64791 to use proper position for...
2020-10-25 Dominik StadlerApply some IDE suggestions
2020-10-25 Dominik StadlerFix bug 64238: Make LOOKUP functions deal with empty...
2020-10-25 Dominik StadlerUpdate tests for bug 63845 some more
2020-10-25 Dominik StadlerPrevent some unit-tests from failing when non-English...
2020-10-24 Andreas BeekerSonar fixes - a few "Try-with-resources should be used"
2020-10-24 Andreas BeekerSonar fixes - a few "String literals should not be...
2020-10-24 Andreas Beekercreate "build" directory - necessary when running in...
2020-10-24 Andreas Beekeradd more nodes to Test-Environment job
2020-10-23 Andreas Beekertry to fix sonar build
2020-10-22 PJ Fanningupdate commons-codec
2020-10-20 Andreas BeekerHandle errors from GraalVM native mode runs - Unsupport...
2020-10-20 PJ Fanningreformat
2020-10-20 PJ Fanning[github-193] Change TRUNC implementation to use MathX...
2020-10-20 PJ Fanningxmlbeans jar location
2020-10-19 Andreas Beekerupdate ant/maven values, builds@ decided to rename...
2020-10-19 Andreas Beekerupdate jdk values, remove jdk 1.6
2020-10-19 Andreas BeekerIgnore test on no-scratchpad run
2020-10-18 Andreas Beeker#64817 - Fix issue in testXLSXinPPT
2020-10-16 PJ Fanningdisable broken test
2020-10-16 PJ Fanninguse xmlbeans official 4.0.0 release
2020-10-13 Nick BurchTest PPT file containing a XLSX via an OLE2 intermediat...
2020-10-13 Nick BurchAdd unit test for XLSX embedded in PPT and WorkbookFact...
2020-10-11 Andreas BeekerAdd license header
2020-10-10 Andreas Beeker#64773 - Visual signatures for .xlsx/.docx
2020-09-26 Dominik StadlerAvoid dependency on ooxml-test in integration-test
2020-09-26 Dominik StadlerMore changes to make the Gradle build work again
2020-09-26 Dominik StadlerTry to fix the Gradle build
2020-09-25 Dominik StadlerUpdate third party libraries in pom.xml and build.gradl...
2020-09-25 Dominik StadlerFix IDE warnings, add more assertion-output
2020-09-22 Yegor KozlovOSGi support: register service providers in bundle...
2020-09-22 Andreas BeekerFix Ant javascript issues
2020-09-19 Andreas Beeker#64716 - wmf display error - use FileMagic also for...
2020-09-19 Andreas Beekeradapt to XmlBeans changes
2020-09-18 Yegor Kozlovmark org.apache.commons.logging.* as an optional osgi...
2020-09-17 Andreas BeekerXmlBeans is now generating Java 1.8 based files - javas...
2020-09-16 Andreas BeekerAdd more render test images
2020-09-16 Yegor KozlovBug 57857 POI OSGi bundle
2020-09-15 Andreas Beeker#64716 - wmf display error - WmfExtTextOut - move curre...
2020-09-09 PJ Fanningremove accidental commit
2020-09-09 PJ Fanning[bug-64721] NullPointerException occurs when calling...
2020-09-08 Andreas Beekerignore IBM certificate chain issue
2020-09-08 Andreas Beeker#64716 - wmf display error - fixed charset used for...
2020-09-03 Andreas BeekerPPTXPNG - parent directory of relative input file was...
2020-09-03 Andreas Beekeradd "provided" jars to binary dist bundle
2020-09-02 Andreas Beekerfix typo
2020-09-01 Andreas BeekerAdapt to new XmlBeans changes of r1881383
2020-09-01 PJ Fanning[github-192] Fix DOUGHNUT chart creation. Thanks to...
2020-09-01 SayiCTRow removes tc when row removes cell
2020-08-30 Andreas Beeker#64693 - POI HwmfGraphics cannot read the embedded...
2020-08-27 PJ Fanning[bug-64691] rename field
2020-08-27 SayiAdd get/set indentationLeftChars/indentationRightChars...
2020-08-19 Andreas Beekerfix build error
2020-08-18 Andreas Beekeruse spotbugs in xmlbeans builds
2020-08-18 Andreas BeekerUpdate library versions
2020-08-17 Andreas Beekerdisable old "rapid release" Java versions
2020-08-17 Andreas BeekerActivate Forbidden-Apis-Check also for other tests
2020-08-17 Andreas Beeker#64036 - Replace reflection calls in factories for...
2020-08-16 Andreas Beeker#64036 - Replace reflection calls in factories for...
2020-08-16 Andreas Beekerremoved test which is covered by TestPPTX2PNG
2020-08-16 Andreas Beeker#64036 - Replace reflection calls in factories for...
2020-08-16 Andreas Beeker#64036 - Replace reflection calls in factories for...
2020-08-16 Andreas Beeker#64036 - Replace reflection calls in factories for...
2020-08-16 Andreas Beekerfresh nodes on ci-builds ... maybe new luck?
2020-08-16 Andreas Beekertry to fix no-scratchpad test
2020-08-16 Andreas BeekerUpdate links to ci-builds.apache.org
2020-08-16 Andreas BeekerMigrate JOB DSL to new Jenkins environment ci-builds...
2020-08-15 Andreas Beekertry to fix spot bugs setting on new ci-builds jenkins
2020-08-15 Andreas BeekerFix typo
2020-08-15 Andreas Beekeruse the forbidden-apis policies corresponding to the JRE
2020-08-14 Andreas Beekerupgrade forbidden-apis to 3.0.1
2020-08-14 Andreas Beekeralso handle wrapped OOXML "Package" nodes inside of...
2020-08-14 Andreas Beeker#64411 - Provide JigSaw modules
2020-08-14 PJ Fanning[github-191] Fix RuntimeException on array formula...
2020-08-13 Andreas Beeker#64411 - Provide JigSaw modules
2020-08-13 Tim AllisonBug 64659 -- bump max record length
2020-08-13 Tim AllisonBug 64667.xlsx prevent NPE loading styles table
2020-08-12 PJ Fanning[github-190] Javadoc fixes in ToCSV example. Thanks...
2020-08-11 PJ Fanning[github-189] Move date parsing logic to DateParser...
2020-08-10 Sayiadd removeTable method in cell
2020-08-09 PJ Fanning[github-187] Add length validation for Excel DataValida...
2020-08-09 SayiUse the existing CTExternalData element
2020-08-07 Andreas Beeker#64411 - Provide JigSaw modules
2020-08-06 Andreas Beekerfix build - remove old ant libs
2020-08-05 Andreas Beekertry to fix windows builds - path issues with regex...
2020-07-24 Andreas Beekerexamples had been moved due to jigsaw modules migration
2020-07-23 Andreas Beekerremove obsolete bouncycastle jars
2020-07-23 Andreas Beekera few jigsaw related fixes
2020-07-23 PJ Fanningtry to make examples more robust - to fix integration...
2020-07-22 Andreas Beekeruse Ant 1.10 for the builds
2020-07-22 PJ Fanningadd back TempFileUtils.java due to broken build
2020-07-22 Andreas Beeker#64411 - Provide JigSaw modules
2020-07-16 PJ Fanningremove more deprecated code
2020-07-16 PJ Fanningremove more deprecated code
2020-07-16 PJ Fanning[bug-64605] update javadocs
2020-07-16 PJ Fanning[bug-64605] update javadocs
2020-07-16 PJ Fanning[bug-64605] add support for non-integer font sizes...
2020-07-16 PJ Fanning[bug-64605] add support for non-integer font sizes...
next