feat(forge): add sharding runtime harness#19
Merged
Conversation
Owner
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
12 tasks
fronzec
force-pushed
the
feat/spring-sharding-runtime
branch
from
July 19, 2026 02:00
0eb2b02 to
f541ec6
Compare
fronzec
force-pushed
the
feat/spring-sharding-migration
branch
from
July 19, 2026 02:00
6465216 to
17b08f1
Compare
fronzec
changed the base branch from
feat/spring-sharding-migration
to
graphite-base/19
July 19, 2026 02:01
fronzec
added a commit
that referenced
this pull request
Jul 19, 2026
Closes #17 ## Summary - Migrate the synchronized Spring and ShardingSphere order-service core into Forge. - Preserve the historical API, package identity, framework versions, and parity sharding rule. - Replace machine-bound datasource values with documented environment placeholders and add four infrastructure-independent tests. ## Changes | Area | Change | | --- | --- | | `database-sharding/order-service/java-spring-shardingsphere/` | Add Maven metadata, application source, ShardingSphere configuration, tests, and a minimal migration record. | ## 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 - [x] Source `main` synchronized at `c72d2e7`; existing WIP remains in source `stash@{0}`. - [x] `./mvnw test` passed 4 tests with no failures, errors, or skips. - [x] `./mvnw clean` removed build output. - [x] `xmllint --noout pom.xml`, YAML syntax parsing, and `git diff --check` passed. ## Chain Context | Field | Value | | --- | --- | | Chain | Spring sharded order migration | | Tracker PR | Not needed | | Position | 1 of 2 | | Base | `main` | | Depends on | None | | Follow-up | #19 | | Review budget | 399 semantic + 427 generated wrapper lines | | Starts at | Synchronized source commit `c72d2e7` | | Ends with | Buildable sharded-order application core and tests | ### Chain Overview ```text main └── 📍 #18 Sharded order core └── #19 Runtime harness and documentation ``` ### Scope - Includes: application, sharding configuration, Maven wrapper, focused tests, and minimal status documentation. - Excludes: local containers, lifecycle commands, requests, full runtime documentation, 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 unrelated experiments. - [x] Tests are included with the application behavior. ## Contributor Checklist - [x] Linked approved issue #17. - [x] Used conventional commit format. - [x] Added no real credentials or generated build output. - [x] Added no AI attribution or co-author trailers.
fronzec
force-pushed
the
feat/spring-sharding-runtime
branch
from
July 19, 2026 02:01
f541ec6 to
87c2ee2
Compare
fronzec
force-pushed
the
feat/spring-sharding-runtime
branch
from
July 19, 2026 02:02
87c2ee2 to
118bebe
Compare
Owner
Author
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 #16
Summary
podman-compose.Changes
database-sharding/order-service/java-spring-shardingsphere/README.mdTest Plan
./mvnw test: 4 tests passed../mvnw clean; no build output remains.git diff --check.Chain Context
feat/spring-sharding-migrationChain Overview
Scope
Autonomy
Contributor Checklist
.env.example; real.envremains ignored.