Hi, In order to get the release-preparations rolling a bit, I have finished a first run of the "mass regression test" exercise.
As usual it brings up cases where documents fail now, but did work fine previously, i.e. regressions that we may have introduced since the previous release. I now process 3,356,984 documents (460k of those are skipped because they are duplicates), currently there are around 3800 documents which show a regression: * Most of these are because the "lite" ooxml-schema jar is still missing some stuff, not sure if the new way of building the lite-jar is the cause or if we now use more parts in the regression tests * some exceptions/NPEs probably related to more support for drawing/rendering PPT(X) and so some may in fact be simply new "expected" exceptions for broken documents * Note: The ones with TIMEOUT or OLDFORMAT are not regressions 5.0.0 vs. 4.1.2: http://people.apache.org/~centic/poi_regression/reports/index412RC3to500RC1.html 5.0.0 overall errors: http://people.apache.org/~centic/poi_regression/reportsAll/index412RC3to500RC1.html I can fairly easily re-run this as soon as we have fixes for some of the things. Thanks... Dominik.
