-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to use the Xero java API on Spring Boot / Java 17 #357
Comments
PETOSS-377 |
Thanks for raising an issue, a ticket has been created to track your request |
There's a PR relating to a fix for this to update to Java 17. |
@oss-linux-etc I solved this issue by using the following dependency in pom.xml
|
It looks like xeroapi wants to use jersey 2.27. However, the property is overridden and it uses a newer version which is not compatible |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is what I'm seeing:
Calling code:
List<Connection> connection = idApi.getConnections(tokenResponse.getAccessToken(), null);
The text was updated successfully, but these errors were encountered: