Hi, Unfortunately I found a regression while running the set of tests for the product of the company that I work for. It seems resizing pictures can throw an java.lang.ArrayIndexOutOfBoundsException due to some changes since beta3, the fix is to simply remove two unnecessary lines in XSSFSheet.getColumnWidthInPixels().
I have added this as https://issues.apache.org/bugzilla/show_bug.cgi?id=57355 and fixed it on trunk, should we roll another one or note it as "Known Issue"? Thanks... Dominik. On Tue, Dec 16, 2014 at 3:49 AM, Nick Burch <[email protected]> wrote: > Hi All > > It looks like all release critical bugs and regressions are fixed, so as > discussed it's now time for the 3.11 final release! > > I've built a release candidate for it, available from: > https://dist.apache.org/repos/dist/dev/poi/3.11-final > > And the tag in SVN from which it was built is: > https://svn.apache.org/repos/asf/poi/tags/REL_3_11_FINAL > > As with all Apache release votes, please check that not only does the > code work, and no major breakages have occurred since the last > release, but also that packaging is correct, license headers and > notices exist etc. > > The vote will be open for just shy of a week, util 10am GMT on Sunday 21st > December. That hopefully gives everyone enough time at work or at home to > check and vote! > > The vote options are: > +1 - I support this release > 0 - I don't object to this release, but I haven't checked it > -1 - There's a problem with the release, and that is .... > > Votes are welcomed (and encouraged) from everyone, committer or not! > > Thanks > Nick > > --------------------------------------------------------------------- > 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]
