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 #4691 - Use MethodHandles.lookup() consistently in WebSocket code. #4692

Merged

Commits on Mar 22, 2020

  1. Issue #4691 - Use MethodHandles.lookup() consistently in WebSocket code.

    * Using MethodHandles.publicLookup().in(...) instead of privateLookupIn(...).
    * Moved test WebSocket EndPoint classes into the proper package, otherwise
      they would not be accessible because the test package is not exported.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    10f4fda View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Issue #4691 - Remove unnecessary throws from getMethodHandleLookup.

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