XMLUnit v2.6.2 Release Notes

Release Date: 2018-08-27 // over 5 years ago
  • ๐Ÿš€ This release mainly fixes interop problems with more recent AssertJ versions and the Java module system.

    The full list of changes:

    xmlunit-assertj can now be used with AssertJ 3.9.1+ as well as 2.9.x.
    Issue #135.

    โž• added a new TypeMatcher to the xmlunit-matchers module that can be
    ๐Ÿ‘‰ used to conveniently translate XPath result strings into numbers or
    booleans and verify they match type safe assetions.
    Issue #133 via PR #137.

    ๐Ÿ›  fixed the Automatic-Module-Name of all modules to be valid Java
    identifiers.
    Issue #136.