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
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
.
OpenFeign
/
feign
Public
Notifications
You must be signed in to change notification settings
Fork
1.9k
Star
9.8k
Code
Issues
208
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
feign
graphql
src
main
java
on
master
User selector
All users
All time
Commit history
Commits on Aug 11, 2026
Fix subscription worker starvation under a small thread pool
Show description for 3577c00
velo
committed
3577c00
View commit details
Copy full SHA for 3577c00
View code at this point
Browse repository at this point
Commits on Aug 10, 2026
Bound GraphQL subscription reads, threads and send failures
Show description for afc0764
velo
committed
afc0764
View commit details
Copy full SHA for afc0764
View code at this point
Browse repository at this point
Add GraphQL subscription support over graphql-transport-ws
Show description for 0852535
velo
committed
0852535
View commit details
Copy full SHA for 0852535
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
revert: move Request.Body streaming breaking changes off master, they belong to 14.x (#3409)
Show description for 216dbf7
velo
authored
216dbf7
View commit details
Copy full SHA for 216dbf7
View code at this point
Browse repository at this point
Commits on Jun 6, 2026
fix: prevent Content-Length smuggling, log format-string injection, and common-pool starvation in streaming bodies
Show description for f9159cf
3 people
authored
f9159cf
View commit details
Copy full SHA for f9159cf
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
feat(graphql-apt): honor @deprecated schema directive with class/method overrides
Show description for ee8023b
velo
committed
ee8023b
View commit details
Copy full SHA for ee8023b
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
Add useAliasForFieldNames config to graphql-apt for alias-aware record naming
Show description for 81216a7
velo
committed
81216a7
View commit details
Copy full SHA for 81216a7
View code at this point
Browse repository at this point
Commits on Mar 17, 2026
Delegate Optional record field handling to Jackson instead of custom reflection
Show description for eb5245b
velo
committed
eb5245b
View commit details
Copy full SHA for eb5245b
View code at this point
Browse repository at this point
Simplify GraphqlDecoder convertWithOptionalSupport: use Types.getRawType, eliminate double-scan, use canonical constructor
Show description for a359645
velo
committed
a359645
View commit details
Copy full SHA for a359645
View code at this point
Browse repository at this point
Merge branch 'master' into fix/graphql-decoder-optional-and-list-nulls
velo
authored
2f71fe6
View commit details
Copy full SHA for 2f71fe6
View code at this point
Browse repository at this point
Fix GraphqlDecoder: Optional record fields return empty instead of null, non-nullable lists never return null
Show description for e522bfb
velo
committed
e522bfb
View commit details
Copy full SHA for e522bfb
View code at this point
Browse repository at this point
Consolidate lookupMetadata into GraphqlContract, simplify interceptor wrappers
Show description for 7e41261
velo
committed
7e41261
View commit details
Copy full SHA for 7e41261
View code at this point
Browse repository at this point
Add Codec/JsonCodec abstractions, Capability interceptor list enrichment, and GraphqlCapability
Show description for b12ea2f
velo
committed
b12ea2f
View commit details
Copy full SHA for b12ea2f
View code at this point
Browse repository at this point
Commits on Mar 16, 2026
Add @GraphqlField for field-level annotations/type overrides, non-null field annotations, and uses for imports
Show description for d44b76e
velo
committed
d44b76e
View commit details
Copy full SHA for d44b76e
View code at this point
Browse repository at this point
Add Optional wrapping for nullable fields and configurable type annotations on generated GraphQL types
Show description for 6e6c322
velo
committed
6e6c322
View commit details
Copy full SHA for 6e6c322
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
Add japicmp-maven-plugin for API compatibility checks (#3244)
Show description for 6cfad77
velo
authored
6cfad77
View commit details
Copy full SHA for 6cfad77
View code at this point
Browse repository at this point
refactor: extract inner Default classes to standalone top-level classes (#3237)
Show description for 9166644
velo
authored
9166644
View commit details
Copy full SHA for 9166644
View code at this point
Browse repository at this point
feat: extract JsonDecoder interface to decouple graphql from Jackson (#3240)
Show description for 8176b9f
velo
authored
8176b9f
View commit details
Copy full SHA for 8176b9f
View code at this point
Browse repository at this point
Commits on Feb 22, 2026
fix: unwrap single object from GraphQL array response (#3234)
Show description for e9d0ca0
velo
authored
e9d0ca0
View commit details
Copy full SHA for e9d0ca0
View code at this point
Browse repository at this point
Commits on Feb 9, 2026
Set graphql module to Java 17, apply var and clean up imports (#3215)
Show description for 1a89b5a
velo
authored
1a89b5a
View commit details
Copy full SHA for 1a89b5a
View code at this point
Browse repository at this point
Add feign-graphql and feign-graphql-apt modules (#3212)
Show description for d74ef99
velo
authored
d74ef99
View commit details
Copy full SHA for d74ef99
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.