Skip to content

Expand Thingifier 4xx write status handling#74

Merged
eviltester merged 1 commit into
masterfrom
codex/73-expand-4xx-status-range
Jul 20, 2026
Merged

Expand Thingifier 4xx write status handling#74
eviltester merged 1 commit into
masterfrom
codex/73-expand-4xx-status-range

Conversation

@eviltester

Copy link
Copy Markdown
Owner

Summary

  • map application validation failures to 422 Unprocessable Content
  • map repository state conflicts such as duplicate primary keys and max instance limits to 409 Conflict
  • add typed store write exceptions so application error mapping is semantic rather than string-based
  • update generated route docs/OpenAPI response metadata for write routes
  • update store, application, mapper, API regression, relationship, and docgen tests

Verification

  • mvn -pl ercoremodel,thingifier -am verify
  • git diff --check

Closes #73

Copilot AI review requested due to automatic review settings July 20, 2026 09:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@eviltester
eviltester force-pushed the codex/73-expand-4xx-status-range branch from 8271b04 to 1864227 Compare July 20, 2026 09:59
@eviltester
eviltester merged commit 81dfba3 into master Jul 20, 2026
3 checks passed
@eviltester
eviltester deleted the codex/73-expand-4xx-status-range branch July 20, 2026 10:01
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.

Expand 4xx Status Code range

2 participants