-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update Java and SocketTransportJava to 1.5.8 #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of manually adding the socket transport here, can we pull it from the up-transport-socket repo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, the PR looks good. Please find my comments below:
test_agent/java/src/main/java/org/eclipse/uprotocol/TestAgent.java
Outdated
Show resolved
Hide resolved
test_agent/java/src/main/java/org/eclipse/uprotocol/TestAgent.java
Outdated
Show resolved
Hide resolved
up_client_socket/java/src/main/java/org/eclipse/uprotocol/SocketUTransport.java
Show resolved
Hide resolved
up_client_socket/java/src/main/java/org/eclipse/uprotocol/SocketUTransport.java
Show resolved
Hide resolved
test_agent/java/src/main/java/org/eclipse/uprotocol/Constants/ActionCommands.java
Outdated
Show resolved
Hide resolved
* Change INVALID_ARGUMENT to FAILED_PRECONDITION * Remove invokemethod constant
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.