Skip to content
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

Use Jakarta 10 for imports instead of old javax #63

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Yrlish
Copy link

@Yrlish Yrlish commented Jul 16, 2023

Problem

I cannot use this SDK with newer frameworks (Quarkus 3.2) with Jakarta 10, which has changed its namespace to jakarta.ws.rs.* from now legacy javax.ws.rs.*.

Therefore when running it, it throws a java.lang.ClassNotFoundException: javax.ws.rs.core.GenericType exception.

Solution

Changed the dependency and updated the imports.

Result

Self-explanatory.

@CLAassistant
Copy link

CLAassistant commented Jul 16, 2023

CLA assistant check
All committers have signed the CLA.

@joaozarate
Copy link

Hey. I would like to know when it will be merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants