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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
extenda
/
openapi-httpserver-java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: Add extra handlers with builder
- #51
#51
Merged
thced
merged 14 commits into
master
extenda/openapi-httpserver-java:master
from
feat/extra-handlers-builder
extenda/openapi-httpserver-java:feat/extra-handlers-builder
Copy head branch name to clipboard
May 12, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
feat: Add extra handlers with builder
#51
thced
merged 14 commits into
master
extenda/openapi-httpserver-java:master
from
feat/extra-handlers-builder
extenda/openapi-httpserver-java:feat/extra-handlers-builder
Copy head branch name to clipboard
Commits
Commits on May 12, 2026
docs: Design for extra (non-OpenAPI) handlers + builder
thced
committed
5ba93fb
View commit details
Copy full SHA for 5ba93fb
Browse repository at this point
docs: Note README updates in extra-handlers design
thced
committed
f1e7937
View commit details
Copy full SHA for f1e7937
Browse repository at this point
feat: Add ClasspathResourceHandler for static resource serving
thced
committed
2e80522
View commit details
Copy full SHA for 2e80522
Browse repository at this point
feat: Add Handlers.aliveHandler and Handlers.specHandler
thced
committed
30e23e8
View commit details
Copy full SHA for 30e23e8
Browse repository at this point
refactor: Use HttpURLConnection constants in alive/spec handlers
thced
committed
86f62c1
View commit details
Copy full SHA for 86f62c1
Browse repository at this point
feat: Add OpenApiServer.Builder with extra-handler support
thced
committed
56dd700
View commit details
Copy full SHA for 56dd700
Browse repository at this point
fix: Use responseLength=-1 for empty-body status responses
Show description for d36982a
thced
committed
d36982a
View commit details
Copy full SHA for d36982a
Browse repository at this point
test: Integration coverage for extra handlers and builder
thced
committed
6f29b49
View commit details
Copy full SHA for 6f29b49
Browse repository at this point
docs: Builder and extra-handlers usage in README
thced
committed
6fae772
View commit details
Copy full SHA for 6fae772
Browse repository at this point
style: Apply Google Java Formatter to GetDataHandler
thced
committed
6cb8a0b
View commit details
Copy full SHA for 6cb8a0b
Browse repository at this point
refactor: Hoist builder setup out of assertThatThrownBy lambdas
Show description for 9441a5e
thced
committed
9441a5e
View commit details
Copy full SHA for 9441a5e
Browse repository at this point
test: Direct unit tests for ClasspathResourceHandler
thced
committed
f8e04f2
View commit details
Copy full SHA for f8e04f2
Browse repository at this point
build: Drop deprecated <silent> parameter from dependency-plugin
Show description for d7186f7
thced
committed
d7186f7
View commit details
Copy full SHA for d7186f7
Browse repository at this point
refactor: Drop redundant eq() matchers in ClasspathResourceHandlerTest
Show description for 84da773
thced
committed
84da773
View commit details
Copy full SHA for 84da773
Browse repository at this point
You can’t perform that action at this time.