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

RANGER-4038: Upgrading to spring 6 #419

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from

Conversation

avperillo
Copy link

What changes were proposed in this pull request?

Fix vulnerabilities regarding Spring Web 5. Those vulnerabilities are solved in Spring version 6, which requires Java 17 as minimum supported version and migration to Jakarta, updating the following core libraries:

  • Java 11 -> 17
  • Javax -> Jakarta
  • Spring framework 5.7.12 -> 6.0.0
  • Jersey 1.19 -> 3.0.16
  • Tomcat embed 8.5.94 -> 10.1.31
  • EclipseLink 2.7.12 -> 3.0.4

How was this patch tested?

Existing unit test and manual test. Currently there are some modules don´t pass all Unit Tests

alexander.vazquez added 30 commits October 8, 2024 14:28
change to hadoop project for migrate to jakarta
the reason of spring-webmvc exclusion is to avoid spring 5 transient dependencies
Tomcat 8 and 9 are not fully Jakarta compatible
NOW load login JSP 🚀
@avperillo avperillo changed the title DRAFT | Upgrading to spring 6 RANGER-4038 | DRAFT | Upgrading to spring 6 Dec 10, 2024
@avperillo avperillo changed the title RANGER-4038 | DRAFT | Upgrading to spring 6 RANGER-4038: Upgrading to spring 6 Dec 12, 2024
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

Successfully merging this pull request may close these issues.

1 participant