From: Harald B. <bra...@gm...> - 2015-02-15 08:13:48
|
I improved the JaxbBuilder and implemented JaxbBuilder.useObjectFactory(). https://github.com/brabenetz/xmlunit/commit/1aaabfc5b880b0dc81c7b896f545b5130fa0d603 I will prepare a pull request for it. I also tested the current XmlUnit 2.x implementation on my current Project. Everything woks fine. But one Question: Why is the return type of "Comparison.getControlDetails().getTarget()" an Object? Is there any case where the return Object is not a org.w3c.dom.Node? I think I can use the changes for a migration documentation (see Attachment). with friendly regards, Harald |