Skip to content

fix(java-os-login): fix copy rules to allow generated v1beta#12830

Draft
zhumin8 wants to merge 4 commits intomainfrom
fix-missing-os-login-v1beta
Draft

fix(java-os-login): fix copy rules to allow generated v1beta#12830
zhumin8 wants to merge 4 commits intomainfrom
fix-missing-os-login-v1beta

Conversation

@zhumin8
Copy link
Copy Markdown
Contributor

@zhumin8 zhumin8 commented Apr 17, 2026

Fix deep-copy-regex in java-os-login/.OwlBot-hermetic.yaml to allow generated code for v1beta to be copied to output destination.

v1beta of java-os-login was added to the generation_config.yaml as part of initial migration to hermetic build: 14b7346, but client library code for v1beta is not present in java-os-login/google-cloud-os-login dir. This is due to deep-copy-regex being too strict and does not copy /v1beta from staging dir to final output.

Expect generation workflow to add code for v1beta.

For #12736
For googleapis/librarian#5370

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the .OwlBot-hermetic.yaml configuration for the java-os-login library. Specifically, it modifies the deep-copy-regex source patterns to use (v.*) instead of (v\d), allowing the tool to match versioned directories that contain more than a single digit. I have no feedback to provide.

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