ranger icon indicating copy to clipboard operation
ranger copied to clipboard

RANGER-4038: Upgrading to spring 6

Open avperillo opened this issue 1 year ago • 0 comments

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

avperillo avatar Nov 29 '24 13:11 avperillo