You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(internal/config): support libraries bom version and default java module (#4838)
Support for specifying a libraries_bom_version in the Java
configuration. It adds a default java module to the Default
configuration struct to allow shared Java settings across all libraries.
Updated the Java migration tool (tool/cmd/migrate/java.go) to parse
libraries_bom_version from generation_config.yaml and include it in the
generated librarian.yaml.
This version info is needed in README.md generation.
For #4306
For #4308
0 commit comments