-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add ApplicationService with subscribeToFields to java-client-session #1738
Add ApplicationService with subscribeToFields to java-client-session #1738
Conversation
@@ -10,6 +10,7 @@ dependencies { | |||
|
|||
Classpaths.inheritGrpcPlatform(project, 'implementation') | |||
implementation 'io.grpc:grpc-core' | |||
implementation 'io.grpc:grpc-netty' |
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.
It seems odd that this wasn't required before now, in that it might be a hole in the java-client-session api to not convey this, or this might be a more in-depth example than normally goes in this project?
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.
Sorry, I need to change this to runtimeOnly
.
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.
During your BOM refactoring, the session-examples broke - I haven't dug too deep, but this is the quick fix to get it back working.
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.
approved, with a thought to consider
No description provided.