aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml-lite
Commit message (Collapse)AuthorAgeFilesLines
* Add one more xsb which is missing in one of my projectsDominik Stadler2023-12-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914406 13f79535-47bb-0310-9956-ffa450edef68
* Bug 66425: Avoid exceptions found via poi-fuzzDominik Stadler2023-12-061-0/+1
| | | | | | | | | Add an xsb file to ooxml-lite which seems to be missing in some cases Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63652 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914402 13f79535-47bb-0310-9956-ffa450edef68
* Add some missing schema-files to ooxml-liteDominik Stadler2023-10-071-0/+1
| | | | | | This should fix https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=62255 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1912791 13f79535-47bb-0310-9956-ffa450edef68
* remove temporary hacksPJ Fanning2023-03-191-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908529 13f79535-47bb-0310-9956-ffa450edef68
* temporary hack to build to see if the gradle toolchain logic is what is ↵PJ Fanning2023-03-191-0/+1
| | | | | | breaking all our https://ci-builds.apache.org/ builds for Java 8 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1908515 13f79535-47bb-0310-9956-ffa450edef68
* try gradle 8.0.1 againPJ Fanning2023-02-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907813 13f79535-47bb-0310-9956-ffa450edef68
* try gradle 8.0.1 againPJ Fanning2023-02-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907812 13f79535-47bb-0310-9956-ffa450edef68
* try gradle 8.0.1 againPJ Fanning2023-02-221-9/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907811 13f79535-47bb-0310-9956-ffa450edef68
* try to fix gradle issuesPJ Fanning2023-02-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907809 13f79535-47bb-0310-9956-ffa450edef68
* try to get rid of cached module-info classesPJ Fanning2022-12-272-14/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906232 13f79535-47bb-0310-9956-ffa450edef68
* doesn't matter what jdk vendor is used to build module-info classesPJ Fanning2022-12-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906212 13f79535-47bb-0310-9956-ffa450edef68
* try to fix buildPJ Fanning2022-12-261-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906208 13f79535-47bb-0310-9956-ffa450edef68
* rebuild module-info.class files even if Java8 usedPJ Fanning2022-12-251-5/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906207 13f79535-47bb-0310-9956-ffa450edef68
* try to build sbomsPJ Fanning2022-12-211-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906146 13f79535-47bb-0310-9956-ffa450edef68
* cyclonedx per modulePJ Fanning2022-12-211-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906134 13f79535-47bb-0310-9956-ffa450edef68
* update some module-info classesPJ Fanning2022-07-252-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903003 13f79535-47bb-0310-9956-ffa450edef68
* module-infoPJ Fanning2022-07-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903001 13f79535-47bb-0310-9956-ffa450edef68
* refactor smart art codePJ Fanning2022-07-251-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1903000 13f79535-47bb-0310-9956-ffa450edef68
* revert xmlbeans jar changesPJ Fanning2022-06-021-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901545 13f79535-47bb-0310-9956-ffa450edef68
* update keyPJ Fanning2022-06-021-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901544 13f79535-47bb-0310-9956-ffa450edef68
* poi-ooxml-lite: Check in list of classes and xsb-files to avoid the ↵Dominik Stadler2022-03-241-7/+2
| | | | | | | | | | | | jar-to-test dependency Avoid running all tests whenever building jars as tests take a long time now and also cause large memory allocations. It is nice if the target "jar" is as fast as possible and the list of included items for ooxml-lite only changes rarely anyway. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899160 13f79535-47bb-0310-9956-ffa450edef68
* Use gradle toolchain to specify the jdk version and vendor, e.g.Andreas Beeker2022-02-211-7/+20
| | | | | | > gradle -no-build-cache -PjdkVersion=16 -PjdkVendor=oracle clean check git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898288 13f79535-47bb-0310-9956-ffa450edef68
* add xsbs to suit SayiPJ Fanning2022-01-261-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897505 13f79535-47bb-0310-9956-ffa450edef68
* add ctcustomxmlblockd3c1type.xsb to poi-ooxml-litePJ Fanning2021-12-091-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895733 13f79535-47bb-0310-9956-ffa450edef68
* try to add LICENSE and NOTICE to sources jarsPJ Fanning2021-10-261-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894567 13f79535-47bb-0310-9956-ffa450edef68
* try to add LICENSE and NOTICE to sources jarsPJ Fanning2021-10-261-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894566 13f79535-47bb-0310-9956-ffa450edef68
* try to add LICENSE and NOTICE to sources jarsPJ Fanning2021-10-251-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894565 13f79535-47bb-0310-9956-ffa450edef68
* add missing xsbsPJ Fanning2021-10-242-1/+128
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894533 13f79535-47bb-0310-9956-ffa450edef68
* Make module-info.java completely equal between Gradle and Ant buildDominik Stadler2021-10-212-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894448 13f79535-47bb-0310-9956-ffa450edef68
* get proper xmlbeans 5.0.2 releasePJ Fanning2021-10-201-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894428 13f79535-47bb-0310-9956-ffa450edef68
* xmlbeans 5.0.2 (temporarily from a pre-release location)PJ Fanning2021-10-131-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894211 13f79535-47bb-0310-9956-ffa450edef68
* rework BitmapImageRendererAndreas Beeker2021-09-192-0/+1
| | | | | | refactor TestPPTX2PNG code to support archives git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893451 13f79535-47bb-0310-9956-ffa450edef68
* try not to have poi-integration in pomPJ Fanning2021-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892931 13f79535-47bb-0310-9956-ffa450edef68
* poi-ooxml-lite dependency on poi-ooxml-fullPJ Fanning2021-09-051-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892910 13f79535-47bb-0310-9956-ffa450edef68
* update to release 5.1.0Andreas Beeker2021-09-031-9/+14
| | | | | | fix ooxml-lite build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892887 13f79535-47bb-0310-9956-ffa450edef68
* update module-info.classes for next releaseAndreas Beeker2021-09-021-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892829 13f79535-47bb-0310-9956-ffa450edef68
* disable javadoc generation in ooxml-full and ooxml-liteAndreas Beeker2021-08-291-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892713 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-08-281-0/+2
| | | | | | | close resources in tests fix gradle warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892683 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans 5.0.0 in ant buildPJ Fanning2021-08-061-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892053 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans 5.0.0 in ant buildPJ Fanning2021-08-061-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892052 13f79535-47bb-0310-9956-ffa450edef68
* provide dist files via gradleAndreas Beeker2021-07-191-15/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891666 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental changePJ Fanning2021-07-121-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891476 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans 5.0.0 in ant build due to build issuesPJ Fanning2021-07-122-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891475 13f79535-47bb-0310-9956-ffa450edef68
* revert accidental commitPJ Fanning2021-07-071-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891361 13f79535-47bb-0310-9956-ffa450edef68
* add explicit commons-io dependency to poi-ooxml. This closes #237PJ Fanning2021-07-061-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891320 13f79535-47bb-0310-9956-ffa450edef68
* activate javadoc lint and fix errorsAndreas Beeker2021-05-211-2/+2
| | | | | | | | | | | | add signing and checksum generation add slf4j-bridge for tests add dependencies to ooxml-lite fix complex enum classes add override annotations move gradle logic to root build generate javadoc in its own dist directory, because JPMS complains about duplicate modules otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890089 13f79535-47bb-0310-9956-ffa450edef68
* Start moving some bits to the main Gradle fileDominik Stadler2021-05-131-9/+0
| | | | | | | Use a common definition of some constants Gradle plugins are in the main file already anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889839 13f79535-47bb-0310-9956-ffa450edef68
* fix gradle builds to better comply with IntelliJAndreas Beeker2021-04-181-2/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888936 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-073-0/+187
compile / jar / test of mrJars don't include ants build.xml anymore rename directories to match project and maven artifact names refactor artifacts - so each project has one artifact replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests increase gradle heap to 4gb because of OOM - maybe less would also work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888488 13f79535-47bb-0310-9956-ffa450edef68