docx4j v2.2.1 Release Notes

  • ๐Ÿš€ Release date

    24 Aug 2009

    ๐Ÿš€ Contributors to this release

    Jason Harrop Adam Schmideg

    Major Changes

    [869] NamespacePrefixMappers which work with Java 6 (ie if you don't have JAXB in your endorsed dir, or can't (eg Java Web Start)).

    Other Changes (not exhaustive)

    ๐Ÿ–จ [871] Get rid of System.out.println (mostly).

    [870] Avoid returning null DocumentFragment from getNumberXmlNode extension, since this causes Xalan to produce a stack trace

    [867] Use Java's xerces.internal instead of Crimson in CustomXmlDataStorageImpl

    [865] Don't get value of attributes when passing table contents to Converter.toNode; Attributes on screws output.

    [864] ImmutablePropertyResolver, contributed by Adam Schmideg.