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

fix: Remove self-generated google common protos #183

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

nand4011
Copy link
Contributor

@nand4011 nand4011 commented Aug 3, 2023

Stop generating google common protos. A customer is getting conflicts because they are colliding with those in the proto-google-common-protos dependency.

Change java artifact developer to the generic momento dev to match the java SDK.

Temporarily disable conditional releases of the java protos and add debug statements because java appears to never be released.

Stop generating google common protos. A customer is getting conflicts
because they are colliding with those in the proto-google-common-protos
dependency.

Temporarily disable conditional releases of the java protos and add
debug statements because java appears to never be released.
@nand4011 nand4011 requested a review from cprice404 August 3, 2023 18:09
@nand4011
Copy link
Contributor Author

nand4011 commented Aug 3, 2023

I was able to run the integration tests in the Java SDK using this as a local dependency. I'll do more testing once it's released.

protobuf(files("../proto/"))
protobuf(files(fileTree("../proto") {
include("*.proto")
exclude("**/*/*.proto")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the meat of the change. The top level proto files are ours. There is a google directory containing the protos we want to exclude.

@nand4011 nand4011 merged commit dd54989 into main Aug 7, 2023
7 checks passed
@nand4011 nand4011 deleted the java-remove-google-protos branch August 7, 2023 21:20
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