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] > >
