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

implement servlet upgrade for ee10 #10128

Open
wants to merge 15 commits into
base: jetty-12.0.x
Choose a base branch
from

Commits on Jul 5, 2023

  1. Various Cleanup in ServletChannel

    Remove lambda for clarity
    gregw committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    66cc353 View commit details
    Browse the repository at this point in the history
  2. Various Cleanup in ServletChannel

    removed unused variable
    gregw committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    adb2fb2 View commit details
    Browse the repository at this point in the history
  3. Various Cleanup in ServletChannel

    Requests are always handled by ServletHandler, one way or another.
    gregw committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a02dd13 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. make ServletChannel error dispatch async

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8faf41e View commit details
    Browse the repository at this point in the history
  2. Various Cleanup in ServletChannel

    Servlet upgrade
    gregw committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    de21dd7 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. scheduleDispatch after error handler callback

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    073e95a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. use AtomicBoolean instead of AtomicInteger for error dispatch callback

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c980ab5 View commit details
    Browse the repository at this point in the history
  2. remove checkAndPrepareUpgrade() from ServletChannel

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0e2a0c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. implement servlet upgrade for ee10

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    68439bf View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. adjust implementation to fix tests

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    452a71b View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into experiment/je…

    …tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
    lachlan-roberts committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1a178a2 View commit details
    Browse the repository at this point in the history
  2. re-enable ServletUpgradeTest for ee10

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f222c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into experiment/je…

    …tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
    lachlan-roberts committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b5ae22f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into experiment/je…

    …tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
    lachlan-roberts committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7911d62 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into experiment/je…

    …tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
    lachlan-roberts committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    1869ca6 View commit details
    Browse the repository at this point in the history