fix(spring codegen): use client-library-artifact-id as pom artifactId prefix#1092
Merged
zhumin8 merged 1 commit intoautoconfig-gen-draft2from Nov 14, 2022
Merged
fix(spring codegen): use client-library-artifact-id as pom artifactId prefix#1092zhumin8 merged 1 commit intoautoconfig-gen-draft2from
zhumin8 merged 1 commit intoautoconfig-gen-draft2from
Conversation
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
|
Kudos, SonarCloud Quality Gate passed! |
emmileaf
approved these changes
Nov 11, 2022
diegomarquezp
approved these changes
Nov 14, 2022
diegomarquezp
pushed a commit
that referenced
this pull request
Nov 14, 2022
diegomarquezp
added a commit
that referenced
this pull request
Nov 24, 2022
* fix(spring codegen): use client-library-artifact-id as pom artifactId prefix. (#1092) * rename to global properties * fix(test): update goldens * fix: format * fix: typo in GLobalProperties * fix: typo in goldens * fix: remove unnecessary comments * fix: reference to com.google.cloud.spring.global * fix: typo and static ref fix Co-authored-by: Min Zhu <zhumin@google.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.








Instead of package name, use corresponding client library's artifact-id as artifact id prefix for spring modules.
Reasoning of this change:
-v1beta1/-v1from package name is mininum.