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

[BUG] The protobuf-java leaks through client library dependencies #16253

Closed
reta opened this issue Oct 9, 2024 · 0 comments · Fixed by #16254
Closed

[BUG] The protobuf-java leaks through client library dependencies #16253

reta opened this issue Oct 9, 2024 · 0 comments · Fixed by #16254
Assignees
Labels
bug Something isn't working Clients Clients within the Core repository such as High level Rest client and low level client v2.18.0 Issues and PRs related to version 2.18.0 v3.0.0 Issues and PRs related to version 3.0.0

Comments

@reta
Copy link
Collaborator

reta commented Oct 9, 2024

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):

  • OS: any
  • Version: 2.0+

Additional context
Add any other context about the problem here.

@reta reta added bug Something isn't working untriaged labels Oct 9, 2024
@reta reta self-assigned this Oct 9, 2024
@github-actions github-actions bot added the Clients Clients within the Core repository such as High level Rest client and low level client label Oct 9, 2024
@reta reta added v3.0.0 Issues and PRs related to version 3.0.0 v2.18.0 Issues and PRs related to version 2.18.0 and removed untriaged labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Clients Clients within the Core repository such as High level Rest client and low level client v2.18.0 Issues and PRs related to version 2.18.0 v3.0.0 Issues and PRs related to version 3.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant