feat(forge): migrate sharded order core#18
Merged
Conversation
Owner
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
13 tasks
fronzec
force-pushed
the
feat/spring-sharding-migration
branch
from
July 19, 2026 02:00
6465216 to
17b08f1
Compare
Owner
Author
fronzec
added a commit
that referenced
this pull request
Jul 19, 2026
Closes #16 ## Summary - Add a self-contained two-shard MySQL development runtime through `podman-compose`. - Add safe environment placeholders, Taskfile lifecycle commands, and parity-focused HTTP requests. - Expand the experiment record with setup, routing proof, tradeoffs, limitations, and verification evidence. ## Changes | Area | Change | | --- | --- | | `database-sharding/order-service/java-spring-shardingsphere/` | Add Compose, environment example, Taskfile, requests, and complete experiment documentation. | | `README.md` | Add the sharding experiment to the Forge catalog. | ## Test Plan - [x] Parsed Maven XML and all four YAML files. - [x] Re-ran `./mvnw test`: 4 tests passed. - [x] Re-ran `./mvnw clean`; no build output remains. - [x] Verified both stack ranges with `git diff --check`. - [ ] Run container and physical routing proof; Podman 5.8.2 cannot connect to its stopped local machine and the limitation is documented. ## Chain Context | Field | Value | | --- | --- | | Chain | Spring sharded order migration | | Tracker PR | Not needed | | Position | 2 of 2 | | Base | `feat/spring-sharding-migration` | | Depends on | #18 | | Follow-up | None | | Review budget | 248 / 400 changed lines | | Starts at | The buildable sharded-order core from #18 | | Ends with | A self-contained documented local sharding experiment | ### Chain Overview ```text main └── #18 Sharded order core └── 📍 #19 Runtime harness and documentation ``` ### Scope - Includes: runtime harness, safe local configuration, requests, complete docs, and catalog entry. - Excludes: framework upgrades, automated container orchestration scripts, source WIP, merge, and archival. ### Autonomy - [x] CI is expected to pass for this PR branch. - [x] This PR has one deliverable scope. - [x] This PR can be rolled back without removing the application core. - [x] Documentation records executed and skipped verification honestly. ## Contributor Checklist - [x] Linked approved issue #16. - [x] Used conventional commit format. - [x] Added exactly one safe `.env.example`; real `.env` remains ignored. - [x] Added no AI attribution or co-author trailers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Closes #17
Summary
Changes
database-sharding/order-service/java-spring-shardingsphere/Review Budget
This PR has 399 semantic lines plus 427 lines of unchanged generated Maven wrapper tooling. The wrapper is reported separately because splitting its scripts from the application would not improve reviewability or rollback.
Test Plan
mainsynchronized atc72d2e7; existing WIP remains in sourcestash@{0}../mvnw testpassed 4 tests with no failures, errors, or skips../mvnw cleanremoved build output.xmllint --noout pom.xml, YAML syntax parsing, andgit diff --checkpassed.Chain Context
mainc72d2e7Chain Overview
Scope
Autonomy
Contributor Checklist