Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It is easiest to do this if you have the git repository cloned and updated

This project has not no J2EE/jakarta dependencies and so works with both the 10.x.y and 11.x.y versions of jetty,

Check Changes

We First, we need to track any changes to in the 10/11 branch and and origin\11 branch. Cherry pick in any appropriate changes.

We need to track breaking changes in jetty itself.

Note

A potential quick cut is to difference the jetty sources between the two tags

git diff jetty-10.0.9 jetty-10.0.9 10 jetty-deploy/src/main/config/etc/jetty-deploy.xml

and so forth.

...