]> source.dussan.org Git - poi.git/shortlog
poi.git
2017-09-19 Dominik StadlerAdjust to make forbidden-api-check succeed again
2017-09-19 Dominik StadlerBug 61148: Fix calculating formula value, unfortunately...
2017-09-19 Dominik StadlerIntelliJ warnings, deprecation
2017-09-19 Dominik StadlerFix some IntelliJ warnings
2017-09-19 Tim Allison60805 (partial) -- remove/suppress println in tests
2017-09-19 Dominik StadlerWhile working on bug 61148 I found that getCellType...
2017-09-19 Javen O'Nealbug 61454: add column width to example Spreadsheet...
2017-09-19 Javen O'Nealbug 61454: add column width to example Spreadsheet...
2017-09-18 Dominik StadlerBug 61520: Add JavaDoc about name-references in Excel
2017-09-18 Dominik StadlerAdd missing test.jar to test-hssf target
2017-09-18 PJ Fanninguse non-deprecated versions of getCellType
2017-09-18 PJ Fanningchange CellFormat.ultimateType to return CellType
2017-09-18 PJ Fanningchange HyperLink getType to return HyperlinkType
2017-09-18 PJ Fanningfix compiler warnings
2017-09-18 PJ Fanningupdate getCellType to return CellType enum instead...
2017-09-18 PJ Fanningupdate getCellType to return CellType enum instead...
2017-09-18 PJ Fanningupdate getCellType to return CellType enum instead...
2017-09-18 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-18 PJ FanningChange getCachedFormulaResultType to return CellType
2017-09-17 Andreas Beeker#60499 - Deleting a picture that is used twice on a...
2017-09-17 Dominik StadlerRemove deprecated methods from NPOIFSFileSystem/OPOIFSF...
2017-09-17 Dominik StadlerFix some warnings in OOXMLLite and move copyFile to...
2017-09-17 Dominik StadlerVarious code cleanups, "final" for static methods is...
2017-09-17 Dominik StadlerSome more code cleanup
2017-09-17 Dominik StadlerChange version to 4.0.0-SNAPSHOT as discussed on the...
2017-09-17 Dominik StadlerMaxPermSize is not used any more in Java 8, so remove...
2017-09-17 Dominik StadlerDisable Maven-Sonar run to check if the Gradle-Sonar...
2017-09-16 Andreas Beekerwrong release-notes link
2017-09-16 Dominik StadlerSonar-Maven: Switch to UTF-8 for source files to silenc...
2017-09-16 Dominik StadlerJenkins DSL: Remove timeout from Jenkins Jobs for now...
2017-09-16 Dominik StadlerJenkins DSL: Use JDK 1.8 for more projects, fix listing...
2017-09-16 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-16 Dominik StadlerJenkins DSL:
2017-09-16 Dominik StadlerJenkins DSL: Use OpenJDK 8 and latest JDK 1.9
2017-09-16 Dominik StadlerFix some compiler warnings
2017-09-16 Dominik StadlerUse Integer.compare() where possible
2017-09-16 Dominik StadlerFix some warnings in unit tests
2017-09-16 Dominik StadlerUse Collections.singleton() where applicable
2017-09-16 Dominik StadlerFix some warnings
2017-09-16 Dominik StadlerRemove unnecessary local variables
2017-09-16 Dominik StadlerRemove unnecessary type arguments (Java 8)
2017-09-16 Dominik StadlerRemove unnecessary type arguments
2017-09-16 Dominik StadlerSuppress some warnings
2017-09-16 Dominik StadlerRemove unused imports
2017-09-16 Dominik StadlerRemove unnecessary casts and toString() calls
2017-09-16 Dominik StadlerRemove unnecessary semicolons
2017-09-16 Dominik StadlerRemove unnecessary initialization of members
2017-09-16 Dominik StadlerFix typos and warnings
2017-09-16 Dominik StadlerLet IntelliJ cleanup some code-warnings across the...
2017-09-16 Dominik StadlerDetect some HTML files as separate invalid filetype
2017-09-16 Dominik StadlerAllow to produce a jar for the integration-test-code...
2017-09-16 Dominik StadlerAdjust local test in integration-test file-handler
2017-09-16 Dominik StadlerAdd .git as excluded dir for integration-tests and...
2017-09-16 Dominik StadlerAdd additional check as mentioned in bug 50060
2017-09-16 Dominik StadlerTried to reproduce bug 61300, but could not.
2017-09-16 Dominik StadlerAt least print out correct offset information for PtrRe...
2017-09-16 Dominik StadlerAdd test for question on the mailing-list
2017-09-15 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-15 Dominik StadlerJava 8: Disable Jobs using Java 1.6 and 1.7 for now...
2017-09-15 Dominik StadlerJava 8: Deprecate some methods in IOUtils
2017-09-15 Dominik StadlerAdjust Maven pom.xml for 4.0, Java 8 and newer third...
2017-09-15 Dominik StadlerAdjust some more places for the new versions of some...
2017-09-15 Dominik StadlerUpdate third party libs to latest versions
2017-09-15 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-15 Nick BurchRemove javadoc references to removed classes
2017-09-15 PJ Fanningremove deprecated inner classes from HSFColor
2017-09-14 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-14 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-14 PJ Fanningremove some deprecated code slated for removal in 3.18
2017-09-14 PJ Fanningadd missing licenses on test classes
2017-09-14 Tim Allison60279 -- back off to brute-force search for macro conte...
2017-09-13 PJ FanningNumeric Array Formula and Matrix Function [from Bob9513...
2017-09-13 PJ Fanning[bug-61515] fix xlsf issue with relationships [from...
2017-09-08 Andreas Beekerprepare for 3.18-beta1
2017-09-08 Andreas Beekerrelease prepare for 3.17 - updating build.xml and statu...
2017-09-08 Dominik StadlerRemove incorrect copy-include in pom.xml
2017-09-08 Andreas BeekerAdd Removal annotation to xmlbeans generation
2017-09-08 Dominik StadlerAdd Removal.java to fix Maven compilation
2017-09-07 Andreas BeekerAdd Removal annotation to xmlbeans generation
2017-09-07 Nick BurchCopy over and tweak PicturesSource from Apache Tika
2017-09-05 Andreas Beekerprepare for 3.18-beta1
2017-09-05 Andreas Beekerrelease prepare for 3.17 - updating build.xml and statu...
2017-09-05 Andreas Beeker#61478 - POI OOXML-Schema lookup uses wrong classloader
2017-08-31 Tim AllisonWhile working on 61475, need to add a new line after...
2017-08-31 Tim Allison61475 -- append text from pictures only once...bug...
2017-08-30 Tim Allison61470 -- add extraction of content within ruby elements...
2017-08-29 Greg WoolseyFixes bug #61468, caused by a confusing OOXML spec...
2017-08-28 Andreas Beekerprepare for 3.18-beta1
2017-08-28 Andreas Beekerrelease prepare for 3.17 - updating build.xml and statu...
2017-08-28 Andreas Beekersha512 checksums aren't yet supported by Nexus
2017-08-25 Dominik StadlerVerify that bug 61294 is fixed now, add some more cover...
2017-08-24 Dominik StadlerRevert performance tuning done via Bug 61350 as it...
2017-08-20 Andreas Beekerprepare for 3.18-beta1
2017-08-20 Andreas Beekerrelease prepare for 3.17 - updating build.xml and statu...
2017-08-19 Dominik StadlerFix 60384 and 60709: When shifting with merged regions...
2017-08-19 Dominik StadlerAdd more --add-opens for JDK 9
2017-08-19 Dominik StadlerAdd more non-test classes in OOXMLLite and add another...
2017-08-16 Greg WoolseyBug 61431 - Conditional formatting evaluation ignores...
2017-08-16 Nick BurchAs per ".sha Release Distribution Policy" email, also...
2017-08-13 Andreas Beekerexclude H21 from slave list
next