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

Update Jetty to v9.4 #671

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Commits on Sep 30, 2023

  1. [dicoogle][sdk] Update maven plugins

    - maven-compiler-plugin 3.11.0
    - maven-shade-plugin 3.5.1
    - maven-resources-plugin 3.3.1
    - frontend-maven-plugin 1.14.0
       - update nodeVersion to 18.17.1 and npmVersion to 9.6.7
    - license-maven-plugin 4.3
    - formatter-maven-plugin 2.12.2
    Enet4 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    52c50f4 View commit details
    Browse the repository at this point in the history
  2. Update formatter-maven-plugin

    - 2.16.0
       - subsequent versions are not supported by Java 8
    - Configure line endings to KEEP
    Enet4 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    07bdea1 View commit details
    Browse the repository at this point in the history
  3. Format Java code

    - dicoogle and sdk, some code was not formatted
    Enet4 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    cdb0c07 View commit details
    Browse the repository at this point in the history
  4. Reorganize .gitignore

    Enet4 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    c846c09 View commit details
    Browse the repository at this point in the history
  5. Update Jetty to 9.4

    - from 9.0.3.v20130506 to 9.4.52.v20230823
    - rearrange and reorganize servlets and handlers
      so that the server provides everything
    - remove server session attribute
       - we already handle user sessions separately at the moment
    - mark services known to be unused as deprecated
    - add plugin controller check
      to skip JettyPluginInterface resource if it is null
    Enet4 committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    59f32bf View commit details
    Browse the repository at this point in the history