]>
source.dussan.org Git - poi.git/log
PJ Fanning [Tue, 14 Apr 2020 09:06:56 +0000 (09:06 +0000)]
[bug-64348] partial fix for IndexOutOfBoundsException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876487 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 13 Apr 2020 21:55:05 +0000 (21:55 +0000)]
#64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876467 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 12 Apr 2020 22:03:52 +0000 (22:03 +0000)]
#63745 - Add traversing and debugging interface to HSSF
This makes toString() implementations obsolete.
This also contains preparation for #64036 to (maybe) change the record factory interface of HSSF.
Remove duplicated record SeriesToChartGroupRecord, which is a duplicate of SeriesChartGroupIndexRecord.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876433 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Sun, 12 Apr 2020 00:26:12 +0000 (00:26 +0000)]
Add table row at correct index
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876409 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 11 Apr 2020 23:16:18 +0000 (23:16 +0000)]
Add Java 15 job
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876407 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Sat, 11 Apr 2020 21:43:18 +0000 (21:43 +0000)]
Return and set paragraph indentation level
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876406 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 11 Apr 2020 15:36:27 +0000 (15:36 +0000)]
#64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+, handle formats like 0E-0, and ensure formats like 0E0 work correctly
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876396 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Thu, 9 Apr 2020 20:14:50 +0000 (20:14 +0000)]
[bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. Thanks to Eugene Kortov. This closes #175
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876336 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Wed, 8 Apr 2020 08:29:15 +0000 (08:29 +0000)]
bouncycastle 1.64
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876280 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 7 Apr 2020 09:46:32 +0000 (09:46 +0000)]
Add disabled unit test for #64319
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876225 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 6 Apr 2020 20:43:16 +0000 (20:43 +0000)]
ArrayUtil - remove unused method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876205 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Apr 2020 20:50:40 +0000 (20:50 +0000)]
Sonar fixes - String literals should not be duplicated
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876163 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Apr 2020 18:55:46 +0000 (18:55 +0000)]
Sonar fixes - "static" base class members should not be accessed via derived types
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876159 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Apr 2020 16:23:21 +0000 (16:23 +0000)]
Sonar fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876157 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 5 Apr 2020 05:52:12 +0000 (05:52 +0000)]
Ignore OOM test for now, somehow catching Exceptions does not work when run on Gradle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876143 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Apr 2020 01:01:47 +0000 (01:01 +0000)]
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876138 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 5 Apr 2020 00:42:08 +0000 (00:42 +0000)]
Bug 60656 - Emf image support in slideshows
- fixed WmfExtTextOut dx handling for variable text spacing
- fixed WmfExtTextOut text position for (0,0) references based on the current/last path location
- fixed WmfExtTextOut handling of symbol/wingdings charset (move ascii to unicode private area, because Java font loader maps the glyphs there) - and use existing workaround if the fonts aren't installed, i.e. use corresponding unicode characters of the logcial font then
- provide option in PPTX2PNG to use given file input type, if the file magic is unknown
- provide option in PPTX2PNG to render text as shapes in SVG, as dx handling (above) implemented via TextAttribute.TRACKING is not supported by batik
source of the sample.wmf, which I've used:
https://stackoverflow.com/questions/
58726194 /svg-rendering-with-batik-produce-broken-image
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876136 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 2 Apr 2020 23:54:48 +0000 (23:54 +0000)]
Sonar Fixes - "static" base class members should not be accessed via derived types
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876067 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 2 Apr 2020 22:37:45 +0000 (22:37 +0000)]
Sonar Fixes - The diamond operator ("<>") should be used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876064 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 1 Apr 2020 23:25:33 +0000 (23:25 +0000)]
Sonar Fixes and remove obsolete classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876019 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 1 Apr 2020 23:23:55 +0000 (23:23 +0000)]
#64301 - Allow try-with-resources with OPCPackage.revert()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1876018 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Wed, 1 Apr 2020 01:40:57 +0000 (01:40 +0000)]
Sonar Fixes - code smells
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875979 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Wed, 1 Apr 2020 01:40:52 +0000 (01:40 +0000)]
Remove chart title
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875978 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Wed, 1 Apr 2020 01:40:49 +0000 (01:40 +0000)]
Keep last run properties when resetting paragraph text
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875977 13f79535 -47bb-0310-9956-
ffa450edef68
Tim Allison [Tue, 31 Mar 2020 18:16:09 +0000 (18:16 +0000)]
64261 -- fix handling of drop down list when items are selected
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875956 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Tue, 31 Mar 2020 01:16:39 +0000 (01:16 +0000)]
Sonar Fixes - public final class with private constructor for examples
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875902 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Tue, 31 Mar 2020 00:47:45 +0000 (00:47 +0000)]
Insert a new row in XSLFTable
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875901 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 29 Mar 2020 22:37:23 +0000 (22:37 +0000)]
Sonar Fixes
- name clashes with constants
- missing break in switch statements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875863 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Sun, 29 Mar 2020 22:21:35 +0000 (22:21 +0000)]
allow add and remove a HyperlinkRun or a FieldRun
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875862 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 29 Mar 2020 14:55:31 +0000 (14:55 +0000)]
Sonar Fixes - try to fix XXE warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875860 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 29 Mar 2020 14:39:11 +0000 (14:39 +0000)]
Sonar Fixes
- use String.replace instead of String.replaceAll for literal values
- use constants from base class
- deprecated various references to constants of org.apache.poi.ss.usermodel.FontFormatting - to be replaced by o.a.p.s.u.Font in POI 5.0.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875859 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 Mar 2020 12:16:10 +0000 (12:16 +0000)]
Support building with Gradle in POIFileScanner tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875849 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 Mar 2020 08:16:17 +0000 (08:16 +0000)]
Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4.1.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875837 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 29 Mar 2020 08:16:09 +0000 (08:16 +0000)]
Bug 61864: Verify recalculation-flag on Workbook level some more
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875836 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 28 Mar 2020 09:49:24 +0000 (09:49 +0000)]
Bug 61863: Update JavaDoc to describe relation to workbook-level flag
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875804 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 28 Mar 2020 09:24:38 +0000 (09:24 +0000)]
Bug 55966: Include content control text in word extraction also if it is part of a paragraph
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875802 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Fri, 27 Mar 2020 03:13:43 +0000 (03:13 +0000)]
Access table cell border style as line properties
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875748 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Fri, 27 Mar 2020 03:13:40 +0000 (03:13 +0000)]
XWPFNumbering.addAbstractNum will definitely throw an exception
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875747 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Fri, 27 Mar 2020 03:13:37 +0000 (03:13 +0000)]
XWPFTableCell does not process bodyElements when handle paragraph
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875746 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Fri, 27 Mar 2020 03:13:34 +0000 (03:13 +0000)]
like getTables, returns a collection that cannot be modified
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875745 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Fri, 27 Mar 2020 03:13:31 +0000 (03:13 +0000)]
#63624: setText in XWPFTableCell updates the xml and also updates the runs and iruns
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875744 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 24 Mar 2020 10:58:16 +0000 (10:58 +0000)]
Bug 64244: Take the replacement of RichtText strings into account when computing length of strings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875571 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 22 Mar 2020 18:59:43 +0000 (18:59 +0000)]
#64241 - shade and tint calculation are based now on scRGB (opposed to HSL) colorspace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875522 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 21 Mar 2020 18:48:07 +0000 (18:48 +0000)]
sonar job - exclude H40
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875501 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 21 Mar 2020 18:25:38 +0000 (18:25 +0000)]
#64241 - XSLF - Wrong scheme colors used when rendering
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875499 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 18 Mar 2020 22:46:25 +0000 (22:46 +0000)]
Update OpenJDK 8 slaves
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875398 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 18 Mar 2020 22:16:51 +0000 (22:16 +0000)]
Reschedule Sonar build - activate OpenJDK 8 build again (see [INFRA-19411])
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875397 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 18 Mar 2020 21:35:16 +0000 (21:35 +0000)]
Ignore all ImageIO related exceptions which fail often in maven builds because of missing/wrong temp directory
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875396 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 18 Mar 2020 21:06:09 +0000 (21:06 +0000)]
#63712 - upgrading xmlsec causes junit tests to fail
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875392 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 17 Mar 2020 22:04:09 +0000 (22:04 +0000)]
Make SlideLayout bullets accessible
based on question from mailing list:
http://apache-poi.
1045710 .n5.nabble.com/PPTX-how-to-get-the-marked-list-with-adjacent-icons-tp5734952.html
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875328 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 16 Mar 2020 19:55:08 +0000 (19:55 +0000)]
Don't create separate instances for NullFileHandler, but rather use a common static instance
This can save some memory during regression testing.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875268 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 16 Mar 2020 19:55:04 +0000 (19:55 +0000)]
Adjust POIFileScanner for mass regression testing
Fix closing file-handles when scanning for files to test
Refactor to make it easier to test
Some more tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875267 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 16 Mar 2020 18:46:48 +0000 (18:46 +0000)]
#64213 - Picture.resize(double scale) scales width wrong for small pictures and when dx1 is set
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1875266 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 8 Mar 2020 23:27:44 +0000 (23:27 +0000)]
forbidden apis check fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874991 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 8 Mar 2020 23:26:53 +0000 (23:26 +0000)]
github-167 - HSMF enhancements
introduce NameIdChunks.GetPropertyTag:
which enables evaluating property ids from properties identified by name/id in property sets (simple version of IMAPIProp::GetIDsFromNames)
AttachmentChunks.getAttachData:
use new ByteChunkDeferred instead of ByteChunk which enables delayed reading of attachments to avoid all attachments are completely read into memory when parsing which may cause OutOfMemoryErrors on e-mails with big attachments.
POIFSChunkParser:
support reading multi valued chunks (e.g. required when reading the Keywords ("categories") property)
add MAPIProperty.RECEIVED_BY_SMTP_ADDRESS
add unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874990 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 8 Mar 2020 23:20:44 +0000 (23:20 +0000)]
Get UUID from ClassID
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874989 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 20:17:19 +0000 (20:17 +0000)]
Work on bug 64038 and other bugs and add test for 62865
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874983 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 20:17:11 +0000 (20:17 +0000)]
Adjust some more places to use https instead of http, need a workaround for a bug in Apache Forrest
See comment in build.xml for why this replacement is needed.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874982 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 20:17:08 +0000 (20:17 +0000)]
Try to use https for poi.apache.org everywhere
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874981 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 11:17:34 +0000 (11:17 +0000)]
Bug 58896 and 52834: Cache Sheet.getMergedRegions() as it seems to sometimes be the culprit for autosize taking a very long time.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874973 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 08:28:20 +0000 (08:28 +0000)]
One more file-leak-detector exclude
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874967 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 08:28:17 +0000 (08:28 +0000)]
Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINT
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874966 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 08:28:11 +0000 (08:28 +0000)]
Update JavaDoc for logging and marshalling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874965 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Mar 2020 08:28:04 +0000 (08:28 +0000)]
Use new URL for downloads of releases
See https://blogs.apache.org/infra/entry/more-secure-and-robust-downloads
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874964 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 7 Mar 2020 15:33:53 +0000 (15:33 +0000)]
Fix incorrect handling of format which should not produce any digit for zero
Also include the internally computed format-string when the resulting format causes an exception
One other case with question marks is still not handled correctly, though
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874950 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 7 Mar 2020 15:33:46 +0000 (15:33 +0000)]
Bug 64179: Adjust to ensure a fixed timezone for date parsing in test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874949 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 6 Mar 2020 15:22:16 +0000 (15:22 +0000)]
Do not recompile Version.java unless build.xml (i.e. version) changes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874901 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 6 Mar 2020 15:22:09 +0000 (15:22 +0000)]
Set version to 4.1.3-SNAPSHOT everywhere
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874900 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Mon, 2 Mar 2020 23:57:05 +0000 (23:57 +0000)]
Allow for numerical category in charts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874705 13f79535 -47bb-0310-9956-
ffa450edef68
Alain Béarez [Mon, 2 Mar 2020 23:57:01 +0000 (23:57 +0000)]
Remove chart title when given text is null
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874704 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 1 Mar 2020 22:20:38 +0000 (22:20 +0000)]
#64186 - Decrease usage of ThreadLocals in XML Signature API
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874671 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 25 Feb 2020 21:27:07 +0000 (21:27 +0000)]
Sonar fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874530 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 23 Feb 2020 15:56:54 +0000 (15:56 +0000)]
try to fix sonar execution warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874431 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 23 Feb 2020 15:01:54 +0000 (15:01 +0000)]
Ignore IIOException "Can't create ..."
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874429 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 22 Feb 2020 00:36:32 +0000 (00:36 +0000)]
Remove invalid agile certificate encryption
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874351 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 21 Feb 2020 22:11:26 +0000 (22:11 +0000)]
check for old xercesImpl.jar file size > 0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874342 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 21 Feb 2020 21:32:46 +0000 (21:32 +0000)]
update download-plugin version to 1.5.0
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874339 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 21 Feb 2020 21:14:31 +0000 (21:14 +0000)]
fix IntelliJ warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874338 13f79535 -47bb-0310-9956-
ffa450edef68
Axel Howind [Thu, 20 Feb 2020 16:27:19 +0000 (16:27 +0000)]
replace some calls to Collection methods with shorter/more effective versions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874263 13f79535 -47bb-0310-9956-
ffa450edef68
Axel Howind [Thu, 20 Feb 2020 15:51:17 +0000 (15:51 +0000)]
use indexOf(char) instead of indexOf(String) where possible; replace one more StringBuffer with StringBuilder - bug 63805
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874262 13f79535 -47bb-0310-9956-
ffa450edef68
Axel Howind [Thu, 20 Feb 2020 15:04:57 +0000 (15:04 +0000)]
Applied "clean up IntList code" patch from bug 63805
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874257 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 17 Feb 2020 22:29:29 +0000 (22:29 +0000)]
PPTX2PNG - fix SVG gradients
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874150 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 17 Feb 2020 22:28:08 +0000 (22:28 +0000)]
Update Batik dependency to 1.12
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874149 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 15 Feb 2020 22:21:30 +0000 (22:21 +0000)]
PPTX2PNG - SVG export
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874065 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Sat, 15 Feb 2020 08:07:01 +0000 (08:07 +0000)]
fix classpaths for japicmp
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874049 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 23:18:44 +0000 (23:18 +0000)]
bouncycastle 1.64
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874039 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 23:06:06 +0000 (23:06 +0000)]
commons-codec 1.14
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874038 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 23:00:49 +0000 (23:00 +0000)]
commons-compress 1.20
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874036 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 14:04:17 +0000 (14:04 +0000)]
try to gradle tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874022 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 13:31:55 +0000 (13:31 +0000)]
try to gradle tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874020 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 13:19:10 +0000 (13:19 +0000)]
update junit to 4.13 and mockito to 3.2.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874019 13f79535 -47bb-0310-9956-
ffa450edef68
PJ Fanning [Fri, 14 Feb 2020 13:11:28 +0000 (13:11 +0000)]
gradle 6.1.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1874018 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 13 Feb 2020 23:26:54 +0000 (23:26 +0000)]
update references to 4.1.2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873995 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 10 Feb 2020 19:23:58 +0000 (19:23 +0000)]
prepare for 4.1.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873871 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 10 Feb 2020 19:23:22 +0000 (19:23 +0000)]
release prepare for 4.1.2 - updating build.xml and changes.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873869 13f79535 -47bb-0310-9956-
ffa450edef68
Tim Allison [Mon, 10 Feb 2020 17:38:29 +0000 (17:38 +0000)]
Bug 64130 -- handle empty worksheet names in OldSheetRecord more robustly.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873863 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 9 Feb 2020 08:05:16 +0000 (08:05 +0000)]
Use https for repo1.maven.org
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873819 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 4 Feb 2020 21:40:14 +0000 (21:40 +0000)]
update year in NOTICE
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873577 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 3 Feb 2020 19:39:06 +0000 (19:39 +0000)]
prepare for 4.1.3
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873552 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 3 Feb 2020 19:38:27 +0000 (19:38 +0000)]
release prepare for 4.1.2 - updating build.xml and changes.xml
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1873550 13f79535 -47bb-0310-9956-
ffa450edef68