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

Use HostAndPort#getHostText instead of HostAndPort#getHost #230

Merged
merged 1 commit into from
Dec 7, 2017

Conversation

stevie400
Copy link
Contributor

@stevie400 stevie400 commented Aug 9, 2017

HostAndPost#getHost replaced HostAndPort#getHostText in Guava 20 and HostAndPort#getHostText was removed in Guava 22. This PR should have no semantic effect on your code. Java doc

I had to upgrade to Guava 20.0 to get the new functionality, if I go to 21 tests fail because curator is not compatible with that version. This codepath should never be hit outside of BaragonAgentService, so don't rush to merge this if you're worried about the version change.

@ssalinas @baconmania @darcatron

@ssalinas
Copy link
Member

ssalinas commented Oct 5, 2017

Thanks @stevegutz , I'll try this out in staging/qa before merging

@ssalinas ssalinas added the qa label Oct 5, 2017
@ssalinas ssalinas merged commit 85816f0 into master Dec 7, 2017
@ssalinas ssalinas deleted the rm-getHostText branch December 7, 2017 16:02
@ssalinas ssalinas added this to the 0.6.0 milestone Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants