XMLUnit v2.6.1 Release Notes

Release Date: 2018-08-16 // over 5 years ago
  • ๐Ÿš€ This release adds a new module with AssertJ support thanks to the lates XMLUnit project member @krystiankaluzny

    The full list of changes is:

    โž• add a new module with AssertJ support. This module requires Java7 at runtime.
    Issue #117 via PRs #120, #126, #128, and #129 by @krystiankaluzny.

    ๐Ÿ”ง The XPathFactory used by the XPath related Hamcrest matchers is now configurable.
    Issue #131 via PRs #132