aboutsummaryrefslogtreecommitdiffstats
path: root/sonar/ooxml
Commit message (Collapse)AuthorAgeFilesLines
* XmlSec/BouncyCastle and Batik are now optionalAndreas Beeker2021-09-121-216/+0
| | | | | | | | | | disable SonarQube build based on ant remove sonar and maven directory, because POMs are now created via Gradle remove maven section from seed-build fix duplicated maven dependencies on POM export git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893289 13f79535-47bb-0310-9956-ffa450edef68
* 5.1.1-SNAPSHOTPJ Fanning2021-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892911 13f79535-47bb-0310-9956-ffa450edef68
* compress-compress 1.21PJ Fanning2021-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891550 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.11.0PJ Fanning2021-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891521 13f79535-47bb-0310-9956-ffa450edef68
* add explicit commons-io dependency to poi-ooxml. This closes #237PJ Fanning2021-07-061-0/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891320 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastlePJ Fanning2021-06-281-2/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891116 13f79535-47bb-0310-9956-ffa450edef68
* downgrade bouncycastle due to missing package org.bouncycastle.asn1.cmpPJ Fanning2021-06-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891114 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastlePJ Fanning2021-06-281-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891108 13f79535-47bb-0310-9956-ffa450edef68
* upgrade pdfbox dependencyPJ Fanning2021-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891107 13f79535-47bb-0310-9956-ffa450edef68
* xmlsec 2.2.2PJ Fanning2021-05-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889816 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for the new source-directories in some more placesDominik Stadler2021-04-081-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888536 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-4/+4
| | | | | | | | update gradle files and project structure along https://github.com/centic9/poi/tree/gradle_build remove eclipse IDE project files remove obsolete record generator files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888111 13f79535-47bb-0310-9956-ffa450edef68
* [github-233] Updated de.rototor.pdfbox:graphics2d to 0.31. Thanks to Tobias ↵PJ Fanning2021-03-251-1/+1
| | | | | | Stadler. This closes #233 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888058 13f79535-47bb-0310-9956-ffa450edef68
* Exclude batik-script dependency from OOXML artifactMarius Volkhart2021-03-141-0/+6
| | | | | | | | We do not make use of the batik-script dependency. While this is likely to be true of a variety of the Batik dependencies, batik-script causes problems for our users who are using JPMS. See [bug-65103]. Fixes #230 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887643 13f79535-47bb-0310-9956-ffa450edef68
* Specify more granular Batik dependenciesMarius Volkhart2021-03-141-1/+11
| | | | | | | | Batik-all is a strange artifact. It's POM declares dependencies on all the sub-JARs, but its JAR has all of the sub-jars repackaged. This results in multiple JARs with the same packages being added to consuming applications. This leads to problems for JPMS users. See [bug-65183]. The Ant build does not use batik-all, so the Maven and Gradle builds should not either. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887642 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-12/+3
| | | | | | | | | | This removes the POILogger and POILogFactory mechanism for logging. This mechanism was created at a time when the Java landscape looked very different than it does today. Log4j 2 is an Apache Foundation project that is well maintained and is widely regarded as having good performance and capabilities. We use only the Log4j API artifact. This lets application developers choose how they want to capture logging events if at all. Integrations with Log4j 2 Core and Logback are available from the Log4j project. Closes #224 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886770 13f79535-47bb-0310-9956-ffa450edef68
* batik 1.14PJ Fanning2021-02-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1886491 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 5.0.1Andreas Beeker2021-01-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885419 13f79535-47bb-0310-9956-ffa450edef68
* Update maven dependenciesAndreas Beeker2021-01-111-26/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885371 13f79535-47bb-0310-9956-ffa450edef68
* upgrade pdfbox and pdfbox-graphics2dAndreas Beeker2020-12-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884786 13f79535-47bb-0310-9956-ffa450edef68
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-6/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884783 13f79535-47bb-0310-9956-ffa450edef68
* #64979 - Change artifact names of poi-/ooxml-schemasAndreas Beeker2020-12-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884381 13f79535-47bb-0310-9956-ffa450edef68
* upgrade to pdfbox-graphics2d 0.29Andreas Beeker2020-11-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883907 13f79535-47bb-0310-9956-ffa450edef68
* update dependencies - make optional dependencies mandatoryAndreas Beeker2020-11-111-10/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883325 13f79535-47bb-0310-9956-ffa450edef68
* #64867 - Provide PDF rendering with PPTX2PNGAndreas Beeker2020-11-031-0/+7
| | | | | | add dependencies to gradle and maven builds git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883075 13f79535-47bb-0310-9956-ffa450edef68
* try to fix sonar buildAndreas Beeker2020-10-231-10/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882792 13f79535-47bb-0310-9956-ffa450edef68
* Update third party libraries in pom.xml and build.gradle, update JaCoCo to 0.8.6Dominik Stadler2020-09-251-7/+7
| | | | | | | Maven build should work onw, but Gradle is still broken by the poi-ant-contrib library Also remove outdated third party libraries git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882026 13f79535-47bb-0310-9956-ffa450edef68
* next version will be 5.0.0PJ Fanning2020-05-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1877872 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.64PJ Fanning2020-04-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1876280 13f79535-47bb-0310-9956-ffa450edef68
* #63712 - upgrading xmlsec causes junit tests to failAndreas Beeker2020-03-181-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1875392 13f79535-47bb-0310-9956-ffa450edef68
* bouncycastle 1.64PJ Fanning2020-02-141-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874039 13f79535-47bb-0310-9956-ffa450edef68
* commons-compress 1.20PJ Fanning2020-02-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1874036 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 4.1.3Andreas Beeker2020-01-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1873433 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 4.1.2Andreas Beeker2019-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1868415 13f79535-47bb-0310-9956-ffa450edef68
* [bug-63725] commons-compress 1.19PJ Fanning2019-09-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866402 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastlePJ Fanning2019-08-291-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866108 13f79535-47bb-0310-9956-ffa450edef68
* fix ref to batik versionPJ Fanning2019-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856995 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 4.1.1Greg Woolsey2019-04-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856983 13f79535-47bb-0310-9956-ffa450edef68
* upgrade xmlsec, slf4j, batikPJ Fanning2019-03-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855990 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastle and curvesapiPJ Fanning2019-03-211-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855978 13f79535-47bb-0310-9956-ffa450edef68
* #60656 - EMF image support in slideshowsAndreas Beeker2018-12-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849040 13f79535-47bb-0310-9956-ffa450edef68
* #62365 - SVG image support in XSLFAndreas Beeker2018-12-161-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849030 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 4.0.2Andreas Beeker2018-11-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846951 13f79535-47bb-0310-9956-ffa450edef68
* Try to fix ImageIO cache errorAndreas Beeker2018-11-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1846723 13f79535-47bb-0310-9956-ffa450edef68
* [bug-62747] bouncycastle 1.60PJ Fanning2018-09-191-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841394 13f79535-47bb-0310-9956-ffa450edef68
* add reflections jar to mvn sonar buildPJ Fanning2018-09-191-102/+108
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841308 13f79535-47bb-0310-9956-ffa450edef68
* update 3.17 leftovers and provide a new build target to update those in the ↵Andreas Beeker2018-09-071-1/+1
| | | | | | | | next release remove final / beta tags, as we (try to) use semver now git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1840318 13f79535-47bb-0310-9956-ffa450edef68
* prepare for 4.0.1-beta1Andreas Beeker2018-08-311-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839750 13f79535-47bb-0310-9956-ffa450edef68
* 62630 -- upgrad commons-compressTim Allison2018-08-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838214 13f79535-47bb-0310-9956-ffa450edef68
* #62187 - Compiling with Java 10 fails with ClassCastException / use ↵Andreas Beeker2018-06-031-0/+5
| | | | | | commons-compress for zipbomb detection git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832789 13f79535-47bb-0310-9956-ffa450edef68