You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I use genson 1.6 and i must migrate in tomcat 10.1.
I'm migrating all library, and now i have this error in genson's library
In class com.owlike.genson.ext.jaxrs.JerseyAutoDiscoverable , genson use the old package 'javax.ws.rs.core.' rather than 'jakarta.ws.rs.core.' not compatible with tomcat 10.x
And at runtime i have this error
java.lang.ClassNotFoundException: javax.ws.rs.core.FeatureContext
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1353)
I use the last version available, 1.6
What can i do?
Thanks
Marco
The text was updated successfully, but these errors were encountered:
Hello
I use genson 1.6 and i must migrate in tomcat 10.1.
I'm migrating all library, and now i have this error in genson's library
In class com.owlike.genson.ext.jaxrs.JerseyAutoDiscoverable , genson use the old package 'javax.ws.rs.core.' rather than 'jakarta.ws.rs.core.' not compatible with tomcat 10.x
And at runtime i have this error
I use the last version available, 1.6
What can i do?
Thanks
Marco
The text was updated successfully, but these errors were encountered: