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

Remove close from proxy interface #1400

Merged

Conversation

emerkle826
Copy link
Collaborator

Fixes #1385

close() is really only called by the JMX implementation to get rid of stale JMX connections. We son't have that situation with the Management API client, nor is there any real way to close the client. So this essentially refactors the parent interface to remove close() and only implement it within the JMX proxy and factory classes.

@emerkle826 emerkle826 linked an issue Sep 7, 2023 that may be closed by this pull request
Copy link
Contributor

@Miles-Garnsey Miles-Garnsey left a comment

Choose a reason for hiding this comment

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

A small PR is a good PR ;)

@adejanovski adejanovski merged commit 89d1369 into integration/http-managementproxy Sep 8, 2023
18 of 20 checks passed
Miles-Garnsey pushed a commit that referenced this pull request Oct 3, 2023
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.

Implement close() in the HttpManagementProxy
3 participants