Skip to content

feat(internal/librarian/java): add README metadata parsing helpers#6595

Open
yangyzs wants to merge 2 commits into
googleapis:mainfrom
yangyzs:feat/java-readme-metadata-parsers
Open

feat(internal/librarian/java): add README metadata parsing helpers#6595
yangyzs wants to merge 2 commits into
googleapis:mainfrom
yangyzs:feat/java-readme-metadata-parsers

Conversation

@yangyzs

@yangyzs yangyzs commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Add toCamelCase, parseGroupIDArtifactID, and parseRepoShortName helpers to format Maven coordinates, repository names, and identifiers for README generation. Add unit tests in readme_test.go.

For #6515

Add toCamelCase, parseGroupIDArtifactID, and parseRepoShortName helpers
to format Maven coordinates, repository names, and identifiers for README
generation. Add unit tests in readme_test.go.

For googleapis#6515
@yangyzs yangyzs requested a review from a team as a code owner June 30, 2026 19:31

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

Copy link
Copy Markdown
Contributor

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 introduces three utility functions to 'internal/librarian/java/readme.go': 'toCamelCase' for converting various string formats to CamelCase, 'parseGroupIDArtifactID' for splitting Maven distribution names, and 'parseRepoShortName' for extracting short repository names. It also adds comprehensive unit tests for these functions in 'readme_test.go'. There are no review comments, and I have no additional feedback to provide.

@JoeWang1127

Copy link
Copy Markdown
Contributor

Could you fix the conflicts?

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