spring-framework/spring-oxm
Marius Grama 3635c9dbfe Update xmlunit library to version 2.1.0
xmlunit 2.1.0 is the latest release for xmlunit.
Most of the xmlunit functionality used within spring-framework
was done through the xmlunit 1.x helper class
`org.custommonkey.xmlunit.XMLAssert`.

As of xmlunit 2.0.0 most of the XML comparison methods are done
through hamcrest matchers exposed by the xmlunit-matchers
library. In some cases during the migration, the matchers
had to be customized with custom `NodeMatcher` or
`DifferenceEvaluator` instances in order to keep the assertions
correct (they were performed with xmlunit 1.x previously).

Issue: SPR-14043
2016-07-21 15:04:21 +02:00
..
src Update xmlunit library to version 2.1.0 2016-07-21 15:04:21 +02:00
castorbuilder.properties Rename modules {org.springframework.*=>spring-*} 2012-01-31 14:37:10 +01:00
oxm.gradle Framework build compatible with JDK 9 (tests running against java.base module) 2016-07-19 19:37:34 +02:00