Page 1 of 1

docx4j 2.8.1 released

PostPosted: Sun Sep 30, 2012 7:53 pm
by jason
docx4j 2.8.1 is now out.

Get it from http://search.maven.org/#browse%7C-2140395525 or the downloads link above.

Thanks to all who contributed. The best way to contribute nowadays is via a pull request on GitHub.

2.8.1 is primarily a maintenance release. For a list of changes, please see https://github.com/plutext/docx4j/blob/ ... ANGELOG.md

Re: docx4j 2.8.1 released

PostPosted: Wed Oct 24, 2012 6:45 am
by jason
Known Issues

PDF/HTML output: nested tables broken (regression). Fixed in nightly http://www.docx4java.org/docx4j/docx4j- ... 121023.jar

Re: docx4j 2.8.1 released

PostPosted: Fri Sep 13, 2013 9:11 am
by mongapuneet
There seems to be an issue with WordprocessingXMLPackage.save() method. FileOutputStream passed to marshal method is not being closed. File lock is not released because of this.