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

Jetty 12 - Cleanup Shutdown classes #9201

Merged
merged 7 commits into from
Jan 25, 2023

Conversation

joakime
Copy link
Contributor

@joakime joakime commented Jan 24, 2023

  • Fixed ShutdownHandler in jetty-core (with test cases)
  • Removed ee9 ShutdownHandler
  • Renamed GracefulShutdownHandler to just GracefulHandler

Fixes #9200

@joakime joakime added this to the 12.0.x milestone Jan 24, 2023
@joakime joakime self-assigned this Jan 24, 2023
@joakime joakime linked an issue Jan 24, 2023 that may be closed by this pull request
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need a graceful module

@@ -28,14 +28,14 @@
/**
* Handler to track active requests and allow them to gracefully complete.
*/
public class GracefulShutdownHandler extends Handler.Wrapper implements Graceful
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a module and xml to add this to a jetty-home? If not, we probably need one, if so, then it needs to have the rename.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not that I can find.

Let me add a module to this PR then.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@joakime joakime requested a review from gregw January 24, 2023 23:08
@joakime joakime requested review from lorban and gregw January 25, 2023 19:54
@joakime joakime merged commit 81f7031 into jetty-12.0.x Jan 25, 2023
@joakime joakime deleted the fix/jetty-12.0.x/rename-shutdown-classes branch January 25, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jetty 12 - Clean up shutdown / stop of server
3 participants