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

Loosen ServiceRef JMXServiceURL coupling #521

Merged
merged 4 commits into from
Jun 17, 2021

Conversation

andrewazores
Copy link
Member

Related to #520 #495 #280 #281

Use (absolute) URIs in most ServiceRef API touch-points rather than JMXServiceURLs to reduce coupling and ease future explorations for non-JMX connections. JMXServiceURLs are still required in other places, namely the TargetConnectionManager only knows how to deal with JMXServiceURLs.

Use (absolute) URIs in most API touch-points rather than JMXServiceURLs to reduce coupling and ease future explorations for non-JMX connections
@andrewazores andrewazores requested a review from ebaron June 17, 2021 15:39
Copy link
Member

@ebaron ebaron left a comment

Choose a reason for hiding this comment

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

Looks good!

@andrewazores andrewazores merged commit e6c3760 into cryostatio:main Jun 17, 2021
@andrewazores andrewazores deleted the serviceref-uri branch June 17, 2021 21:18
jan-law pushed a commit to jan-law/cryostat that referenced this pull request Jun 21, 2021
* Remove constructor

* Remove another constructor

* Loosen JMXServiceURL coupling

Use (absolute) URIs in most API touch-points rather than JMXServiceURLs to reduce coupling and ease future explorations for non-JMX connections

* Remove last JMXServiceURL-coupled constructor
jan-law pushed a commit to jan-law/cryostat that referenced this pull request Jun 21, 2021
andrewazores added a commit to andrewazores/cryostat that referenced this pull request Jun 24, 2021
* Remove constructor

* Remove another constructor

* Loosen JMXServiceURL coupling

Use (absolute) URIs in most API touch-points rather than JMXServiceURLs to reduce coupling and ease future explorations for non-JMX connections

* Remove last JMXServiceURL-coupled constructor
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.

2 participants