[Bug 60713] New: SXSSFWorkbook.write(OutputStream) close OutputStream

2017-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60713 Bug ID: 60713 Summary: SXSSFWorkbook.write(OutputStream) close OutputStream Product: POI Version: unspecified Hardware: PC OS: Mac OS X 10.1 Status: NEW

3.16 Beta1 vs 3.15 FINAL

2017-02-08 Thread Jeevan Chamarthi
Hi Guys, I am working on a production application which uses Apache POI PPT, during which I encountered a bug with poi ppt table row height which is resolved in 3.16 beta1. Wanted to know if it is fine to switch to beta releases without risk. Please suggest. Thanks, Jeevan

Jenkins build is back to normal : POI-DSL-1.8 #65

2017-02-08 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-DSL-OpenJDK #67

2017-02-08 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 60625] Rendering issue with background and shape overlayed by image

2017-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60625 --- Comment #4 from Johanes Soetanto --- Hi Andreas, I had a quick test from the nightly built yesterday and from my observation What works: - background colour issue is fixed - the fix for the page works on PPTx export

Build failed in Jenkins: POI-DSL-Maven #91

2017-02-08 Thread Apache Jenkins Server
See Changes: [onealj] bug 59030: revert r1746625 and restore r1731257, where XWPFTableCell#getVerticalAlignment() returns null rather than a default value (XWPFVertAlign.TOP) if vertical alignment is not set [onealj] bug 59030: convert

Jenkins build is back to normal : POI-DSL-1.6 #148

2017-02-08 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

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

2017-02-08 Thread Gump [HEAD] :-(
/public/gump/work/merge.xml -Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl -Dversion.id=gump-20170208 -DDSTAMP=20170208 jar [Working Directory: /srv/gump/public/workspace/poi] CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/poi

[Bug 59030] Nullpointer Exception while accessing table cell alignment

2017-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59030 --- Comment #3 from Javen O'Neal --- Behavior changed to return default of XWPFVertAlign in r1746625. Restored original behavior to return null if alignment is not set in r1782130 and r1782225. -- You are receiving this

FINAL REMINDER: CFP for ApacheCon closes February 11th

2017-02-08 Thread Rich Bowen
Dear Apache Enthusiast, This is your FINAL reminder that the Call for Papers (CFP) for ApacheCon Miami is closing this weekend - February 11th. This is your final opportunity to submit a talk for consideration at this event. This year, we are running several mini conferences in conjunction with

Build failed in Jenkins: POI-DSL-1.8 #64

2017-02-08 Thread Apache Jenkins Server
See Changes: [onealj] Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub. https://github.com/apache/poi/pull/30#issuecomment-186224438

Build failed in Jenkins: POI-DSL-OpenJDK #66

2017-02-08 Thread Apache Jenkins Server
See Changes: [onealj] Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub.

Build failed in Jenkins: POI-DSL-Maven #90

2017-02-08 Thread Apache Jenkins Server
See Changes: [onealj] Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub. https://github.com/apache/poi/pull/30#issuecomment-186224438

Build failed in Jenkins: POI-DSL-1.6 #147

2017-02-08 Thread Apache Jenkins Server
See Changes: [onealj] Per JavaDoc and tallison, XWPFTableCell#getVerticalAlignment() should return null if valign is not set. Patch from prasad-babu. This closes #30 on GitHub. https://github.com/apache/poi/pull/30#issuecomment-186224438

[Bug 60709] New: shiftRows removes merged regions if shifting several rows in one call

2017-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60709 Bug ID: 60709 Summary: shiftRows removes merged regions if shifting several rows in one call Product: POI Version: 3.15-FINAL Hardware: PC OS: Linux

[GitHub] poi pull request #30: Fixing Nullpointer exception

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/30 --- 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 59227] Unable to get the cell correct value with Chinese date format

2017-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59227 Javen O'Neal changed: What|Removed |Added Resolution|--- |FIXED

[GitHub] poi pull request #48: add support for Chinese and Japanese date format in Da...

2017-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/48 --- 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 59227] Unable to get the cell correct value with Chinese date format

2017-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59227 --- Comment #6 from jzhao --- Hello! I have add a pull request for this issue: https://github.com/apache/poi/pull/48 Anyone who can help review and merge about this? Thanks. Regards. -- You are receiving this mail

[GitHub] poi pull request #48: add support for Chinese and Japanese date format in Da...

2017-02-08 Thread jzhao-talend
GitHub user jzhao-talend opened a pull request: https://github.com/apache/poi/pull/48 add support for Chinese and Japanese date format in DateUtil.isADateFormat(...) This pull request is relate issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=59227 which about Chinese and