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
We used Eclipse Soteria in our project and after migration to 3.0 (Jakarta EE 10) our project failed to compile because these public methods where removed:
We couldn't find any hints in the documentation how to handle that so we had to deep dive into the source code and find out about AuthConfigFactory and their usage.
So it would be nice to create a section in README to explain how to deal with these issues during migration.
The text was updated successfully, but these errors were encountered:
Hi
We used Eclipse Soteria in our project and after migration to 3.0 (Jakarta EE 10) our project failed to compile because these public methods where removed:
import static org.glassfish.soteria.mechanisms.jaspic.Jaspic.deregisterServerAuthModule;
import static org.glassfish.soteria.mechanisms.jaspic.Jaspic.registerServerAuthModule;
We couldn't find any hints in the documentation how to handle that so we had to deep dive into the source code and find out about AuthConfigFactory and their usage.
So it would be nice to create a section in README to explain how to deal with these issues during migration.
The text was updated successfully, but these errors were encountered: