| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug #56814 - Switch from dom4j to JAXP | Uwe Schindler | 2014-08-12 | 1 | -12/+0 |
* | Correct xmlbeans 2.6 url | Nick Burch | 2014-08-05 | 1 | -1/+1 |
* | Change the default XMLBeans version used for running to be 2.6, leave 2.3 for... | Nick Burch | 2014-08-04 | 1 | -12/+20 |
* | * Ensure that some older versions of third-party libraries are removed when w... | Dominik Stadler | 2014-08-03 | 1 | -3/+17 |
* | Prep for 3.11 beta 1 | Nick Burch | 2014-07-31 | 1 | -2/+2 |
* | Exclude the release notes and readmes from the rat checks | Nick Burch | 2014-07-30 | 1 | -0/+1 |
* | Add a target to help with generating the release notes | Nick Burch | 2014-07-30 | 1 | -1/+12 |
* | JaCoCo 0.7.x requires asm-5 | Dominik Stadler | 2014-07-23 | 1 | -3/+3 |
* | Upgrade to latest JaCoCo 0.7.1 | Dominik Stadler | 2014-07-02 | 1 | -2/+2 |
* | Revert upgrade to XMLBeans 2.6.0 to properly discuss on the mailinglist first | Dominik Stadler | 2014-06-12 | 1 | -3/+3 |
* | Add missing @Overrides, reformat some files, increase coverage slightly, | Dominik Stadler | 2014-06-11 | 1 | -1/+2 |
* | Update XMLBeans to version 2.6.0 | Dominik Stadler | 2014-06-11 | 1 | -3/+3 |
* | Update to latest Ant 1.9.4 and add ant-launcher which is used in | Dominik Stadler | 2014-05-29 | 1 | -2/+9 |
* | More stax jar removal for Java 6 | Nick Burch | 2014-04-15 | 1 | -9/+2 |
* | Now that we require Java 1.6, we no longer need to include the STAX-API jar a... | Nick Burch | 2014-04-15 | 1 | -6/+1 |
* | Exclude some generated classes from coverage measurements, now instruction co... | Dominik Stadler | 2014-03-16 | 1 | -3/+6 |
* | disable font downloading, because of Jenkins connection (download) problems | Andreas Beeker | 2014-03-04 | 1 | -0/+4 |
* | build.xml: Add missing depends on init for compile-main target | Dominik Stadler | 2014-02-15 | 1 | -1/+1 |
* | FindBugs fix | Andreas Beeker | 2014-02-13 | 1 | -1/+1 |
* | disable not applicable findbugs check | Andreas Beeker | 2014-02-13 | 1 | -1/+2 |
* | Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images ... | Andreas Beeker | 2014-02-11 | 1 | -2/+23 |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 1 | -1/+1 |
* | Use findbugs in the jenkins build | Andreas Beeker | 2014-02-08 | 1 | -1/+45 |
* | Switch to JDK 6 for generated code as well | Dominik Stadler | 2014-02-03 | 1 | -2/+2 |
* | Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom | Dominik Stadler | 2014-02-03 | 1 | -2/+2 |
* | Update third party libs: commons-codec to 1.9, log4j to 1.2.17 | Dominik Stadler | 2014-02-01 | 1 | -4/+4 |
* | Fix pattern for license check failure | Dominik Stadler | 2014-01-20 | 1 | -2/+1 |
* | Add license check via Apache rat to jenkins build | Dominik Stadler | 2014-01-20 | 1 | -1/+1 |
* | adjust ant-target check-rat: Download jarfile instead of requiring it locally... | Dominik Stadler | 2014-01-20 | 1 | -5/+26 |
* | set version.id to 3.11-beta1 | Yegor Kozlov | 2014-01-16 | 1 | -1/+1 |
* | Update to latest JaCoCo 0.6.4 | Dominik Stadler | 2013-12-26 | 1 | -2/+2 |
* | Patch for Bug/Enhancement 55818 - add encryption support | Andreas Beeker | 2013-12-24 | 1 | -6/+62 |
* | Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec... | Dominik Stadler | 2013-10-30 | 1 | -1/+1 |
* | increment build beta version to 3.10-beta3; forgot to as part of last release... | Tim Allison | 2013-09-27 | 1 | -1/+1 |
* | Update to JaCoCo 0.6.3 and svn-ignore the .zip file as well | Dominik Stadler | 2013-08-14 | 1 | -2/+2 |
* | Fix how coverage-reporting is triggered, was effectively disabled always curr... | Dominik Stadler | 2013-08-12 | 1 | -1/+2 |
* | Adjust build.xml to run JaCoCo coverage when running unit tests when | Dominik Stadler | 2013-08-04 | 1 | -77/+191 |
* | Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml ... | Dominik Stadler | 2013-07-01 | 1 | -0/+1 |
* | Adjust build.xml to update to junit 4.11 | Dominik Stadler | 2013-06-30 | 1 | -6/+15 |
* | Update trunk after 3.10-beta1 tagging in svn | Nick Burch | 2013-06-25 | 1 | -1/+1 |
* | Following dev@ discussions, the next release will be 3.10 not 4.0 | Nick Burch | 2013-05-28 | 1 | -1/+1 |
* | Don't include the generation date in the javadocs, as it bloats the changes w... | Nick Burch | 2013-05-26 | 1 | -1/+2 |
* | updated version.id and release date of POI-3.9 | Yegor Kozlov | 2012-11-25 | 1 | -1/+1 |
* | fixed missing licence headers | Yegor Kozlov | 2012-11-25 | 1 | -0/+1 |
* | Bug 54008: Fixed Ant build to support build directories with blanks | Yegor Kozlov | 2012-10-26 | 1 | -1/+6 |
* | increased jvm heap size for testing(Xmx256)gsoc2012 | Evgeniy Berlog | 2012-08-09 | 1 | -0/+1 |
* | include commons-codec.jar in dists, support for jenkins build | Yegor Kozlov | 2012-04-22 | 1 | -0/+3 |
* | trunk is 3.9-beta1 now | Yegor Kozlov | 2012-03-19 | 1 | -1/+1 |
* | current version is 3.8-beta6 now | Yegor Kozlov | 2011-12-10 | 1 | -1/+1 |
* | keep rat quiet | Yegor Kozlov | 2011-12-09 | 1 | -0/+1 |