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

Fixes #5857 - Deprecate AbstractConnectionPool "callback" methods. #11542

Conversation

sbordet
Copy link
Contributor

@sbordet sbordet commented Mar 21, 2024

Deprecated idle(), acquired(), released() for removal.
Renamed removed(), now deprecated, to onRemoved() to match with onCreated().
Kept onCreated() and onRemoved() as they are the only methods that are not racy.

Deprecated idle(), acquired(), released() for removal.
Renamed removed(), now deprecated, to onRemoved() to match with onCreated().
Kept onCreated() and onRemoved() as they are the only methods that are not racy.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet requested review from lorban and joakime March 21, 2024 08:51
@sbordet sbordet linked an issue Mar 21, 2024 that may be closed by this pull request
Copy link
Contributor

@joakime joakime left a comment

Choose a reason for hiding this comment

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

Minor language changes in Javadoc.

lorban
lorban previously approved these changes Mar 21, 2024
Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet merged commit 0ab9f68 into jetty-12.0.x Mar 22, 2024
8 checks passed
@sbordet sbordet deleted the fix/jetty-12/5857/deprecate-abstractconnectionpool-callbacks branch March 22, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Deprecate AbstractConnectionPool "callback" methods
3 participants