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

ClassNotFoundException com.hortonworks.registries.shadow.javax.ws.rs.core.Configuration any plans to support Java 17? #812

Open
mroma95 opened this issue Dec 4, 2023 · 0 comments

Comments

@mroma95
Copy link

mroma95 commented Dec 4, 2023

Version 1.0.0 is not compatibile with Java 17. Current schema registry still depends on the old ws.rs-api dependency which contains files in javax.ws.rs package. Spring boot version 3+ updates this dependency to jakarta.ws.rs which causes for example ClassNotFoundException: com.hortonworks.registries.shaded.javax.ws.rs.core.Configuration

it would be time to update using jakarta.* namespace, now its blocker when trying to upgrade to spring boot 3+

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

No branches or pull requests

1 participant