summaryrefslogtreecommitdiffstats
path: root/poi-integration
Commit message (Collapse)AuthorAgeFilesLines
* upgrade guavaPJ Fanning2022-03-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898512 13f79535-47bb-0310-9956-ffa450edef68
* Fix some SpotBugs reportsDominik Stadler2022-02-242-3/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898383 13f79535-47bb-0310-9956-ffa450edef68
* exclude files failing on windows nodes, because of limited JCE policiesAndreas Beeker2022-02-221-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898330 13f79535-47bb-0310-9956-ffa450edef68
* Use gradle toolchain to specify the jdk version and vendor, e.g.Andreas Beeker2022-02-211-7/+15
| | | | | | > 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
* refactor some stream codePJ Fanning2022-02-191-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898213 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 1.7.36PJ Fanning2022-02-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897875 13f79535-47bb-0310-9956-ffa450edef68
* normdist (init work)PJ Fanning2022-01-251-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897475 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 1.7.35PJ Fanning2022-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897451 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 1.7.34PJ Fanning2022-01-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897444 13f79535-47bb-0310-9956-ffa450edef68
* revert test module changesPJ Fanning2022-01-221-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897355 13f79535-47bb-0310-9956-ffa450edef68
* try to fix build for Java 9+PJ Fanning2022-01-221-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897344 13f79535-47bb-0310-9956-ffa450edef68
* slf4j 1.7.33PJ Fanning2022-01-221-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897337 13f79535-47bb-0310-9956-ffa450edef68
* Remove one unnecessary excludeDominik Stadler2022-01-222-1/+1
| | | | | | It seems the problem when cloning was fixed in the meantime git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897335 13f79535-47bb-0310-9956-ffa450edef68
* Exclude one more file when running tests without poi-scratchpadDominik Stadler2022-01-221-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897334 13f79535-47bb-0310-9956-ffa450edef68
* Add more output when integration-tests do not fail with the expected exceptionDominik Stadler2022-01-221-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897333 13f79535-47bb-0310-9956-ffa450edef68
* Adjust thread-names when running integrationDominik Stadler2022-01-221-17/+36
| | | | | | | This allows to identify in thread-dumps which file is taking a long time or is causing issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897332 13f79535-47bb-0310-9956-ffa450edef68
* Don't add main classes to *-test.jar filesDominik Stadler2022-01-221-1/+1
| | | | | | | Better to only provide them once to avoid very strange errors if they differ for some reason git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897330 13f79535-47bb-0310-9956-ffa450edef68
* Add test-dependency on slf4j-simple to include all logs in captured test-outputDominik Stadler2022-01-221-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897317 13f79535-47bb-0310-9956-ffa450edef68
* refactor CopyCompare againPJ Fanning2021-12-301-11/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896543 13f79535-47bb-0310-9956-ffa450edef68
* try to fix test issuePJ Fanning2021-12-301-5/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896542 13f79535-47bb-0310-9956-ffa450edef68
* rewrite CopyCompare to remove its ThreadLocal which causes a sonar code smellPJ Fanning2021-12-301-6/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1896536 13f79535-47bb-0310-9956-ffa450edef68
* tidy up gradle scriptsPJ Fanning2021-11-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895321 13f79535-47bb-0310-9956-ffa450edef68
* saxon testPJ Fanning2021-11-251-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895319 13f79535-47bb-0310-9956-ffa450edef68
* Move org.apache.poi.hssf.dev classes from poi:main to poi:testAndreas Beeker2021-11-151-5/+2
| | | | | | Use CloseShieldOutputStream instead of CloseIgnoringInputStream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895041 13f79535-47bb-0310-9956-ffa450edef68
* Add missing exclude for CI run "no-scratchpad"Dominik Stadler2021-11-071-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894816 13f79535-47bb-0310-9956-ffa450edef68
* Use parallel build to speed up building and running testsDominik Stadler2021-11-071-1/+8
| | | | | | | | | | | | | | | | Enable parallel building and parallel test-execution Provide a configuration to still build/test serially on CI via CI_BUILD=TRUE gradle --no-parallel --max-workers=1 clean build Adjust Jenkins DSL to set CI_BUILD to avoid problems in CI Adjust TestAllFiles to not fail when parallel builds are enabled Reduce memory settings to reduce requirements on build-environments Add gradle plugin to list task-dependencies Thanks to Andreas Reichel for the PR Closes #275 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894812 13f79535-47bb-0310-9956-ffa450edef68
* #65668 - upgrade to xmlsec 2.3.0 - make secure validation configurableAndreas Beeker2021-11-031-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894701 13f79535-47bb-0310-9956-ffa450edef68
* Switch to Gradle build for recomplication-test in poi-integrationDominik Stadler2021-11-021-2/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894677 13f79535-47bb-0310-9956-ffa450edef68
* Make file-handlers for integration-test public to be able to use them in ↵Dominik Stadler2021-10-2215-15/+15
| | | | | | poi-mass-testing git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894478 13f79535-47bb-0310-9956-ffa450edef68
* Give better names to parameterized testsDominik Stadler2021-10-211-2/+2
| | | | | | Otherwise they cannot be distinguished in the JUnit HTML report git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894449 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
* ant 1.10.12PJ Fanning2021-10-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894425 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-10-181-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894360 13f79535-47bb-0310-9956-ffa450edef68
* setDisallowDocTypeDeclarationPJ Fanning2021-10-143-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894222 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
* build issuePJ Fanning2021-10-081-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894047 13f79535-47bb-0310-9956-ffa450edef68
* deprecationPJ Fanning2021-10-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893935 13f79535-47bb-0310-9956-ffa450edef68
* build issuePJ Fanning2021-09-291-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893729 13f79535-47bb-0310-9956-ffa450edef68
* [github-254] Implement XSSFWorkbook linkExternalWorkbook. Thanks to @aspojo. ↵PJ Fanning2021-09-291-1/+2
| | | | | | This closes #254 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893728 13f79535-47bb-0310-9956-ffa450edef68
* upgrade guavaPJ Fanning2021-09-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893709 13f79535-47bb-0310-9956-ffa450edef68
* use httpsPJ Fanning2021-09-271-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893673 13f79535-47bb-0310-9956-ffa450edef68
* logging in testsPJ Fanning2021-09-241-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893605 13f79535-47bb-0310-9956-ffa450edef68
* tabs to spacesPJ Fanning2021-09-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893576 13f79535-47bb-0310-9956-ffa450edef68
* try to get all ooxml-lite classes loaded for xslfPJ Fanning2021-09-151-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893361 13f79535-47bb-0310-9956-ffa450edef68
* XmlSec/BouncyCastle and Batik are now optionalAndreas Beeker2021-09-123-6/+17
| | | | | | | | | | 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
* Adjust imports and apply some IDE suggestionsDominik Stadler2021-09-101-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893211 13f79535-47bb-0310-9956-ffa450edef68
* try not to have poi-integration in pomPJ Fanning2021-09-051-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892931 13f79535-47bb-0310-9956-ffa450edef68
* update to release 5.1.0Andreas Beeker2021-09-032-4/+6
| | | | | | 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
* try to fix no-scratchpad buildAndreas Beeker2021-09-017-164/+149
| | | | | | remove or set-to-static scratchpad dependency from modules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892795 13f79535-47bb-0310-9956-ffa450edef68