eclipse-ee4j / eclipse-ee4j/soteria
Migration guide for 3.0
- Dominant language
- Java
- Stars
- 72
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Research direction
Update the README with a migration section for version 3.0 and Jakarta EE 10. Start by reviewing the removed Jaspic.registerServerAuthModule and deregisterServerAuthModule methods and the AuthConfigFactory usage mentioned in the issue. Done means the guide clearly explains how users should replace those calls during migration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100