Skip to content

Remove jetty, bump spring version#53

Merged
ChesterEcwid merged 4 commits intomasterfrom
remove-old-jetty
Mar 23, 2026
Merged

Remove jetty, bump spring version#53
ChesterEcwid merged 4 commits intomasterfrom
remove-old-jetty

Conversation

@ChesterEcwid
Copy link
Copy Markdown
Collaborator

@ChesterEcwid ChesterEcwid commented Mar 23, 2026

This pull request updates the project dependencies and versions, primarily focusing on upgrading the Spring framework, removing Jetty dependencies, and cleaning up related test code. The most significant changes are the removal of Jetty from the build and tests, and the upgrade to Spring 7.0.6 across all modules.

Dependency and Version Upgrades:

  • Upgraded the project version to 1.2-ecwid-29 in pom.xml, core/pom.xml, and generator/pom.xml. [1] [2] [3] [4]
  • Upgraded Spring framework version to 7.0.6 in all relevant POM files. [1] [2] [3]

Jetty Removal:

  • Removed Jetty dependencies (jetty-server, jetty-servlet, jetty-webapp) from core/pom.xml.
  • Removed the APIServletTest.java test class, which relied on Jetty for server testing, from the codebase.

Other Dependency Changes:

  • Added commons-lang version 2.6 as a dependency in generator/pom.xml.

@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@ChesterEcwid ChesterEcwid merged commit bd10d87 into master Mar 23, 2026
3 checks passed
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.

3 participants