PatrickRoumanoff / nexus-crowd-plugin

Sonatype Nexus plugin for Atlassian Crowd integration
http://patrickroumanoff.github.io/nexus-crowd-plugin/
40 stars 20 forks source link

User search does not work against CROWD 2.10.1 #27

Closed borgeorgiev closed 7 years ago

borgeorgiev commented 7 years ago

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.