Build failed in Jenkins: POI ยป POI-DSL-API-Check #100

2021-01-30 Thread Apache Jenkins Server
See Changes: [Andreas Beeker] Sonar fixes add asserts to tests [Dominik Stadler] Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleList Closes github #216 [Dominik Stadler] Adjus

Re: calling SXSSFWorkbook.write(OutputStream) twice causes exception

2021-01-30 Thread Dominik Stadler
Hi, I adjusted this now so that _flush() is not called any more, unit-tests indicate that writing multiple time works now for all three workbook-types HSSF, XSSF and SXSSF. Regards... Dominik. On Thu, Jan 14, 2021 at 3:20 AM Rudolf Lenz wrote: > I called SXSSFWorkbook.write(OutputStream) twic

[GitHub] [poi] centic9 commented on pull request #216: Fix getUsedStyleList

2021-01-30 Thread GitBox
centic9 commented on pull request #216: URL: https://github.com/apache/poi/pull/216#issuecomment-770262005 Applied via via r1886063, https://github.com/apache/poi/commit/caf2d32393f6179673a615e9f0db5ef06956654e now This is

[Bug 65099] NPE in XWPFStyle.getUsedStyleList(XWPFStyle style, List usedStyleList)

2021-01-30 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65099 --- Comment #4 from Dominik Stadler --- This is fixed via r1886063 now, should be included in the upcoming Apache POI 5.0.1. -- You are receiving this mail because: You are the assignee for the bug. ---