aboutsummaryrefslogtreecommitdiffstats
path: root/poi-scratchpad
Commit message (Collapse)AuthorAgeFilesLines
* XmlSec/BouncyCastle and Batik are now optionalAndreas Beeker2021-09-123-3/+4
| | | | | | | | | | 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
* update to release 5.1.0Andreas Beeker2021-09-032-0/+0
| | | | | | 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-022-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892829 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-08-2811-172/+172
| | | | | | | close resources in tests fix gradle warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892683 13f79535-47bb-0310-9956-ffa450edef68
* try to fix path issues in Windows buildAndreas Beeker2021-08-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892479 13f79535-47bb-0310-9956-ffa450edef68
* try to fix concurrent issues in excelantAndreas Beeker2021-08-201-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892478 13f79535-47bb-0310-9956-ffa450edef68
* try to fix issue with building in windowsPJ Fanning2021-07-122-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891467 13f79535-47bb-0310-9956-ffa450edef68
* add commons-compress to module-infoPJ Fanning2021-07-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891362 13f79535-47bb-0310-9956-ffa450edef68
* convert tabs to spacesPJ Fanning2021-05-22212-14341/+14341
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890122 13f79535-47bb-0310-9956-ffa450edef68
* activate javadoc lint and fix errorsAndreas Beeker2021-05-2127-312/+236
| | | | | | | | | | | | 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
* use commons-io StringBuilderWriterPJ Fanning2021-05-142-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889874 13f79535-47bb-0310-9956-ffa450edef68
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-14103-2563/+2024
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
* Start moving some bits to the main Gradle fileDominik Stadler2021-05-131-12/+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
* #64844 - Incorrect sizes of images in SVGAndreas Beeker2021-05-081-17/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889686 13f79535-47bb-0310-9956-ffa450edef68
* Bug 65293 -- npe in HwmfFontTim Allison2021-05-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889636 13f79535-47bb-0310-9956-ffa450edef68
* #65085 - LineRect shall throw more specific exceptionsAndreas Beeker2021-05-021-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889428 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-182-144/+90
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888939 13f79535-47bb-0310-9956-ffa450edef68
* Fix JavadocsAndreas Beeker2021-04-184-8/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888935 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocsAndreas Beeker2021-04-158-55/+64
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888805 13f79535-47bb-0310-9956-ffa450edef68
* Junit 5: Run some tests which change static BYTE_ARRAY_MAX_OVERRIDE in isolationDominik Stadler2021-04-152-2/+5
| | | | | | Otherwise many other tests can become flaky if the value is set very low git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888792 13f79535-47bb-0310-9956-ffa450edef68
* Gradle: Synchronize the code in the different build-scripts across the projectsDominik Stadler2021-04-151-19/+19
| | | | | | | No actual change in behavior expected Mostly moved parts to make it easier to compare the build files with each other git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888791 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocs - remove @author tags ↵Andreas Beeker2021-04-14172-750/+191
| | | | | | (http://apache-poi.1045710.n5.nabble.com/Javadocs-clean-up-remove-author-tags-tp5737663.html) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888780 13f79535-47bb-0310-9956-ffa450edef68
* :poi-ooxml - fix javadocs - link to dependent/external project javadocsAndreas Beeker2021-04-131-93/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888747 13f79535-47bb-0310-9956-ffa450edef68
* :poi-scratchpad - fix javadocs - link to dependent/external project javadocsAndreas Beeker2021-04-1320-1269/+1102
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888746 13f79535-47bb-0310-9956-ffa450edef68
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-04-07723-0/+155979
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