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

Issue #6328 - avoid binding WebSocket MethodHandles #10750

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

Commits on Oct 5, 2023

  1. add MethodHolder abstraction to avoid binding WebSocket MethodHandles

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    0509f55 View commit details
    Browse the repository at this point in the history
  2. remove signature validation from MessageSinks

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

Commits on Oct 9, 2023

  1. fix MethodHolder doInvoke implementation

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

Commits on Oct 16, 2023

  1. use MethodHolder in signature lookup of MessageSink constructor

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

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    42b95c6 View commit details
    Browse the repository at this point in the history
  2. fix jetty-jmh pom file after merge

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