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

[OSJC-226] refactor watch to use websockets #89

Merged

Conversation

jcantrill
Copy link
Contributor

No description provided.

@jcantrill
Copy link
Contributor Author

@fbricon @adietish Please review and comment.

@jcantrill
Copy link
Contributor Author

[test]

public String websocket() {
String url = build().toString();
url = "wss" + url.substring(url.indexOf(":"));
LOG.debug(String.format("Built url: %s", url));
Copy link
Contributor

Choose a reason for hiding this comment

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

LOG.debug("Built url: {}", url);
so that .format() doesn't get evaluated if not in debug mode

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it will always be evaluated. prefer i add in a 'isDebug' ?

@openshift-bot
Copy link
Contributor

Java Client Test Results: Running (https://ci.openshift.redhat.com/jenkins/job/test-openshift-restclient-java/45/)

@jcantrill
Copy link
Contributor Author

[merge]

@openshift-bot
Copy link
Contributor

Java Client Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge-openshift-restclient-java/45/)

@openshift-bot
Copy link
Contributor

Evaluated for javaclient merge up to 3f5be8a

@openshift-bot
Copy link
Contributor

Evaluated for javaclient test up to 3f5be8a

openshift-bot pushed a commit that referenced this pull request Nov 10, 2015
@openshift-bot openshift-bot merged commit 2acceac into openshift:master Nov 10, 2015
@jcantrill jcantrill deleted the refactor_watch_use_websockets branch November 10, 2015 21:29
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.

None yet

3 participants