[GUMP@vmgump]: Project ooxml-schemas (in module poi) failed

2016-10-21 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project ooxml-schemas has an issue affecting its community integration. This

Fwd: Re: Build failed in Jenkins: POI #1599

2016-10-21 Thread Javen O'Neal
Fyi -- Forwarded message -- From: "Pono Takamori" Date: Oct 21, 2016 13:06 Subject: Re: Build failed in Jenkins: POI #1599 To: , Cc: I've grown the disk, thanks for letting us know about the problem. Cheers, -Pono On Fri,

Re: Functionality injection technique for XWPF

2016-10-21 Thread Dominik Stadler
Thanks for showing bits, that makes it easier to start a discussion! So what you are trying to handle are different CT_... classes which have very similar content and thus would require repeated code otherwise. I see the following options in general for handling something like that: 1.

Jenkins build is back to normal : POI #1601

2016-10-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Jenkins build is back to normal : POI-JDK8 #1301

2016-10-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[Bug 60289] UTF decoding in XSSFRichTextString does not work when the code is lowercase

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60289 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 60294] New: Add "unknown" ShapeType for 4095

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60294 Bug ID: 60294 Summary: Add "unknown" ShapeType for 4095 Product: POI Version: unspecified Hardware: PC OS: Windows NT Status: NEW Severity: normal

Re: Fwd: [GUMP@vmgump]: Project ooxml-schemas (in module poi) failed

2016-10-21 Thread Stefan Bodewig
Hi Dominik On 2016-10-20, Dominik Stadler wrote: > Since some time one of the steps in the POI builds inside Gump is failing, > see below. We think it is related to the 1 hour timeout that is applied by > default. Yes, looks that way. > The step compiles a big number of files, but finishes in

Build failed in Jenkins: POI #1600

2016-10-21 Thread Apache Jenkins Server
See -- [...truncated 332 lines...] at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.update(DAVRepository.java:868) at

Fwd: Build failed in Jenkins: POI #1599

2016-10-21 Thread Javen O'Neal
FYI, this job failed due to running out of disk space on ubuntu-eu2. https://builds.apache.org/job/POI/1599/ Caused by: org.tmatesoft.svn.core.SVNException: svn: E204899: No space left on device. Let us know if there's anything we should do to our builds to save on disk space, such as clearing

Build failed in Jenkins: POI-JDK8 #1300

2016-10-21 Thread Apache Jenkins Server
See -- [...truncated 159 lines...] at hudson.scm.subversion.WorkspaceUpdater$UpdateTask.delegateTo(WorkspaceUpdater.java:162) at

[GUMP@vmgump]: Project ooxml-schemas (in module poi) failed

2016-10-21 Thread Gump [HEAD] :-(
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project ooxml-schemas has an issue affecting its community integration. This

Jenkins build is back to normal : POI-OpenJDK #246

2016-10-21 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

Build failed in Jenkins: POI #1599

2016-10-21 Thread Apache Jenkins Server
See -- [...truncated 98 lines...] at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doReport(DAVConnection.java:360) at

[Bug 60289] UTF decoding in XSSFRichTextString does not work when the code is lowercase

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60289 Daniel Gonzalez changed: What|Removed |Added Summary|UTF decoding|UTF decoding in

[Bug 60289] UTF decoding XSSFRichTextString does not work when the code is lowercase

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60289 --- Comment #1 from dgon...@gmail.com --- Created attachment 34398 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34398=edit Patch that fixes the bug We created a trivial patch changing the regular expression on

[Bug 60289] New: UTF decoding XSSFRichTextString does not work when the code is lowercase

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60289 Bug ID: 60289 Summary: UTF decoding XSSFRichTextString does not work when the code is lowercase Product: POI Version: 3.15-FINAL Hardware: PC OS: All

RE: Functionality injection technique for XWPF

2016-10-21 Thread Murphy, Mark
Take a look at this commit, it shows what I am talking about. There is still a lot more to do, but I don't want to go too far down a path that will be incorrect. The classes XMLContent and XMLMarkup are delegates that provide common functionality to XWPFDocument, and XWPFHeaderFooter,

[Bug 60219] [PATCH] FormulaParser can't parse external references when sheet name is quoted

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60219 IgnacioHR changed: What|Removed |Added Status|NEEDINFO|NEW ---

Re: Apache POI 3.15 released

2016-10-21 Thread Dominik Stadler
Hi, thanks for this work, I think having the notable-change-items also in the status.xml is a good thing because it is easier to remember what changes did happen at the time the changelog is updated compared to when the release is prepared later by one dev who might not be aware that somebody

Re: Apache POI 3.15 released

2016-10-21 Thread Nick Burch
On Fri, 21 Oct 2016, Javen O'Neal wrote: In the meantime, what's the best way to retrieve old release notes? Were they committed to a private or public SVN server? We've been using svnpubsub for dist for a while (2011 IIRC), so you ought to be able to get them from there by asking SVN for the

Re: Apache POI 3.15 released

2016-10-21 Thread Javen O'Neal
I added the major changes from the 3.15 release notes [1] to the detailed changelog [2] in r1765977 [3]. [1] https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt [2] https://poi.apache.org/changes.html [3] https://svn.apache.org/viewvc?view=revision=1765977 We could choose to

[Bug 60288] Quadratic complexity: org.apache.poi.POIXMLDocumentPart#findExistingRelation(POIXMLDocumentPart part)

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60288 Javen O'Neal changed: What|Removed |Added Resolution|--- |FIXED

[GitHub] poi pull request #38: BUG-60288: removes defensive copy for internal relatio...

2016-10-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/38 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled

[Bug 60288] Quadratic complexity: org.apache.poi.POIXMLDocumentPart#findExistingRelation(POIXMLDocumentPart part)

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60288 Javen O'Neal changed: What|Removed |Added Severity|normal |enhancement -- You

[Bug 60277] getHyperlinks() method doesn't work for some kind of Hyperlink

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60277 --- Comment #3 from ngiacom --- Hello, is possible that 2 bugs are related. In my case the hyperlink is on 2 rows of the word document. But the excel bug has a patch available. In my case I don't have a workaround

[Bug 60277] getHyperlinks() method doesn't work for some kind of Hyperlink

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60277 --- Comment #2 from ngiacom --- Hello, is possible that 2 bugs are related. In my case the hyperlink is on 2 rows of the word document. But the excel bug has a patch available. In my case I don't have a workaround

[Bug 60288] Quadratic complexity: org.apache.poi.POIXMLDocumentPart#findExistingRelation(POIXMLDocumentPart part)

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60288 --- Comment #1 from Tim Helmstedt --- Fixed in https://github.com/apache/poi/pull/38 not sure the usual way to get commit access. -- You are receiving this mail because: You are the assignee for the bug.

[GitHub] poi pull request #38: BUG-60288: removes defensive copy for internal relatio...

2016-10-21 Thread thelmstedt
GitHub user thelmstedt opened a pull request: https://github.com/apache/poi/pull/38 BUG-60288: removes defensive copy for internal relationships usage Fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=60288 Since we're not returning `_relationships` from this method we

[Bug 60288] New: Quadratic complexity: org.apache.poi.POIXMLDocumentPart#findExistingRelation(POIXMLDocumentPart part)

2016-10-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60288 Bug ID: 60288 Summary: Quadratic complexity: org.apache.poi.POIXMLDocumentPart#findExistingRelation (POIXMLDocumentPart part) Product: POI Version: 3.14-FINAL