51 Commits (a8d1307025ce3f37b917e0c8f3e76311d9435e2d)

Author SHA1 Message Date
  PJ Fanning 37a3a769fe uptake xmlbeans 3.0.1 (staging version, pre-release) 5 years ago
  Tim Allison 99a27862ae 62630 -- upgrad commons-compress 5 years ago
  PJ Fanning df77071378 upgrade commons-collections4 to 4.2 5 years ago
  Andreas Beeker 18db483a72 #59268 - Work on providing an updated version of XMLBeans 6 years ago
  Andreas Beeker d8d076b73a #62187 - Compiling with Java 10 fails with ClassCastException / use commons-compress for zipbomb detection 6 years ago
  PJ Fanning f628f27f5b Remove use of xmlbeans 2.3.0 in build to simplify our build dependencies 6 years ago
  Javen O'Neal dc29c94460 roll back to hamcrest-core 7 years ago
  Javen O'Neal abc2f1f9ea change from hamcrest-core-1.3 to hamcrest-all-1.3 7 years ago
  Andreas Beeker 680683cf77 merge down trunk 7 years ago
  David North 299af644b8 As Nick suspected, the dependency is actually from HSSF too so commons collections 4 needs adding to the main POM 7 years ago
  David North e5877bd8e0 Introduce name-based methods for access to named ranges in a workbook, and deprecate the old index-based methods. 7 years ago
  Dustin Spicuzza 5be91c097c Update curvesapi to 1.04 8 years ago
  David North 8c491bfb7a Multisign update to allow gpg2 usage 8 years ago
  Dustin Spicuzza fe771aa808 XDGF: fix the fix 8 years ago
  Dustin Spicuzza e3365dfaeb poi-import: fix build dependencies 8 years ago
  Dominik Stadler cc576a9887 Update to latest commons-codec-1.10 and commons-logging-1.2, use the properties for these libs everywhere in build.xml 8 years ago
  Dominik Stadler ff2dece3ce Update to junit-4.12, the jar file is downloaded, so not required on classpath anymore. Also adjust version in pom.xml for Sonar. 9 years ago
  Nick Burch 90998b0410 Typo fix 9 years ago
  Nick Burch 48ab7bf987 Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490 9 years ago
  Nick Burch d2d179041b Fix the maven deployment script to use repository.apache.org instead of the people ibiblio sync 9 years ago
  Nick Burch ed10e06492 I think this is the right maven magic to deploy a javadoc jar, but we may have to see... 9 years ago
  Andreas Beeker e409054f89 added ooxml-security-1.0 to the maven artifacts 9 years ago
  Uwe Schindler 2f5bcfd162 Fix bug #56814 - Switch from dom4j to JAXP 9 years ago
  Nick Burch b6c30fae87 Change the default XMLBeans version used for running to be 2.6, leave 2.3 for compiling the schemas (for maximum compatibility) 9 years ago
  Dominik Stadler 516ce6c586 Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first 10 years ago
  Dominik Stadler b9dee7bd46 Update XMLBeans to version 2.6.0 10 years ago
  Dominik Stadler 42683639b5 Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom 10 years ago
  Nick Burch 247d74cfa8 Sync the Maven POM defined dependencies with the Ant build ones 10 years ago
  Nick Burch d4a2a13b77 Remove the executable flag from a number of files that aren't executables so shouldn't have it set 11 years ago
  Maxim Valyanskiy 08f35b2ad5 add commons-codec to maven-pom 13 years ago
  Yegor Kozlov a2d8251a4f include poi-excelant 13 years ago
  Yegor Kozlov f3074605c3 Use stax:stax-api instead of org.apache.geronimo.specs:geronimo-stax-api_1.0_spec, see Bugzilla 50581 13 years ago
  Yegor Kozlov 712b7463a7 initial import of ExcelAnt tasks, see Bugzilla 50610 13 years ago
  Yegor Kozlov 38b71f33e2 removed log4 and commons-logging from poi-scratchpad.pom 13 years ago
  Yegor Kozlov b230e92709 marked commons-logging and log4j as optional dependencies in POI poms, see Bugzilla 50067 13 years ago
  Yegor Kozlov 3a41e5d459 repackaged poi-contrib to poi-main and poi-examples, excluded contrib from build artifacts 13 years ago
  Nick Burch 6de019f6e0 Generate SHA1 hashes as well as MD5 ones. Also, use md5sum/sha1sum in preference to openssl (if found), as the former include the filenames in the hashes which is helpful when verifying 13 years ago
  Yegor Kozlov 7dd36f3db7 updated current version on status.xml, also some misc post-release improvements in mvn-deploy.sh and build.xml 14 years ago
  Yegor Kozlov aadaa3c9ef poi-ooxml-schemas depends on geronimo-stax-api 14 years ago
  Yegor Kozlov d67f4e3f88 more cleanup of build.xml, improved release procedure, added a script to create .md5 and .asc 14 years ago
  Yegor Kozlov dd95f20c17 more improvements in build.xml: moved ooxml-lite targets out of normal 'compile' and 'test', added compile-all and test-all 14 years ago
  Yegor Kozlov 0b9ab8930e included poi-ooxml-schemas and poi-examples in the release cycle, also misc improvements in build.xml: merged scratchpad and main examples, improved cross-module classpath dependencies, removed obsolete targets 14 years ago
  Josh Micich 5e240d7032 deleted 'svn:executable' property 14 years ago
  Yegor Kozlov c11f67fd74 improved script for deploying maven artefacts 14 years ago
  Yegor Kozlov 76ba6889d4 improved the script for uploading maven artefacts, use gpg:sign-and-deploy-file instead of deploy:deploy-file 15 years ago
  Yegor Kozlov 441d05aa7d added a script to upload digital signatures in the Maven repo to the 'dist' ant task 15 years ago
  Yegor Kozlov ef4b2ebc2e import OpenXML4j codebase 15 years ago
  Yegor Kozlov 1341f419ae updated status on the index page, also added a script to upload signatures for maven artifacts 15 years ago
  Yegor Kozlov b68a8f083f improved tasks for making Maven artifacts1. maven-dist is now obsolete, maven artifacts are taken from dist2. release manager should use 'mvn deploy:deploy-file' to deploy POI artifacts, dist/mvn-deploy.sh is automatically generated by the maven-poms task3. each poi module now has its own pom template in the ./maven directory 15 years ago
  Yegor Kozlov d4d005f702 removed dependencies for jaxen and xerces, ooxml module does not need them 15 years ago