What is the current state of support here? I've got a little sample app that can connected to my employer's crowd server but I can only run the app on OpenJDK 8. With 11, I get an error when attempting to authenticate:
"Cannot instantiate JAXBContext for class class com.atlassian.crowd.integration.rest.entity.AuthenticationContextEntity"
This is after including jakarta.xml.bind-api in my pom.xml to provide JAXBContext.
I can find very little evidence online that other people are using this client lib with JDK 11 except for a few related issues people are having with Crowd Jenkins plugins..
Thanks!
-Philip
You need to supply
com.sun.xml.bind:jaxb-impl
as a runtime dependency in version 2.3.x to get this working on Java 11.
However this does no longer work when switching to 3.x which now uses the jakarta namespace. Is there any plan to update to 3.x for the Crowd REST client?
This is currently the only dependency that is blocking us to update.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.