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 #5832 - shutdown Javax WSClientContainer with webapp if possible. #5840

Merged

Commits on Dec 22, 2020

  1. Issue #5832 - deregister ShutdownThread for WebSocketClientContainer

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 22, 2020
    Copy the full SHA
    97bbec7 View commit details
    Browse the repository at this point in the history
  2. register ShutdownThread in doStart

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 22, 2020
    Copy the full SHA
    374e02c View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Issue #5832 - shutdown WSClientContainer with ContextHandler if possible

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 23, 2020
    Copy the full SHA
    25f8c65 View commit details
    Browse the repository at this point in the history
  2. Issue #5832 - use lifeCycleStopping as lifeCycleStopped is never called

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

Commits on Dec 24, 2020

  1. Issue #5832 - changes from review

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Dec 24, 2020
    Copy the full SHA
    3286f9a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Allow shutdown of Javax WS Client Container though a SCI

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 8, 2021
    Copy the full SHA
    774dac6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Issue #5832 - deprecate and remove usage of the ContainerInitializer …

    …utility
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 12, 2021
    Copy the full SHA
    9e19e87 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Issue #5832 - changes from review

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 13, 2021
    Copy the full SHA
    35051df View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. improve testing for JavaxWebSocketClientContainer shutdown

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 14, 2021
    Copy the full SHA
    2f61766 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-…

    …5832-WebSocketShutdownThread
    lachlan-roberts committed Jan 18, 2021
    Copy the full SHA
    29f1859 View commit details
    Browse the repository at this point in the history
  2. Issue #5832 - fix bugs when stopping the JavaxWebSocketClientContainer

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 18, 2021
    Copy the full SHA
    a60ecfa View commit details
    Browse the repository at this point in the history
  3. Issue #5832 - fix bugs when stopping the JavaxWebSocketClientContainer

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 18, 2021
    Copy the full SHA
    99aef1a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Rename JavaxWebSocketClientContainer.initialize to setShutdownContainer.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 20, 2021
    Copy the full SHA
    c6c1ccf View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. only allow adding ServletContainerInitializers before starting

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Jan 21, 2021
    Copy the full SHA
    ff4f2ef View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

  1. Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-10.0.x-…

    …5832-WebSocketShutdownThread
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Feb 21, 2021
    Copy the full SHA
    7760d04 View commit details
    Browse the repository at this point in the history
  2. Revert changes to ServletContainerInitializer

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Feb 21, 2021
    Copy the full SHA
    ed86361 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Issue #5832 - Improve testing for WebSocket client shutdown.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Feb 22, 2021
    Copy the full SHA
    47f24db View commit details
    Browse the repository at this point in the history