]> source.dussan.org Git - poi.git/log
poi.git
7 years agochange HyperLink getType to return HyperlinkType
PJ Fanning [Mon, 18 Sep 2017 15:55:48 +0000 (15:55 +0000)]
change HyperLink getType to return HyperlinkType

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808737 13f79535-47bb-0310-9956-ffa450edef68

7 years agofix compiler warnings
PJ Fanning [Mon, 18 Sep 2017 14:15:15 +0000 (14:15 +0000)]
fix compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808722 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate getCellType to return CellType enum instead of int
PJ Fanning [Mon, 18 Sep 2017 13:58:55 +0000 (13:58 +0000)]
update getCellType to return CellType enum instead of int

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808718 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate getCellType to return CellType enum instead of int
PJ Fanning [Mon, 18 Sep 2017 13:38:07 +0000 (13:38 +0000)]
update getCellType to return CellType enum instead of int

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808703 13f79535-47bb-0310-9956-ffa450edef68

7 years agoupdate getCellType to return CellType enum instead of int
PJ Fanning [Mon, 18 Sep 2017 13:26:16 +0000 (13:26 +0000)]
update getCellType to return CellType enum instead of int

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808700 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Mon, 18 Sep 2017 12:27:36 +0000 (12:27 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808687 13f79535-47bb-0310-9956-ffa450edef68

7 years agoChange getCachedFormulaResultType to return CellType
PJ Fanning [Mon, 18 Sep 2017 10:50:50 +0000 (10:50 +0000)]
Change getCachedFormulaResultType to return CellType

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808678 13f79535-47bb-0310-9956-ffa450edef68

7 years ago#60499 - Deleting a picture that is used twice on a slide corrupt the slide
Andreas Beeker [Sun, 17 Sep 2017 22:45:03 +0000 (22:45 +0000)]
#60499 - Deleting a picture that is used twice on a slide corrupt the slide

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808661 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
Dominik Stadler [Sun, 17 Sep 2017 11:08:45 +0000 (11:08 +0000)]
Remove deprecated methods from NPOIFSFileSystem/OPOIFSFileSystem
IntelliJ warnings/suggestions

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808622 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix some warnings in OOXMLLite and move copyFile to IOUtils
Dominik Stadler [Sun, 17 Sep 2017 11:08:31 +0000 (11:08 +0000)]
Fix some warnings in OOXMLLite and move copyFile to IOUtils

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808621 13f79535-47bb-0310-9956-ffa450edef68

7 years agoVarious code cleanups, "final" for static methods is useless, for-loops, simplify...
Dominik Stadler [Sun, 17 Sep 2017 11:08:23 +0000 (11:08 +0000)]
Various code cleanups, "final" for static methods is useless, for-loops, simplify boolean conditions, try-with-resource, javadoc, ...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808620 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSome more code cleanup
Dominik Stadler [Sun, 17 Sep 2017 11:07:48 +0000 (11:07 +0000)]
Some more code cleanup

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808619 13f79535-47bb-0310-9956-ffa450edef68

7 years agoChange version to 4.0.0-SNAPSHOT as discussed on the mailing-list
Dominik Stadler [Sun, 17 Sep 2017 11:07:37 +0000 (11:07 +0000)]
Change version to 4.0.0-SNAPSHOT as discussed on the mailing-list

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808618 13f79535-47bb-0310-9956-ffa450edef68

7 years agoMaxPermSize is not used any more in Java 8, so remove it everywhere
Dominik Stadler [Sun, 17 Sep 2017 11:07:28 +0000 (11:07 +0000)]
MaxPermSize is not used any more in Java 8, so remove it everywhere

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808617 13f79535-47bb-0310-9956-ffa450edef68

7 years agoDisable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments
Dominik Stadler [Sun, 17 Sep 2017 11:07:21 +0000 (11:07 +0000)]
Disable Maven-Sonar run to check if the Gradle-Sonar job is working, some more comments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808616 13f79535-47bb-0310-9956-ffa450edef68

7 years agowrong release-notes link
Andreas Beeker [Sat, 16 Sep 2017 21:38:43 +0000 (21:38 +0000)]
wrong release-notes link

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808594 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build.
Dominik Stadler [Sat, 16 Sep 2017 13:39:29 +0000 (13:39 +0000)]
Sonar-Maven: Switch to UTF-8 for source files to silence some warnings in the build.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808540 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJenkins DSL: Remove timeout from Jenkins Jobs for now, it seems this plugin is curren...
Dominik Stadler [Sat, 16 Sep 2017 13:39:25 +0000 (13:39 +0000)]
Jenkins DSL: Remove timeout from Jenkins Jobs for now, it seems this plugin is currently missing in the Apache Jenkins instance
Adjust nodes for OpenJDK build after requiring OpenJDK 8 instead of 6

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808539 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in Test-Environment job
Dominik Stadler [Sat, 16 Sep 2017 13:06:59 +0000 (13:06 +0000)]
Jenkins DSL: Use JDK 1.8 for more projects, fix listing of slaves in Test-Environment job

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808537 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Sat, 16 Sep 2017 12:16:29 +0000 (12:16 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808535 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJenkins DSL:
Dominik Stadler [Sat, 16 Sep 2017 09:08:45 +0000 (09:08 +0000)]
Jenkins DSL:
* Enable SCM-retry to see if that helps against the frequent SVN update failures
* Add a POI-DSL-Test-Environment to have this Job also defined via DSL

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808525 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJenkins DSL: Use OpenJDK 8 and latest JDK 1.9
Dominik Stadler [Sat, 16 Sep 2017 08:29:33 +0000 (08:29 +0000)]
Jenkins DSL: Use OpenJDK 8 and latest JDK 1.9

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808524 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix some compiler warnings
Dominik Stadler [Sat, 16 Sep 2017 08:29:28 +0000 (08:29 +0000)]
Fix some compiler warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808523 13f79535-47bb-0310-9956-ffa450edef68

7 years agoUse Integer.compare() where possible
Dominik Stadler [Sat, 16 Sep 2017 08:29:20 +0000 (08:29 +0000)]
Use Integer.compare() where possible

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808522 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix some warnings in unit tests
Dominik Stadler [Sat, 16 Sep 2017 08:29:06 +0000 (08:29 +0000)]
Fix some warnings in unit tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808521 13f79535-47bb-0310-9956-ffa450edef68

7 years agoUse Collections.singleton() where applicable
Dominik Stadler [Sat, 16 Sep 2017 08:28:56 +0000 (08:28 +0000)]
Use Collections.singleton() where applicable

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808520 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix some warnings
Dominik Stadler [Sat, 16 Sep 2017 08:28:50 +0000 (08:28 +0000)]
Fix some warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808519 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unnecessary local variables
Dominik Stadler [Sat, 16 Sep 2017 08:28:38 +0000 (08:28 +0000)]
Remove unnecessary local variables

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808518 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unnecessary type arguments (Java 8)
Dominik Stadler [Sat, 16 Sep 2017 08:27:23 +0000 (08:27 +0000)]
Remove unnecessary type arguments (Java 8)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808516 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unnecessary type arguments
Dominik Stadler [Sat, 16 Sep 2017 08:24:05 +0000 (08:24 +0000)]
Remove unnecessary type arguments

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808515 13f79535-47bb-0310-9956-ffa450edef68

7 years agoSuppress some warnings
Dominik Stadler [Sat, 16 Sep 2017 08:23:57 +0000 (08:23 +0000)]
Suppress some warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808514 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unused imports
Dominik Stadler [Sat, 16 Sep 2017 08:23:48 +0000 (08:23 +0000)]
Remove unused imports

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808513 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unnecessary casts and toString() calls
Dominik Stadler [Sat, 16 Sep 2017 08:23:30 +0000 (08:23 +0000)]
Remove unnecessary casts and toString() calls

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808512 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unnecessary semicolons
Dominik Stadler [Sat, 16 Sep 2017 08:23:15 +0000 (08:23 +0000)]
Remove unnecessary semicolons

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808511 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove unnecessary initialization of members
Dominik Stadler [Sat, 16 Sep 2017 08:22:59 +0000 (08:22 +0000)]
Remove unnecessary initialization of members

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808510 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix typos and warnings
Dominik Stadler [Sat, 16 Sep 2017 08:21:35 +0000 (08:21 +0000)]
Fix typos and warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808509 13f79535-47bb-0310-9956-ffa450edef68

7 years agoLet IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts
Dominik Stadler [Sat, 16 Sep 2017 08:21:28 +0000 (08:21 +0000)]
Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessary casts

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808508 13f79535-47bb-0310-9956-ffa450edef68

7 years agoDetect some HTML files as separate invalid filetype
Dominik Stadler [Sat, 16 Sep 2017 08:20:56 +0000 (08:20 +0000)]
Detect some HTML files as separate invalid filetype

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808507 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAllow to produce a jar for the integration-test-code so we can use it directly in...
Dominik Stadler [Sat, 16 Sep 2017 08:20:50 +0000 (08:20 +0000)]
Allow to produce a jar for the integration-test-code so we can use it directly in the mass-regression tests without having to copy it for every run.
Enable some forbidden-api-checks for integration-test code

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808506 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdjust local test in integration-test file-handler
Dominik Stadler [Sat, 16 Sep 2017 08:20:44 +0000 (08:20 +0000)]
Adjust local test in integration-test file-handler

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808505 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd .git as excluded dir for integration-tests and add a local test for XSSFBFileHand...
Dominik Stadler [Sat, 16 Sep 2017 08:20:38 +0000 (08:20 +0000)]
Add .git as excluded dir for integration-tests and add a local test for XSSFBFileHandler to be able to manually test single files quickly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808504 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd additional check as mentioned in bug 50060
Dominik Stadler [Sat, 16 Sep 2017 08:20:32 +0000 (08:20 +0000)]
Add additional check as mentioned in bug 50060

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808503 13f79535-47bb-0310-9956-ffa450edef68

7 years agoTried to reproduce bug 61300, but could not.
Dominik Stadler [Sat, 16 Sep 2017 08:20:25 +0000 (08:20 +0000)]
Tried to reproduce bug 61300, but could not.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808502 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAt least print out correct offset information for PtrRefN if it has offset values set
Dominik Stadler [Sat, 16 Sep 2017 08:20:17 +0000 (08:20 +0000)]
At least print out correct offset information for PtrRefN if it has offset values set

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808501 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd test for question on the mailing-list
Dominik Stadler [Sat, 16 Sep 2017 08:20:06 +0000 (08:20 +0000)]
Add test for question on the mailing-list

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808500 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Fri, 15 Sep 2017 20:17:21 +0000 (20:17 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808483 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJava 8: Disable Jobs using Java 1.6 and 1.7 for now, they can be removed soon.
Dominik Stadler [Fri, 15 Sep 2017 18:39:47 +0000 (18:39 +0000)]
Java 8: Disable Jobs using Java 1.6 and 1.7 for now, they can be removed soon.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808476 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJava 8: Deprecate some methods in IOUtils
Dominik Stadler [Fri, 15 Sep 2017 18:39:43 +0000 (18:39 +0000)]
Java 8: Deprecate some methods in IOUtils

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808475 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdjust Maven pom.xml for 4.0, Java 8 and newer third party libs
Dominik Stadler [Fri, 15 Sep 2017 18:39:37 +0000 (18:39 +0000)]
Adjust Maven pom.xml for 4.0, Java 8 and newer third party libs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808474 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdjust some more places for the new versions of some third party libraries
Dominik Stadler [Fri, 15 Sep 2017 18:39:29 +0000 (18:39 +0000)]
Adjust some more places for the new versions of some third party libraries

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808473 13f79535-47bb-0310-9956-ffa450edef68

7 years agoUpdate third party libs to latest versions
Dominik Stadler [Fri, 15 Sep 2017 18:39:18 +0000 (18:39 +0000)]
Update third party libs to latest versions
Start updating build to Java 8
Set version to 4.0-beta1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808472 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Fri, 15 Sep 2017 12:29:35 +0000 (12:29 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808455 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove javadoc references to removed classes
Nick Burch [Fri, 15 Sep 2017 09:03:56 +0000 (09:03 +0000)]
Remove javadoc references to removed classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808436 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove deprecated inner classes from HSFColor
PJ Fanning [Fri, 15 Sep 2017 08:29:31 +0000 (08:29 +0000)]
remove deprecated inner classes from HSFColor

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808432 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Thu, 14 Sep 2017 23:44:47 +0000 (23:44 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808403 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Thu, 14 Sep 2017 23:09:08 +0000 (23:09 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808402 13f79535-47bb-0310-9956-ffa450edef68

7 years agoremove some deprecated code slated for removal in 3.18
PJ Fanning [Thu, 14 Sep 2017 22:19:16 +0000 (22:19 +0000)]
remove some deprecated code slated for removal in 3.18

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808400 13f79535-47bb-0310-9956-ffa450edef68

7 years agoadd missing licenses on test classes
PJ Fanning [Thu, 14 Sep 2017 07:21:33 +0000 (07:21 +0000)]
add missing licenses on test classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808315 13f79535-47bb-0310-9956-ffa450edef68

7 years ago60279 -- back off to brute-force search for macro content if offset information is...
Tim Allison [Thu, 14 Sep 2017 02:22:55 +0000 (02:22 +0000)]
60279 -- back off to brute-force search for macro content if offset information is not correct

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808301 13f79535-47bb-0310-9956-ffa450edef68

7 years agoNumeric Array Formula and Matrix Function [from Bob95132] This closes #69
PJ Fanning [Wed, 13 Sep 2017 23:54:36 +0000 (23:54 +0000)]
Numeric Array Formula and Matrix Function [from Bob95132] This closes #69

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808297 13f79535-47bb-0310-9956-ffa450edef68

7 years ago[bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70
PJ Fanning [Wed, 13 Sep 2017 23:10:44 +0000 (23:10 +0000)]
[bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes #70

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1808294 13f79535-47bb-0310-9956-ffa450edef68

7 years agoprepare for 3.18-beta1
Andreas Beeker [Fri, 8 Sep 2017 21:04:13 +0000 (21:04 +0000)]
prepare for 3.18-beta1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807827 13f79535-47bb-0310-9956-ffa450edef68

7 years agorelease prepare for 3.17 - updating build.xml and status.xml
Andreas Beeker [Fri, 8 Sep 2017 21:03:20 +0000 (21:03 +0000)]
release prepare for 3.17 - updating build.xml and status.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807825 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRemove incorrect copy-include in pom.xml
Dominik Stadler [Fri, 8 Sep 2017 20:42:24 +0000 (20:42 +0000)]
Remove incorrect copy-include in pom.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807822 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd Removal annotation to xmlbeans generation
Andreas Beeker [Fri, 8 Sep 2017 20:27:49 +0000 (20:27 +0000)]
Add Removal annotation to xmlbeans generation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807817 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd Removal.java to fix Maven compilation
Dominik Stadler [Fri, 8 Sep 2017 18:30:39 +0000 (18:30 +0000)]
Add Removal.java to fix Maven compilation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807797 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd Removal annotation to xmlbeans generation
Andreas Beeker [Thu, 7 Sep 2017 22:01:41 +0000 (22:01 +0000)]
Add Removal annotation to xmlbeans generation

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807653 13f79535-47bb-0310-9956-ffa450edef68

7 years agoCopy over and tweak PicturesSource from Apache Tika
Nick Burch [Thu, 7 Sep 2017 21:36:15 +0000 (21:36 +0000)]
Copy over and tweak PicturesSource from Apache Tika

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807651 13f79535-47bb-0310-9956-ffa450edef68

7 years agoprepare for 3.18-beta1
Andreas Beeker [Tue, 5 Sep 2017 22:49:57 +0000 (22:49 +0000)]
prepare for 3.18-beta1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807430 13f79535-47bb-0310-9956-ffa450edef68

7 years agorelease prepare for 3.17 - updating build.xml and status.xml
Andreas Beeker [Tue, 5 Sep 2017 22:49:04 +0000 (22:49 +0000)]
release prepare for 3.17 - updating build.xml and status.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807428 13f79535-47bb-0310-9956-ffa450edef68

7 years ago#61478 - POI OOXML-Schema lookup uses wrong classloader
Andreas Beeker [Tue, 5 Sep 2017 21:30:29 +0000 (21:30 +0000)]
#61478 - POI OOXML-Schema lookup uses wrong classloader

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1807418 13f79535-47bb-0310-9956-ffa450edef68

7 years agoWhile working on 61475, need to add a new line after picture text...not worth separat...
Tim Allison [Thu, 31 Aug 2017 20:20:24 +0000 (20:20 +0000)]
While working on 61475, need to add a new line after picture text...not worth separate ticket.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806843 13f79535-47bb-0310-9956-ffa450edef68

7 years ago61475 -- append text from pictures only once...bug from my work on 61470.
Tim Allison [Thu, 31 Aug 2017 19:14:43 +0000 (19:14 +0000)]
61475 -- append text from pictures only once...bug from my work on 61470.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806839 13f79535-47bb-0310-9956-ffa450edef68

7 years ago61470 -- add extraction of content within ruby elements; allow users to concatenate...
Tim Allison [Wed, 30 Aug 2017 16:29:52 +0000 (16:29 +0000)]
61470 -- add extraction of content within ruby elements; allow users to concatenate or not concatenate phonetic strings.  Default is to concatenate.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806712 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added...
Greg Woolsey [Tue, 29 Aug 2017 17:14:52 +0000 (17:14 +0000)]
Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDocs added in r1795648.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806623 13f79535-47bb-0310-9956-ffa450edef68

7 years agoprepare for 3.18-beta1
Andreas Beeker [Mon, 28 Aug 2017 20:53:19 +0000 (20:53 +0000)]
prepare for 3.18-beta1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806509 13f79535-47bb-0310-9956-ffa450edef68

7 years agorelease prepare for 3.17 - updating build.xml and status.xml
Andreas Beeker [Mon, 28 Aug 2017 20:52:23 +0000 (20:52 +0000)]
release prepare for 3.17 - updating build.xml and status.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806507 13f79535-47bb-0310-9956-ffa450edef68

7 years agosha512 checksums aren't yet supported by Nexus
Andreas Beeker [Mon, 28 Aug 2017 20:41:16 +0000 (20:41 +0000)]
sha512 checksums aren't yet supported by Nexus

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806505 13f79535-47bb-0310-9956-ffa450edef68

7 years agoVerify that bug 61294 is fixed now, add some more coverage for IOUtils in general
Dominik Stadler [Fri, 25 Aug 2017 11:51:18 +0000 (11:51 +0000)]
Verify that bug 61294 is fixed now, add some more coverage for IOUtils in general

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806162 13f79535-47bb-0310-9956-ffa450edef68

7 years agoRevert performance tuning done via Bug 61350 as it lead to problems when running...
Dominik Stadler [Thu, 24 Aug 2017 19:46:39 +0000 (19:46 +0000)]
Revert performance tuning done via Bug 61350 as it lead to problems when running multi-threaded large regression tests.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1806077 13f79535-47bb-0310-9956-ffa450edef68

7 years agoprepare for 3.18-beta1
Andreas Beeker [Sun, 20 Aug 2017 19:18:48 +0000 (19:18 +0000)]
prepare for 3.18-beta1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805582 13f79535-47bb-0310-9956-ffa450edef68

7 years agorelease prepare for 3.17 - updating build.xml and status.xml
Andreas Beeker [Sun, 20 Aug 2017 19:17:37 +0000 (19:17 +0000)]
release prepare for 3.17 - updating build.xml and status.xml

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805580 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix 60384 and 60709: When shifting with merged regions we should correctly check...
Dominik Stadler [Sat, 19 Aug 2017 16:31:45 +0000 (16:31 +0000)]
Fix 60384 and 60709: When shifting with merged regions we should correctly check if the region is moved along or needs to be removed because it is not fully kept via the shifting. This was broken by the fix for bug 59740, now additional unit tests ensure that it works better.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805518 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd more --add-opens for JDK 9
Dominik Stadler [Sat, 19 Aug 2017 16:31:33 +0000 (16:31 +0000)]
Add more --add-opens for JDK 9

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805517 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd more non-test classes in OOXMLLite and add another font-metric that appears
Dominik Stadler [Sat, 19 Aug 2017 16:31:28 +0000 (16:31 +0000)]
Add more non-test classes in OOXMLLite and add another font-metric that appears

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805516 13f79535-47bb-0310-9956-ffa450edef68

7 years agoBug 61431 - Conditional formatting evaluation ignores undefined cells
Greg Woolsey [Wed, 16 Aug 2017 23:52:27 +0000 (23:52 +0000)]
Bug 61431 - Conditional formatting evaluation ignores undefined cells

now evaluating based on cell references instead, and watching out for undefined cells in rules that require a cell.

Added unit test based on previously failing file.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805245 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAs per ".sha Release Distribution Policy" email, also generate .sha512 hashes for...
Nick Burch [Wed, 16 Aug 2017 13:44:58 +0000 (13:44 +0000)]
As per ".sha Release Distribution Policy" email, also generate .sha512 hashes for dist

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1805198 13f79535-47bb-0310-9956-ffa450edef68

7 years agoexclude H21 from slave list
Andreas Beeker [Sun, 13 Aug 2017 11:42:35 +0000 (11:42 +0000)]
exclude H21 from slave list

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804897 13f79535-47bb-0310-9956-ffa450edef68

7 years ago#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes
Andreas Beeker [Fri, 11 Aug 2017 20:47:48 +0000 (20:47 +0000)]
#61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804854 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd an example of trying multiple passwords against an OOXML file. More a demo than...
Nick Burch [Thu, 10 Aug 2017 12:43:16 +0000 (12:43 +0000)]
Add an example of trying multiple passwords against an OOXML file. More a demo than anything, GPU enabled tools are much faster!

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804667 13f79535-47bb-0310-9956-ffa450edef68

7 years ago[Bug-61048] SXSSF module writes wrong escape sequence for carriage returns
PJ Fanning [Wed, 9 Aug 2017 18:37:14 +0000 (18:37 +0000)]
[Bug-61048] SXSSF module writes wrong escape sequence for carriage returns

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804596 13f79535-47bb-0310-9956-ffa450edef68

7 years agonotify dev@ when windows-1.7 fails
Andreas Beeker [Sat, 5 Aug 2017 19:47:32 +0000 (19:47 +0000)]
notify dev@ when windows-1.7 fails

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1804211 13f79535-47bb-0310-9956-ffa450edef68

7 years agoadd findbugs3 prefetch to Windows / JDK1.7 build
Andreas Beeker [Tue, 1 Aug 2017 19:44:17 +0000 (19:44 +0000)]
add findbugs3 prefetch to Windows / JDK1.7 build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803694 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAssert on the contents of the byte-array to see if the problem happens during writing...
Dominik Stadler [Tue, 1 Aug 2017 06:26:44 +0000 (06:26 +0000)]
Assert on the contents of the byte-array to see if the problem happens during writing the data or reading it back in

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803614 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJenkins DSL: Use latest available early access build of JDK 9 b179
Dominik Stadler [Tue, 1 Aug 2017 06:26:39 +0000 (06:26 +0000)]
Jenkins DSL: Use latest available early access build of JDK 9 b179

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803613 13f79535-47bb-0310-9956-ffa450edef68

7 years agoReformat code slightly
Dominik Stadler [Tue, 1 Aug 2017 06:26:27 +0000 (06:26 +0000)]
Reformat code slightly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803612 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJob DSL refactorings
Andreas Beeker [Mon, 31 Jul 2017 22:56:08 +0000 (22:56 +0000)]
Job DSL refactorings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803594 13f79535-47bb-0310-9956-ffa450edef68

7 years agoJob DSL fix windows call / retrieve findbugs via powershell
Andreas Beeker [Mon, 31 Jul 2017 18:21:48 +0000 (18:21 +0000)]
Job DSL fix windows call / retrieve findbugs via powershell

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803559 13f79535-47bb-0310-9956-ffa450edef68

7 years agoAdd Windows jobs
Andreas Beeker [Mon, 31 Jul 2017 15:29:28 +0000 (15:29 +0000)]
Add Windows jobs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803543 13f79535-47bb-0310-9956-ffa450edef68

7 years agoFix further Windows JVM 6 font rendering errors - OOM and EXCEPTION_ACCESS_VIOLATION
Andreas Beeker [Mon, 31 Jul 2017 12:25:23 +0000 (12:25 +0000)]
Fix further Windows JVM 6 font rendering errors - OOM and EXCEPTION_ACCESS_VIOLATION

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803528 13f79535-47bb-0310-9956-ffa450edef68