https://github.com/PatrickRoumanoff/nexus-crowd-plugin/issues/26
Added @XmlAnyElement(lax = true) to all response classes, so JAXB does
not throw an exception during deserialization. This might happen when
new attributes are added to the CROWD rest response as part of newer
CROWD REST API releases.
https://github.com/PatrickRoumanoff/nexus-crowd-plugin/issues/26 Added @XmlAnyElement(lax = true) to all response classes, so JAXB does not throw an exception during deserialization. This might happen when new attributes are added to the CROWD rest response as part of newer CROWD REST API releases.