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

2017-08-27 Thread Dominik Stadler
Hi, Updated results of the Mass-Tests are available now, results look good again, only a few files fail compared to 3.16, I think these are mostly newly introduced code/verifications. See http://people.apache.org/~centic/poi_regression/reports/ and http://people.apache.org/~centic/poi_regression/

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

2017-08-24 Thread Dominik Stadler
Hi, Andi discussed this with me and we agreed to simply revert the change and re-do regression testing and release-packaging then, I hope nobody objects. Anybody who would like to make use of the performance gains in single-threaded applications can call the setter outside of POI easily, see the

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

2017-08-23 Thread Greg Woolsey
Once again legacy xmlbeans disappoints. I would prefer making the old behavior the default, with a setting/flag/property that can change to the faster behavior. Consumers can then test it in their environments. On Wed, Aug 23, 2017, 13:49 Dominik Stadler wrote: > Hi, > > regression results are

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

2017-08-23 Thread Dominik Stadler
Hi, regression results are in, unfortunately they don't look too good from a quick look. There are a number of NullPointerException and ArrayIndexOutOfBoundsException somewhere deep in XmlBeans code which cannot be reproduced when running a single file. I suspect "#61350 - Use unsynchronized xmlb

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

2017-08-22 Thread Dominik Stadler
Hi, My regression tests are started and will hopefully finish in the next 2 days. Dominik. On Tue, Aug 22, 2017 at 1:06 AM, Andreas Beeker wrote: > You are right ... I simply wanted to push out that message, to not leave > the trunk changes > unaccompanied for too long. > > As I have to clarif

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

2017-08-21 Thread Andreas Beeker
You are right ... I simply wanted to push out that message, to not leave the trunk changes unaccompanied for too long. As I have to clarify with the Tika devs anyway, what their stance on JDK8 is, this will probably take anyway a bit longer to be announced. Andi. On 8/22/17 1:00 AM, Javen O'Ne

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

2017-08-21 Thread Javen O'Neal
Let's leave this vote open until Dominik and/or Tim can run tests against our corpus and Tika. If this is the last Java 6-compatible release, let's make it a good one. On Aug 21, 2017 3:43 PM, "Andreas Beeker" wrote: > Hi, > > I've prepared artifacts for the release of Apache POI 3.17 (RC1). >

[VOTE] Apache POI 3.17 release (RC1)

2017-08-21 Thread Andreas Beeker
Hi, I've prepared artifacts for the release of Apache POI 3.17 (RC1). The most notable changes in this release are: - Various modules: add sanity checks and fix infinite loops / OOMs caused by fuzzed data - OPC: fix linebreak handling on XML signature calculation (#61182) - SS Common: fix numbe