wildfly-extras / creaper

Small library for JBoss AS 7 and WildFly management with a slight bias towards testing
Apache License 2.0
20 stars 31 forks source link

upgrade XMLUnit to version 2 #158

Closed Ladicek closed 1 year ago

Ladicek commented 7 years ago

It seems that XMLUnit 2 still supports Java 6. It would be good to migrate off of the abandoned version 1 to version 2. Migration guide is at https://github.com/xmlunit/user-guide/wiki/Migrating-from-XMLUnit-1.x-to-2.x It will involve some changes, but fortunately, we're not using too much of XMLUnit deeper APIs, so it should be mostly mechanical.