Hi, The first link actually compared current 4.1.0 to "4.0.2-SNAPSHOT", i.e. some intermediate version. I have now re-run the comparison against 4.0.1 (called 4.0.1RC2 in my database), results are similar, but not fully equal.
The new comparison is available at the following links: - 4.0.1-RC2 to 4.1.0-RC1 <http://people.apache.org/~centic/poi_regression/reports/index401RC2to410RC1.html> - 4.1.0-RC1-All <http://people.apache.org/~centic/poi_regression/reportsAll/index401RC2to410RC1.html> There are always a few possibilities for differences, some change actually broke something that worked before. These are the changes that we are looking for and should try to fix before release. But sometimes we do more checks in the regression tests, then also some files may fail which worked before (this time at least the ones with HSSFOptimiser.optimiseFonts in the stacktrace). These do not need to be fixed as it was caused by production-code change. Finally sometimes new support for features triggers new failures, e.g. by making it possible to handle more types of images, we triggered a few things in the slideshow-handling. We can try to fix those, but sometimes it is hard and we may decide to release nevertheless. Dominik. On Wed, Mar 20, 2019 at 6:14 PM Greg Woolsey <[email protected]> wrote: > When was the previous regression run? > > Some of the formula errors mention invalid sheet names, including > empty strings. The fix for #60460 committed Dec. 30 handled null > sheet names in SheetNameEvaluator, but perhaps that change should also > check and handle empty strings? > > I've never actually touched HSSF, but since the vast majority of these > new failures in o.a.p.ss.formula.* involve stacks with "*Name*" > methods and HSSF files, this seems like a reasonable place to start > looking. > > Several of the o.a.p.ss.formula.* errors are for known > not-yet-supported items, like SxNamePtg (id=0x18, prints as "24" in > the stacks) > > On Wed, Mar 20, 2019 at 6:28 AM Dominik Stadler <[email protected]> > wrote: > > > > A first run of the regression tests for Apache POI is done. It still uses > > XMLBeans 3.0.2, I will re-run a 2nd time later when we have XmlBeans > 3.0.3 > > final available. > > > > There are new failures with a high amount of failing documents compared > to > > 4.0.x, however these are caused by the addition of a call to > > HSSFOptimiser.optimiseFonts() in the regression test itself, so these are > > not actual regressions, just more testing. > > > > Apart from that a number of SlideShow drawing related items, probably due > > to support for more features and a few FormulaParser related ones which > we > > should take a quick look at why they fail now. > > > > Details are available at the following links: > > > > - 4.0.1-RC1 to 4.1.0-RC1 > > < > http://people.apache.org/~centic/poi_regression/reports/index402SNAPSHOTto410RC1.html > > > > - 4.1.0-RC1-All > > < > http://people.apache.org/~centic/poi_regression/reportsAll/index402SNAPSHOTto410RC1.html > > > > > > Dominik. > > > > On Tue, Mar 19, 2019 at 10:41 PM pj.fanning <[email protected]> wrote: > > > > > For xmlbeans, I would recommend getting the release jars and zips from > > > > > > > https://builds.apache.org/view/P/view/POI/job/POI-XMLBeans-DSL-1.6/lastSuccessfulBuild/artifact/build/ > > > > > > This guarantees the jars were built with Java 6. > > > > > > For the nexus release, I follow this guide: > > > > > > > https://central.sonatype.org/pages/manual-staging-bundle-creation-and-deployment.html > > > > > > I use `gpg -ab` to create the asc files for the 3 jars and for the pom > > > file. > > > I use the pom file from the previous release and edit it to update the > > > version. Create a bundle.jar as described in the sonatype link and > upload > > > the bundle.jar to https://repository.apache.org/ > > > > > > To release the source and bin bundles, you need to use svn to work with > > > https://dist.apache.org/repos/dist/release/poi/xmlbeans/release svn > repo. > > > > > > The xmlbeans site is updated using the svn repo > > > https://svn.apache.org/repos/asf/xmlbeans/site > > > > > > If you have questions, feel free to reach out. > > > > > > > > > > > > > > > > > > -- > > > Sent from: > http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
