You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to use XMLUnit 2, but we're in an OSGi environment. That means that the OSGi metadata ("Import-Package" in the manifest of the core jar) will pull in all the old javax.xml.bind packages – but we already use the current jakarta namespace packages.
Unfortunately, this is a show-stopper for us that keeps us from using XMLUnit.
Any chance the javax.xml.bind resolution can be made optional als described in #227 (comment) ?