You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reta opened this issue
Oct 9, 2024
· 0 comments
· Fixed by #16254
Assignees
Labels
bugSomething isn't workingClientsClients within the Core repository such as High level Rest client and low level clientv2.18.0Issues and PRs related to version 2.18.0v3.0.0Issues and PRs related to version 3.0.0
Since introduction of protobuf-java for extensions, it also leaks through client library dependencies all over the place. It is not needed and could be safely removed.
Related component
Clients
To Reproduce
See please ./gradlew :client:rest-high-level:dependencies
Expected behavior
The protobuf-java should not leak into client dependencies.
Additional Details
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
OS: any
Version: 2.0+
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
bugSomething isn't workingClientsClients within the Core repository such as High level Rest client and low level clientv2.18.0Issues and PRs related to version 2.18.0v3.0.0Issues and PRs related to version 3.0.0
Describe the bug
Since introduction of
protobuf-java
for extensions, it also leaks through client library dependencies all over the place. It is not needed and could be safely removed.Related component
Clients
To Reproduce
See please
./gradlew :client:rest-high-level:dependencies
Expected behavior
The
protobuf-java
should not leak into client dependencies.Additional Details
Plugins
Standard
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: