Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
3
Code
Issues
0
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Surface oneOf/anyOf validation failures in an RFC 9457 errors[] array
- #104
#104
Merged
thced
merged 13 commits into
master
extenda/openapi-httpserver-java:master
from
feat/oneof-branch-errors
extenda/openapi-httpserver-java:feat/oneof-branch-errors
Copy head branch name to clipboard
Jun 8, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat: Surface oneOf/anyOf validation failures in an RFC 9457 errors[] array
#104
thced
merged 13 commits into
master
extenda/openapi-httpserver-java:master
from
feat/oneof-branch-errors
extenda/openapi-httpserver-java:feat/oneof-branch-errors
Copy head branch name to clipboard
Commits
Commits on Jun 8, 2026
docs: Add design spec for validation errors[] array
thced
committed
18d609a
View commit details
Copy full SHA for 18d609a
Browse repository at this point
docs: Add implementation plan for validation errors array
thced
committed
097d312
View commit details
Copy full SHA for 097d312
Browse repository at this point
feat: Add branch errors to ValidationError
thced
committed
ff24f44
View commit details
Copy full SHA for ff24f44
Browse repository at this point
fix: Reject null branches in ValidationError with a clear message
thced
committed
fb43e09
View commit details
Copy full SHA for fb43e09
Browse repository at this point
feat: Retain oneOf/anyOf branch errors in validator
thced
committed
713f98f
View commit details
Copy full SHA for 713f98f
Browse repository at this point
refactor: Defer anyOf branch-error allocation to the failure path
thced
committed
8249fe9
View commit details
Copy full SHA for 8249fe9
Browse repository at this point
feat: Move validation pointer and keyword into an errors array
Show description for faf6c3a
thced
committed
faf6c3a
View commit details
Copy full SHA for faf6c3a
Browse repository at this point
refactor: Guarantee non-null errors and depth-sort on raw pointers
thced
committed
2961549
View commit details
Copy full SHA for 2961549
Browse repository at this point
test: Assert errors array end-to-end for oneOf failures
thced
committed
82cd048
View commit details
Copy full SHA for 82cd048
Browse repository at this point
docs: Document errors array response shape (RFC 9457)
thced
committed
87efe59
View commit details
Copy full SHA for 87efe59
Browse repository at this point
docs: Show multiple errors entries and anyOf detail in error-response docs
thced
committed
3e7292f
View commit details
Copy full SHA for 3e7292f
Browse repository at this point
docs: Align plan Task 3 commit example with the descriptive message used
thced
committed
f63d5e9
View commit details
Copy full SHA for f63d5e9
Browse repository at this point
refactor: Extract Bad Request title constant and use HTTP_BAD_REQUEST
thced
committed
5ab42be
View commit details
Copy full SHA for 5ab42be
Browse repository at this point
You can’t perform that action at this time.