Charlie Johnston
Charlie Johnston
Does recognizing it as a work around also mean that the gRPC maintainers don't intend to solve this problem soon? It was mentioned it would be looked into the next...
I apologize if I am missing something but the problem I see as currently on the 1.30.2 version of gRPC is the split packages only exists between `grpc-api` and `grpc-context`...
Is it not possible to also migrate future versions of `instrumentation-api` to depend on `grpc-api` instead of `grpc-context`? `instrumentation-api` would need to move to `grpc-api` anyway to support anything that...
@ejona86 I really appreciate the update on information about this effort. I certainly understand there isn't a way to do this without trading off and every solution likely hurts someone....
Has anyone opened this as an issue with Coursier yet? I raised one: https://github.com/coursier/coursier/issues/2443
Any thoughts on if this is possible? I don't mind contributing that change but knowing nothing about how coursier actually is designed, it would be nice to get some idea...
I am not working on this at the moment, would be great to have someone pick this up that knows Scala :). I've been procrastinating it a bit admittedly.
Is there any intention/support for extra classifier artifacts being in the BOM too? Would be useful for things like test-jars that sometime get published and depended on.
Coursier seems to have added the ability now to specify a file (PR: https://github.com/coursier/coursier/pull/2604) to pass the arguments as a file. Without personally ever touching the lower level Bazel code,...
Thank you @jin , will try to find some time later this week/this weekend to see I can get this working on my own custom JVM rules build.