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

Conversation

Enet4
Copy link
Collaborator

@Enet4 Enet4 commented Oct 4, 2023

Summary

  • Update some Maven plugins
  • Format Java code
  • Reorganize .gitignore
  • Update Jetty from 9.0.3.v20130506 to 9.4.52.v20230823
    • rearrange and reorganize servlets and handlers
    • remover server session attribute
    • mark services known to be unused as deprecated
    • add plugin controller check to skip JettyPluginInterface resource if it is null

- 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
- 2.16.0
   - subsequent versions are not supported by Java 8
- Configure line endings to KEEP
- dicoogle and sdk, some code was not formatted
- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant