[Bug 66260] New: XWPF should have a getNumberOfTextRuns() method

2022-09-13 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66260 Bug ID: 66260 Summary: XWPF should have a getNumberOfTextRuns() method Product: POI Version: 5.2.2-FINAL Hardware: All OS: All Status: NEW Severity:

Build failed in Jenkins: POI » POI-DSL-Windows-1.17 #329

2022-09-13 Thread Apache Jenkins Server
See Changes: [PJ Fanning] some lgtm issues -- [...truncated 306.78 KB...] public Writer createWriter(File fd) throws IOException { ^

Re: [VOTE] Apache POI 5.2.3 release (RC1)

2022-09-13 Thread Marius Volkhart
+1 from me. Thanks for preparing the release! Cheers, Marius > On Sep 9, 2022, at 16:51, PJ Fanning wrote: > > Hi everyone, > > The Apache POI project is pleased to announce the release of POI 5.2.3. > Featured are a handful of new areas of functionality, and numerous bug fixes. > > See

Build failed in Jenkins: POI » POI-DSL-Windows-1.17 #328

2022-09-13 Thread Apache Jenkins Server
See Changes: [PJ Fanning] try to fix hamcrest module issue affecting poi-ooxml test compile [PJ Fanning] test with log4j 2.19.0 rc1 -- [...truncated

Re: [VOTE] Apache POI 5.2.3 release (RC1)

2022-09-13 Thread Axel Howind
Yes, in general, you cannot wait for every other dependency release. SLF4J 2.0 is a bigger deal because it is the first stable release to add jigsaw support. But you are right: users can just pull in version 2.19.0 of log4j to get SLF4J 2.0 compatibility. That's why I was undecided and gave

Re: [VOTE] Apache POI 5.2.3 release (RC1)

2022-09-13 Thread PJ Fanning
With a version number of 2.19.0, I am expecting that users who want to use POI 5.2.2 or 5.2.3 with log4j 2.19.0 can just update their own build files. While I like to keep POI up to date, delaying releases to wait for downstream jars can be a real pain. Once one dependency is ready, whispers

Re: [VOTE] Apache POI 5.2.3 release (RC1)

2022-09-13 Thread Axel Howind
Hi, the colleagues over at log4j are preparing the 2.19.0 release (currently in RC) that adds a bugfix and support for SLF4J 2.0 that was requested by Spring devs. They have found a last minute issue that is currently being worked on and will probably release soon. Maybe it's worth to wait for