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

Migration guide for 3.0 #352

Open
sergey-morenets opened this issue Mar 22, 2023 · 0 comments
Open

Migration guide for 3.0 #352

sergey-morenets opened this issue Mar 22, 2023 · 0 comments

Comments

@sergey-morenets
Copy link

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.

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