This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release. Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed. If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB...
XMLUnit for Java 2.11.0 Released
This is a bugfix release. Fixed bugs: attributes with null values could cause a NullPointerException. Issue #307 PR #309
XMLUnit for Java 2.10.4 Released
This release fixes OSGi headers inside xmlunit-core's and xmlunit-legacy's manifests, it doesn't contain any other changes. Full list of changes: marked OSGi Import-Package optional for javax.xml.bind packages in xmlunit-core. Also fixed the Export-Package header of the legacy module. Issue #300 PR #301
XMLUnit for Java 2.10.3 Released
This release fixes a problem with the published POM of the xmlunit-legacy module. It doesn't contain any changes to any of the other modules.
XMLUnit for Java 2.10.2 Released