This repository was archived by the owner on Sep 16, 2023. It is now read-only.
feat: removing migrated grpc- and proto- modules from repository#592
Merged
feat: removing migrated grpc- and proto- modules from repository#592
Conversation
The proto- and grpc- modules have been migrated to https://github.com/googleapis/gapic-generator-java/tree/main/java-iam
|
Warning: This pull request is touching the following templated files:
|
e05da1b to
7d42924
Compare
suztomo
commented
Jan 10, 2023
| "repo_short": "java-iam", | ||
| "library_type": "OTHER", | ||
| "distribution_name": "com.google.api.grpc:proto-google-iam-v1", | ||
| "distribution_name": "com.google.cloud:google-iam-policy", |
Member
Author
There was a problem hiding this comment.
Memo: OwlBot Postprocessor modifies versions.txt and other files based on repo-metadata.json.
suztomo
commented
Jan 10, 2023
| mvn clean install -B -q -DskipTests=true | ||
|
|
||
| export NAME=proto-google-iam-v1 | ||
| export NAME=google-iam-policy |
Member
Author
There was a problem hiding this comment.
OwlBot PostProcessor made this change, based on the repo-metadata.json change.
| mvn clean install -B -q -DskipTests=true | ||
|
|
||
| export NAME=proto-google-iam-v1 | ||
| export NAME=google-iam-policy |
Member
Author
There was a problem hiding this comment.
OwlBot PostProcessor made this change, based on the repo-metadata.json change.
ddixit14
approved these changes
Jan 10, 2023
suztomo
commented
Jan 10, 2023
| <modelVersion>4.0.0</modelVersion> | ||
| <groupId>com.google.cloud</groupId> | ||
| <artifactId>google-iam-parent</artifactId> | ||
| <artifactId>google-iam-policy-parent</artifactId> |
Member
Author
There was a problem hiding this comment.
Changing the artifact ID to avoid conflict with the one in gapic-generator-java/java-iam.
Member
Author
|
It's "feat" to make it releasable unit with a minor version bump. |
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Jan 11, 2023
🤖 I have created a release *beep* *boop* --- ## [1.7.0](https://togithub.com/googleapis/java-iam/compare/v1.6.23...v1.7.0) (2023-01-10) ### Features * Removing migrated grpc- and proto- modules from repository ([#592](https://togithub.com/googleapis/java-iam/issues/592)) ([9c4b9aa](https://togithub.com/googleapis/java-iam/commit/9c4b9aace04fc72868f4dcaf289eb0a8f35d4e1f)) ### Bug Fixes * Remove 'unstable API' message from README.md ([#570](https://togithub.com/googleapis/java-iam/issues/570)) ([8da89f5](https://togithub.com/googleapis/java-iam/commit/8da89f59cbe323b2cc5eb2b483485e424622b027)) ### Dependencies * Update dependency com.google.cloud:google-iam-policy to v1.6.23 ([#578](https://togithub.com/googleapis/java-iam/issues/578)) ([aa49b5e](https://togithub.com/googleapis/java-iam/commit/aa49b5efaf53fcafc0bbd7662e8b016fcfc2ff61)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The proto- and grpc- modules have been migrated to
https://github.com/googleapis/gapic-generator-java/tree/main/java-iam