XMLUnit v2.2.1 Release Notes

Release Date: 2016-06-19 // almost 8 years ago
  • 🚀 This version fixes a bug in DiffBuilder that applies to the withDocumentBuilderFactory method introduced with the 2.2.0 release:

    • The DocumentBuilderFactory set on DiffBuilder wasn't used
      properly when ignoreWhitespace or normalizeWhitespace has been
      set.
      Issue #86.