eclipse-ee4j / eclipse-ee4j/soteria

Migration guide for 3.0

Open
#352 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.