Skip to content

chore: fix duplicated java- prefix in shopping merchant directory names - #14468

Open
blakeli0 wants to merge 1 commit into
googleapis:mainfrom
blakeli0:chore/rename-shopping-merchant-dirs
Open

blakeli0 wants to merge 1 commit into
googleapis:mainfrom
blakeli0:chore/rename-shopping-merchant-dirs

Conversation

@blakeli0

@blakeli0 blakeli0 commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

Problem

Two modules were generated into directories with a duplicated java- prefix:

  • java-java-shopping-merchant-issue-resolution
  • java-java-shopping-merchant-order-tracking

Every other module in this monorepo follows the java-<service> convention, and all their sibling Merchant API libraries are named java-shopping-merchant-* (accounts, conversions, datasources, inventories, lfp, ...).

Changes

  • Renamed both directories to drop the extra java- prefix (done with git mv, so history is preserved and the diff registers as pure renames).
  • Updated the <module> entries in the root pom.xml. They had been sorted under java-j* (stranded between java-iot and java-kms) and are now moved into their correct alphabetical position alongside the other java-shopping-merchant-* modules.
  • Fixed the GitHub tree/main/... links for both libraries in the root README.md, which currently 404.
  • Fixed repo_short in each module's .repo-metadata.json.

Impact

None on published artifacts. Maven coordinates are unchanged — both libraries already publish correctly as com.google.shopping:google-shopping-merchant-issue-resolution and com.google.shopping:google-shopping-merchant-order-tracking. This only corrects directory naming and the stale links/metadata that referenced it.

…ames

The `java-shopping-merchant-issue-resolution` and
`java-shopping-merchant-order-tracking` modules were generated into
directories with a duplicated prefix: `java-java-shopping-merchant-*`.
Every other module in the monorepo follows the `java-<service>` convention.

Changes:
- Rename both directories to drop the extra `java-` prefix.
- Update the `<module>` entries in the root `pom.xml`, moving them into
  their correct alphabetical position alongside the other
  `java-shopping-merchant-*` modules.
- Fix the GitHub links for both libraries in the root `README.md`.
- Fix `repo_short` in each module's `.repo-metadata.json`.

No Maven coordinates change, so this has no effect on published artifacts.
@blakeli0
blakeli0 requested review from a team as code owners September 21, 2026 19:43

@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 corrects a naming typo in the repository paths and metadata for the Merchant Issue Resolution API and Merchant Order Tracking API, changing the incorrect "java-java-" prefix to "java-" in the README.md and .repo-metadata.json files. I have no additional feedback to provide as the changes are straightforward and correct.

@snippet-bot

snippet-bot Bot commented Sep 21, 2026

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 72 region tags.
You are about to delete 72 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

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.

1 participant