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

Hoist java_rules into envoy #37590

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Hoist java_rules into envoy #37590

merged 2 commits into from
Dec 9, 2024

Conversation

asedeno
Copy link
Contributor

@asedeno asedeno commented Dec 9, 2024

Protobuf 29.0+ depends on rules_java, so let's bring it into Envoy core, syncing what we import in core and mobile.

  • switch to release download url
  • drop strip_prefix since the new url doesn't have a prefix to strip.
  • add rules_java to bazel/repository_locations.bzl
  • add rules_java to _com_google_protobuf() in bazel/repositories.bzl

Risk Level: low
Testing: CI

- switch to release download url
- drop strip_prefix since it's missing at the new url
- add rules_java to bazel/repository_locations.bzl
- add rules_java to _com_google_protobuf() in bazel/repositories.bzl

Signed-off-by: Alejandro R. Sedeño <[email protected]>
Copy link

As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.

Please mark your PR as ready when you want it to be reviewed!

🐱

Caused by: #37590 was opened by asedeno.

see: more, trace.

@repokitteh-read-only repokitteh-read-only bot added the deps Approval required for changes to Envoy's external dependencies label Dec 9, 2024
Copy link

CC @envoyproxy/dependency-shepherds: Your approval is needed for changes made to (bazel/.*repos.*\.bzl)|(bazel/dependency_imports\.bzl)|(api/bazel/.*\.bzl)|(.*/requirements\.txt)|(.*\.patch).
envoyproxy/dependency-shepherds assignee is @phlax

🐱

Caused by: #37590 was opened by asedeno.

see: more, trace.

Signed-off-by: Alejandro R. Sedeño <[email protected]>
@asedeno asedeno marked this pull request as ready for review December 9, 2024 21:49
Copy link
Member

@phlax phlax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks @asedeno

@repokitteh-read-only repokitteh-read-only bot removed the deps Approval required for changes to Envoy's external dependencies label Dec 9, 2024
@phlax phlax merged commit b71e049 into envoyproxy:main Dec 9, 2024
25 checks passed
@asedeno asedeno deleted the hoist-java_rules branch December 9, 2024 22:19
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 this pull request may close these issues.

2 participants