hortonworks / registry

Schema Registry
Apache License 2.0
13 stars 8 forks source link

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

Open mroma95 opened 9 months ago

mroma95 commented 9 months ago

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+