Commit Graph

11362 Commits

Author SHA1 Message Date
PJ Fanning 875e921f86 lgtm javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893850 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 10:57:02 +00:00
PJ Fanning e9270143aa broken test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893849 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 10:45:08 +00:00
PJ Fanning bf37257193 pointless instanceof
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893848 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 09:44:30 +00:00
PJ Fanning acadd84b53 sonar issues
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893847 13f79535-47bb-0310-9956-ffa450edef68
2021-10-03 09:11:35 +00:00
PJ Fanning 1da3708e8b [bug-65609] add naive test case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893792 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 17:03:26 +00:00
PJ Fanning 10e607a1ce [bug-65609] add flushBufferedData to SXSSFSheet
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893791 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 16:51:12 +00:00
PJ Fanning b15e441e80 typos in javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893790 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 16:27:30 +00:00
Marius Volkhart b1d9519da5 Build XMLBeans on Java 17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893784 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 13:28:10 +00:00
Marius Volkhart c68eabd258 Upgrade to JaCoCo 0.8.7
This version has "experimental" support for Java 17. See https://github.com/jacoco/jacoco/issues/1148

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893782 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 12:35:51 +00:00
Marius Volkhart 45f94fe29d Fix expected/actual order in assertEquals
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893781 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 12:31:09 +00:00
Marius Volkhart 227c04bc92 Consolidate spreadsheet PictureData javadocs
If docs for an implementation were identical or substantially similar to that of the interface, I removed them from the implementation, as Javadocs inherit automatically.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893780 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 12:18:01 +00:00
Marius Volkhart 1273415df3 Reduce allocations and copying when extracting PNGs created by Mac
This logic is covered by the TestHSSFPictureData#testMacPicture() test.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893779 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 12:07:10 +00:00
Marius Volkhart 9994a4286d Replace explicit close with try-with-resources
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893778 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 11:57:12 +00:00
Marius Volkhart e239fd745f Fix Javadoc errors and warnings on JDK 17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893777 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 11:37:33 +00:00
Marius Volkhart 5730841488 Map JDK 17 to the name used by Apache Jenkins
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893772 13f79535-47bb-0310-9956-ffa450edef68
2021-10-01 10:45:15 +00:00
PJ Fanning dc5451ea3e add npv tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893754 13f79535-47bb-0310-9956-ffa450edef68
2021-09-30 13:24:18 +00:00
PJ Fanning 2bf5cd505b add npv tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893750 13f79535-47bb-0310-9956-ffa450edef68
2021-09-30 09:44:37 +00:00
PJ Fanning 37c63d928d add npv tests (including a commented out one that fails)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893747 13f79535-47bb-0310-9956-ffa450edef68
2021-09-30 09:32:02 +00:00
PJ Fanning 50a2b9376b forbidden api
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893730 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 17:56:27 +00:00
PJ Fanning f44c15575d build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893729 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 17:35:05 +00:00
PJ Fanning bd1ea63abe [github-254] Implement XSSFWorkbook linkExternalWorkbook. Thanks to @aspojo. This closes #254
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893728 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 16:16:32 +00:00
PJ Fanning cbaf6def42 upgrade graphics2d - 0.33
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893727 13f79535-47bb-0310-9956-ffa450edef68
2021-09-29 15:17:02 +00:00
PJ Fanning c202e5d38b upgrade guava
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893709 13f79535-47bb-0310-9956-ffa450edef68
2021-09-28 14:41:05 +00:00
PJ Fanning f2528bdfdc [github-252] wrong file name format for external links
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893699 13f79535-47bb-0310-9956-ffa450edef68
2021-09-27 19:11:03 +00:00
PJ Fanning 8334fb6cbd use https
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893673 13f79535-47bb-0310-9956-ffa450edef68
2021-09-27 11:34:18 +00:00
PJ Fanning 16d6fbe144 logging in tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893605 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 16:44:37 +00:00
PJ Fanning 5fc9d20be7 put back the goto - it is terrible but poi-integration tests hang without it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893604 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 16:43:44 +00:00
PJ Fanning cabc8a425c try to remove goto (again)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893602 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 15:13:00 +00:00
PJ Fanning 64f19851fc upgrade byte-buddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893601 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 15:07:19 +00:00
PJ Fanning abe22ef8f7 [bug-65595] Strip colour formatting in headers and footers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893599 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 15:05:10 +00:00
PJ Fanning 0ca10663c6 put back the goto - it is terrible but I don't have time work out why it is needed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893597 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 14:39:48 +00:00
PJ Fanning d457298316 try to remove goto
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893596 13f79535-47bb-0310-9956-ffa450edef68
2021-09-24 14:32:26 +00:00
PJ Fanning 3f6a7285fb forbidden api
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893581 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 20:16:54 +00:00
PJ Fanning 8dc976cf31 downgrade junit version - due to build issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893579 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 19:49:13 +00:00
PJ Fanning 954bb70cc1 slf4j version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893578 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 19:39:09 +00:00
PJ Fanning 595372f5a5 upgrade some build dependencies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893577 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 19:08:46 +00:00
PJ Fanning 4fbadb0cfd tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893576 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 19:03:06 +00:00
PJ Fanning af9364710b javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893571 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 17:11:33 +00:00
PJ Fanning ac63a736f3 jdk 1.17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893569 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 17:03:27 +00:00
PJ Fanning 4a7a81a7e5 remove broken travis build - we have github actions and ci-apache
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893568 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 16:41:11 +00:00
PJ Fanning a1783b6ce7 xmlsec 2.2.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893567 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 16:38:21 +00:00
PJ Fanning 8e9a6c736d dependabot
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893566 13f79535-47bb-0310-9956-ffa450edef68
2021-09-23 16:37:46 +00:00
PJ Fanning b0f74ee213 javadoc change
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893510 13f79535-47bb-0310-9956-ffa450edef68
2021-09-22 08:47:37 +00:00
PJ Fanning b377d66318 make hyperlink duplicatable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893457 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 22:39:19 +00:00
PJ Fanning f44deb0829 make hyperlink duplicatable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893456 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 22:38:59 +00:00
PJ Fanning 82458b1b07 javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893455 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 20:56:08 +00:00
PJ Fanning 79bf9ece2e typos in javdocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893452 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 20:04:01 +00:00
Andreas Beeker d6806c3365 rework BitmapImageRenderer
refactor TestPPTX2PNG code to support archives

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893451 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 19:52:20 +00:00
PJ Fanning 22f16b9fe8 fix spellings in javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893450 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 18:55:38 +00:00
PJ Fanning e7fecdc001 another missing class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893449 13f79535-47bb-0310-9956-ffa450edef68
2021-09-19 18:21:34 +00:00