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

Add ApplicationService with subscribeToFields to java-client-session #1738

Merged

Conversation

devinrsmith
Copy link
Member

No description provided.

@@ -10,6 +10,7 @@ dependencies {

Classpaths.inheritGrpcPlatform(project, 'implementation')
implementation 'io.grpc:grpc-core'
implementation 'io.grpc:grpc-netty'
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member Author

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.

niloc132
niloc132 previously approved these changes Dec 23, 2021
Copy link
Member

@niloc132 niloc132 left a 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

@devinrsmith devinrsmith merged commit f1f920d into deephaven:main Dec 27, 2021
@devinrsmith devinrsmith deleted the java-client/application-service branch December 27, 2021 20:54
@github-actions github-actions bot locked and limited conversation to collaborators Dec 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants