Onboard a new library via generate_new_client_hermetic_build.yaml.
To test library onboarding via librarian, in the same pull request created by above workflow,
- delete library code generated (this simulates a real new library addition for librarian, so pom.xml and other files that are only generated once are tested.)
- run librarian add
- librarian generate
- push the commit and verify diffs (expected diff: pom.xml comment markers added)
Alternatively, after a new library is added, use that commit to do same above.
Do this after migrate steps.
For context and blockers: go/sdk-librarian-migration-java
Onboard a new library via generate_new_client_hermetic_build.yaml.
To test library onboarding via librarian, in the same pull request created by above workflow,
Alternatively, after a new library is added, use that commit to do same above.
Do this after migrate steps.
For context and blockers: go/sdk-librarian-migration-java