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

DRAFT | Upgrading to spring 6 #419

Draft
wants to merge 27 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 27 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 🚀
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