-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: [vmwareengine] new module for vmwareengine #8837
Conversation
This doesn't look like the intended behavior. Not sure why it's updating the pom.xml for other modules. |
@@ -9,7 +9,7 @@ | |||
<parent> | |||
<groupId>com.google.cloud</groupId> | |||
<artifactId>google-cloud-pom-parent</artifactId> | |||
<version>1.1.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} --> | |||
<version>1.1.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-pom-parent:current} --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ddixit14 1 or more scripts need to be updated to use google-cloud-java tag. Can you identify which scripts to be updated and create a pull request?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR shouldn't update this file. Right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's updating the {x-version-update: ... :current}
tag via
"bash", "generation/set_parent_pom.sh" |
I think this should update it correctly: #8848.
…ew_module_java-vmwareengine
"release_level": "preview", | ||
"transport": "grpc", | ||
"language": "java", | ||
"repo": "googleapis/java-vmwareengine", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be googleapis/google-cloud-java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel this can be fixed later. Do you see this field in JSON used somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll create an issue for this then. Issue: #8849
java-vmwareengine/README.md
Outdated
@@ -0,0 +1,201 @@ | |||
# Google Google Cloud VMware Engine Client for Java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this line "Google Cloud VMware Engine Client for Java"? No need to re-run the script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it get overwritten the next time owlbot post processor runs? I thought the README template is from: https://github.com/googleapis/synthtool/blob/934c51d74f1ec59a20892525248de1bed8fec638/synthtool/gcp/templates/java_library/README.md?plain=1#L5
Hmm, actually I can test this and see...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, post processor doesn't overwrite this. I assumed the post-processor created the README via synthtool: https://github.com/googleapis/google-cloud-java/blob/0f71f527a7e5c9812767b3c9e0820bc033b57510/generation/new_client/new-client.py#LL223C12-L223C12
If not, how was the README.md created?
New Client has been generated with this command: