You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.