-
Notifications
You must be signed in to change notification settings - Fork 307
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
Fish 8925 adding epicyro implementation #7068
base: Payara7
Are you sure you want to change the base?
Fish 8925 adding epicyro implementation #7068
Conversation
Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
…ntation' into FISH-8925-adding-epicyro-implementation # Conflicts: # core/pom.xml # nucleus/common/internal-api/src/main/java/fish/payara/internal/notification/EventLevel.java
For now I can build the server but I have osgi issue to run server |
Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
FISH-9630 Use UserPrincipal instead of PrincipalImpl
…cation with epicyro
Now the server can run but any of the web applications can be seen |
…arta-xml-binding-api-4.0.2-p7 FISH-9165 : upgrade jaxb version to 4.0.2
…-Shim Security API downgrade shim
From last changes I tried to set the exousia DefaultPolicy to fix an issue from authentication part that cause to not load any web application. Still in progress because now when trying to load default web application I'm seeing the following exception: ` ` |
…cation with epicyro
@Pandrex247 right now checking how to fix some quicklook tests failures: |
Jenkins test please |
Signed-off-by: Andrew Pielage <pandrex247@hotmail.com>
Run against all currently passing TCKs kicked off here: https://jenkins.payara.fish/blue/organizations/jenkins/JakartaEE-11-TCK/detail/JakartaEE-11-TCK/90/pipeline It seems that this causes quite a few other TCKs to start failing:
|
From the authentication TCK runner, there appears to be numerous issues with deployment (which look similar to what's happening with the other TCKs):
|
…hub.com/breakponchito/Payara into FISH-8925-adding-epicyro-implementation
Jenkins test please |
@Pandrex247 still with 2 errors on the side of quicklook tests but now the TCK is passing: https://jenkins.payara.fish/blue/organizations/jenkins/JakartaEE-11-TCK/detail/JakartaEE-11-TCK/93/pipeline |
Implementing epicyro on Payara 7
Description
We are trying to decouple the Jakarta Authentication by using epicyro provider. Epicyro provideds most of the functionality needed to provide Jakarta Authentication mechanism.
Important Info
Blockers
Testing
New tests
Testing Performed
Manual testing by starting and deploying a web applications on payara:
Testing Environment
Windows 11, azul jdk 21, maven 3.9.5
Documentation
Notes for Reviewers