Jenkins build is back to normal : POI-with-old-Xerces #127

2016-10-16 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 53191] Problems with line style when converting ppt to png

2016-10-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=53191 Andreas Beeker changed: What|Removed |Added Resolution|--- |FIXED

[Bug 60260] New: shiftRows exception at rowShifter.updateNamedRanges

2016-10-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60260 Bug ID: 60260 Summary: shiftRows exception at rowShifter.updateNamedRanges Product: POI Version: 3.15-FINAL Hardware: PC Status: NEW Severity: normal

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

2016-10-16 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

Re: Functionality injection technique for XWPF

2016-10-16 Thread Mark Murphy
I found I should be able to do it using reflection to avoid long strings of instanceof conditions which is really the same as duplicating the code, but all inside one class. Any issue with using Reflection? On Sat, Oct 15, 2016 at 8:04 PM, Mark Murphy wrote: > In working

Re: Functionality injection technique for XWPF

2016-10-16 Thread Javen O'Neal
I would recommend against reflection no matter what the code savings are. On Oct 16, 2016 9:18 PM, "Mark Murphy" wrote: > I found I should be able to do it using reflection to avoid long strings of > instanceof conditions which is really the same as duplicating the code,