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

Commits on Oct 8, 2024

  1. add support for java17

    alexander.vazquez committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    0c1333f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. replace direct javax dependencies to jakarta

    alexander.vazquez committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5f0dbcb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. adapt script with fer changes

    NO MERGE
    alexander.vazquez committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    76844af View commit details
    Browse the repository at this point in the history
  2. wip: blocked by hadoop transitive dependency

    change to hadoop project for migrate to jakarta
    alexander.vazquez committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9aa23f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. remove wrapper of hadoop classes for jakarta migration

    alexander.vazquez committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    16ab0ba View commit details
    Browse the repository at this point in the history
  2. added shaded for hadoop-common and hadoop-auth. compile ranger-kms an…

    …d security-admin-web 🚀
    alexander.vazquez committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6ffcd32 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. migrating jersey

    alexander.vazquez committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6855da2 View commit details
    Browse the repository at this point in the history
  2. change ClientResponse for jakarta.Response

    alexander.vazquez committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1ba04a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. migrating jersey. profile security-admin COMPILE 🚀 🎉

    alexander.vazquez committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    789f1c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. install hadoop shaded libs in m2 local repository

    alexander.vazquez committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5232d4e View commit details
    Browse the repository at this point in the history
  2. update all xx-applicationContext to spring 6

    the reason of spring-webmvc exclusion is to avoid spring 5 transient dependencies
    alexander.vazquez committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8b77af8 View commit details
    Browse the repository at this point in the history
  3. migrating jersey. web.xml changes

    alexander.vazquez committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5dc854c View commit details
    Browse the repository at this point in the history
  4. fix: both log4j-over-slf4j and bound slf4j-reload4j on classpath

    alexander.vazquez committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    28827a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. update Tomcat EmbeddedServer from 8.5 to 10.1.31

    Tomcat 8 and 9 are not fully Jakarta compatible
    alexander.vazquez committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    f029b78 View commit details
    Browse the repository at this point in the history
  2. change persistence from javax to jakarta

    alexander.vazquez committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c98c654 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. enable multiPartFeature for file requests

    alexander.vazquez committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    33f4df4 View commit details
    Browse the repository at this point in the history
  2. configure Jasper compile variables

    NOW load login JSP 🚀
    alexander.vazquez committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fc22305 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. fix usersync distro. Solve ClassNotFoundExceptions

    alexander.vazquez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    46bd592 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    e73f64e View commit details
    Browse the repository at this point in the history
  2. add transactionTemplate to fix store session in db.

    alexander.vazquez committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    26231ef View commit details
    Browse the repository at this point in the history
  3. disable security context explicit save

    alexander.vazquez committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    dc3e2dc View commit details
    Browse the repository at this point in the history
  4. javax -> jakarta upgrade

    alexander.vazquez committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c60e734 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. add jackson integration 🎉

    alexander.vazquez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b9dc444 View commit details
    Browse the repository at this point in the history
  2. move hadoop shaded scripts to download-archives.sh

    alexander.vazquez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cbe57be View commit details
    Browse the repository at this point in the history
  3. exclude some spring dependencies

    alexander.vazquez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5e3e38d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. fix unit test in ranger-plugins-common

    alexander.vazquez committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    1f80bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9b433 View commit details
    Browse the repository at this point in the history