|
From: Stefan B. <ste...@fr...> - 2020-03-08 14:33:20
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Both releases fix a common bug where the XPath reported for missing nodes could be wrong in certain edge cases. * the XPath values for comparisons resulting in `CHILD_LOOKUP` differences could be wrong when `NodeFilter`s were present. XMLUnit.NET Issue #29 https://github.com/xmlunit/xmlunit.net/issues/29 This is the only change in XMLUnit.NET. In XMLUnit for Java the AssertJ module has also been improved and is supposed to be compatible with AssertJ 3.13+ now. The full list of changes for XMLUnit for Java: * the dependencies on JAXB implementation and its transitive dependencies has been promoted from test scope to optional for Java 9 and later Issue #162 https://github.com/xmlunit/xmlunit/issues/162 * added `containsAnyNodeHavingXPath`, `containsAllNodesHavingXPath` and `hasXPath` assertions to xmlunit-assertj. * added `extractingAttribute` method to xmlunit-assertj. * removed some redundant `instanceof` checks. PR #171 https://github.com/xmlunit/xmlunit/issues/171 by @PascalSchumacher * xmlunit-assertj should now work with AssertJ-Core 3.13.x Issue #166 https://github.com/xmlunit/xmlunit/issues/166 * xmlunit-legacy will now use `NewDifferenceEngine` even when an `ElementQualifier` different from the built-in ones is used. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl5lAY8ACgkQohFa4V9ri3LOegCdHx0AFSueBH6ux2YE83JxEZqP UfwAoJ2sY/NNJDjl2o0LoG+DzFrQLVgQ =baz+ -----END PGP SIGNATURE----- |