Replies: 9 comments 1 reply
|
Here's logs from auth-server running on Jetty 11: |
Upgrading Jans Jetty projects to Jetty 11Jetty 11 is major change as a result of the move from Java EE to Jakarta EE as part of the transfer of Java EE to the Eclipse Foundation, the primary package for all implemented APIs has changed from javax.* to jakarta.*. Analysis:
B) Finding:
|
|
We are tracking changes in https://github.com/JanssenProject/jans/tree/jans-jetty-upgrade |
|
Important is to target particular |
|
Jetty_Upgrade_Details.xlsx: Jetty_Upgrade_Details.xlsx List of lib to be replaced due to transition from Java EE to Jakarta |
|
Getting there... https://github.com/JanssenProject/jans/tree/jans-jetty-upgrade We should be able to get this in quickly |
|
building docker images and scanning.... |
|
jetty 11 made it to our main branch! |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
@yuriyz , @yurem , @pujavs , @jgomer2001 @nynymike @mbaser
We need to work on integrating jetty 11 to reduce the security vulnerabilities and also increase performance.
https://artifacthub.io/packages/helm/janssen-auth-server/janssen?modal=security-report
This requires some changes in the code . Take a look at this issue .
https://stackoverflow.com/a/66368511
All reactions