chore(repo): rename repository references#89
Conversation
📝 WalkthroughWalkthroughThe project was renamed to Spring Batch Plugin Lab across documentation and GitHub Packages configuration. Maven repository URLs now target the renamed package feed, while local database initialization paths reference the service-scoped development directory. ChangesRepository Migration
Estimated code review effort: 1 (Trivial) | ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@fr-batch-service/Taskfile.yml`:
- Around line 29-32: The dbdata command in Taskfile.yml hardcodes the repository
checkout path. Update it to reference 01_init_data.sql through the
repository-root or repository-relative SQL directory, matching the path
resolution used by the local setup documentation and scripts/seed-local-db.sh.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: bfa04379-eb2f-42f1-bef2-054980cf074c
📒 Files selected for processing (10)
.gitpod.ymlREADME.mdbatch-job-api/README.mdbatch-job-api/pom.xmlfault-tolerant-harvester-job/pom.xmlfr-batch-service/Taskfile.ymlfr-batch-service/pom.xmlpartitioned-harvester-job/pom.xmlticket-bundle-job/pom.xmlticket-pdf-job/pom.xml
💤 Files with no reviewable changes (1)
- .gitpod.yml
| - mysql -p frbatchservicedb < /workspace/spring-batch-plugin-lab/fr-batch-service/_devenvironment/db/00_create_schema.sql | ||
| dbdata: | ||
| cmds: | ||
| - mysql -p frbatchservicedb < /workspace/spring-batch-projects/fr-batch-service/_devenvironment/db/01_init_data.sql | ||
| - mysql -p frbatchservicedb < /workspace/spring-batch-plugin-lab/fr-batch-service/_devenvironment/db/01_init_data.sql |
There was a problem hiding this comment.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
Do not hardcode the workspace checkout path.
These commands only work when the repository is checked out exactly at /workspace/spring-batch-plugin-lab. The local setup documentation and scripts/seed-local-db.sh resolve the same SQL directory from the repository root, so use a root-derived or repository-relative path here as well.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@fr-batch-service/Taskfile.yml` around lines 29 - 32, The dbdata command in
Taskfile.yml hardcodes the repository checkout path. Update it to reference
01_init_data.sql through the repository-root or repository-relative SQL
directory, matching the path resolution used by the local setup documentation
and scripts/seed-local-db.sh.

Closes #88
Summary
spring-batch-plugin-lab.Changes
Test Plan
xmllint.Contributor Checklist
Co-Authored-Bytrailers.