refactor(platformadmin): add Modulith metadata parity, drop domain exemptions - #1056
Conversation
|
Warning Review limit reachedNext included review available in 57 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (11)
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 |
|
All contributors have signed the CLA ✍️ ✅ |
Deploying profiletailors with
|
| Latest commit: |
1407025
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://39718406.profiletailors-com.pages.dev |
| Branch Preview URL: | https://chore-platformadmin-modulith.profiletailors-com.pages.dev |
Deploying app-profile-tailors with
|
| Latest commit: |
1407025
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b1f2aa5b.app-profile-tailors.pages.dev |
| Branch Preview URL: | https://chore-platformadmin-modulith.app-profile-tailors.pages.dev |
Deploying profiletailors-admin with
|
| Latest commit: |
1407025
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://64240e36.profiletailors-com-bx5.pages.dev |
| Branch Preview URL: | https://chore-platformadmin-modulith.profiletailors-com-bx5.pages.dev |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |



Summary
Rebuilds the #1008 intent fresh on current main using the #1010 canonical pattern: Kotlin ModuleMetadata per package, Spring annotations off business types. platformadmin gains a root @ApplicationModule plus four named seams (domain, application, infrastructure, non-standard contracts kept as-is). notifications is confirm-only (untouched).
No behavior, API, schema, or migration change.
Changes
Verification (all green, local)
TDD: registration + exemption removal were applied first and observed RED (exact-set mismatch platformadmin=[contracts, domain]; 3 annotation violations), then metadata + strips turned the suites GREEN.
Notes
Related #1008