We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
We tried to migrate from Soteria 2.0 to 3.0 and got an exception at runtime:
germes-admin-1 | Suppressed: org.jboss.weld.resources.spi.ResourceLoadingException: Error while loading class org.glassfish.soteria.mechanisms.openid.controller.AuthenticationController germes-admin-1 | at org.jboss.weld.resources.ClassTransformer.getBackedAnnotatedType(ClassTransformer.java:186) germes-admin-1 | at org.jboss.weld.resources.ClassTransformer.getBackedAnnotatedType(ClassTransformer.java:194) germes-admin-1 | Caused by: java.lang.ClassNotFoundException: jakar-ta.ws.rs.core.UriBuilder germes-admin-1 | at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1449) germes-admin-1 | at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1257)
So we had to add new dependency to fix that issue:
implementation("jakarta.ws.rs:jakarta.ws.rs-api:3.1.0")
Since this is breaking change it would be nice to specify this use case in the documentation (migration guide)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
We tried to migrate from Soteria 2.0 to 3.0 and got an exception at runtime:
So we had to add new dependency to fix that issue:
implementation("jakarta.ws.rs:jakarta.ws.rs-api:3.1.0")
Since this is breaking change it would be nice to specify this use case in the documentation (migration guide)
The text was updated successfully, but these errors were encountered: