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

Need update for grpc-1.63 to resolve conflicts with other packages #47

Closed
mamsterla opened this issue Aug 7, 2024 · 2 comments · Fixed by #49 or #50
Closed

Need update for grpc-1.63 to resolve conflicts with other packages #47

mamsterla opened this issue Aug 7, 2024 · 2 comments · Fixed by #49 or #50

Comments

@mamsterla
Copy link

Need to get a version with support for io.grpc-1.63 or newer - there are a number of issue with using the older versions of grpc with other packages that require grpc - this is creating a library management headache. It would be great to get a version that uses the newer libs with the new signatures.

@Anush008
Copy link
Member

Anush008 commented Aug 8, 2024

Hey @mamsterla. Sure, updates are due.
Could you share some issues you ran into?

@mamsterla
Copy link
Author

Sure. I was trying to use the java client in conjunction with another package (Orkes conductor). Both depended on GRPC and had different enough versions that signatures of the methods did not work - conductor required 1.63 and java-client required 1.59 which led to run time errors with netty-shaded. I can check the exact errors, but a simple rebuild seemed to work. I am using a snapshot based on no changes other than bumping the dependency.

@Anush008 Anush008 linked a pull request Aug 9, 2024 that will close this issue
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 a pull request may close this issue.

2 participants