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 }}
FantomX1-github
/
feign
Public
forked from
OpenFeign/feign
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 8, 2018
Fixes retrials without Thread.sleep when thread gets interrupted (#627)
Show description for ea51e70
MichalSzewczyk
authored and
velo
committed
ea51e70
View commit details
Copy full SHA for ea51e70
Browse repository at this point
Commits on Apr 5, 2018
Add an option to not follow redirects (302) and add a unit test for that (#602)
Show description for c2fcbed
Gui13
authored and
velo
committed
c2fcbed
View commit details
Copy full SHA for c2fcbed
Browse repository at this point
Commits on Apr 1, 2018
@Path("") annotations are equivalent to @Path("/") (#631)
Show description for 524c0d9
Carter Kozak
authored and
velo
committed
524c0d9
View commit details
Copy full SHA for 524c0d9
Browse repository at this point
Commits on Mar 30, 2018
Using proper formatting pattern for logIOException (#614)
Show description for 982ee99
jvanderhoek
authored and
velo
committed
982ee99
View commit details
Copy full SHA for 982ee99
Browse repository at this point
Updated README.md (#670)
Show description for 47b7aa2
SCrusader
authored and
velo
committed
47b7aa2
View commit details
Copy full SHA for 47b7aa2
Browse repository at this point
Commits on Mar 14, 2018
fix default method gets wrapped twice (#641)
Show description for 7bea518
swirekadam
authored and
velo
committed
7bea518
View commit details
Copy full SHA for 7bea518
Browse repository at this point
Commits on Mar 13, 2018
Fix benchmark project name
velo
committed
92d4547
View commit details
Copy full SHA for 92d4547
Browse repository at this point
Fix OptionalDecoderTests
velo
committed
5f76927
View commit details
Copy full SHA for 5f76927
Browse repository at this point
Commits on Mar 12, 2018
wip
velo
committed
d264baf
View commit details
Copy full SHA for d264baf
Browse repository at this point
Fix capitalization in readme opening paragraph (#608)
aaronshaver
authored and
velo
committed
5611209
View commit details
Copy full SHA for 5611209
Browse repository at this point
Enable OptionalDecoder to parse 204 responses into Optional.empty (#605)
Show description for f974232
androidfred
authored and
velo
committed
f974232
View commit details
Copy full SHA for f974232
Browse repository at this point
Commits on Mar 9, 2018
[maven-release-plugin] prepare for next development iteration
velo
committed
1f99fa4
View commit details
Copy full SHA for 1f99fa4
Browse repository at this point
[maven-release-plugin] prepare release 9.6.0
velo
committed
7734578
View commit details
Copy full SHA for 7734578
Browse repository at this point
Include benchmrk module on the modules list (#654)
velo
authored
ba3626a
View commit details
Copy full SHA for ba3626a
Browse repository at this point
Support of Java 8 Stream Decoder and Jackson Iterator Decoder (#651)
Show description for 861bb80
phymbert
authored and
velo
committed
861bb80
View commit details
Copy full SHA for 861bb80
Browse repository at this point
Commits on Mar 6, 2018
Master build was failing due to attempt to build benchmark (#653)
velo
authored
9c72569
View commit details
Copy full SHA for 9c72569
Browse repository at this point
Sync release scripts with zipkin (#647)
velo
authored
eb944cf
View commit details
Copy full SHA for eb944cf
Browse repository at this point
Bump the version to prepare for the next release (#650)
benjaminshai
authored and
adriancole
committed
14cbeb4
View commit details
Copy full SHA for 14cbeb4
Browse repository at this point
Commits on Mar 5, 2018
Updated license headers (#648)
velo
authored and
adriancole
committed
9fd1b1d
View commit details
Copy full SHA for 9fd1b1d
Browse repository at this point
add doNotCloseAfterDecode flag to Feign builder (#649)
Show description for a2addbf
benjaminshai
authored and
adriancole
committed
a2addbf
View commit details
Copy full SHA for a2addbf
Browse repository at this point
Commits on Dec 14, 2017
add call for contributors to readme (#617)
androidfred
authored and
adriancole
committed
0ad007a
View commit details
Copy full SHA for 0ad007a
Browse repository at this point
Commits on Aug 2, 2017
[maven-release-plugin] prepare for next development iteration
adriancole
committed
2ae6fc5
View commit details
Copy full SHA for 2ae6fc5
Browse repository at this point
[maven-release-plugin] prepare release 9.5.1
adriancole
committed
6a1b70a
View commit details
Copy full SHA for 6a1b70a
Browse repository at this point
Bumps changelog
Adrian Cole
committed
d5f5816
View commit details
Copy full SHA for d5f5816
Browse repository at this point
test for https://github.com/OpenFeign/feign/pull/511
jonfreedman
authored and
Adrian Cole
committed
c9d6a9a
View commit details
Copy full SHA for c9d6a9a
Browse repository at this point
Set empty HttpEntity if request body is null.
Show description for 431b328
Mihhail Verhovtsov
authored and
Adrian Cole
committed
431b328
View commit details
Copy full SHA for 431b328
Browse repository at this point
Commits on Jul 18, 2017
Add the Content-Type if specified, unless we are setting the body (#569)
Show description for e70bb4f
DavidTanner
authored and
adriancole
committed
e70bb4f
View commit details
Copy full SHA for e70bb4f
Browse repository at this point
Commits on Jul 6, 2017
(gh571) make `animal-sniffer-annotation` optional as it is required only for compilation (#572)
brenuart
authored and
adriancole
committed
c2bd91e
View commit details
Copy full SHA for c2bd91e
Browse repository at this point
Perform type validation for QueryMap and HeaderMap in Contract (#573)
EthanLozano
authored and
adriancole
committed
a029afd
View commit details
Copy full SHA for a029afd
Browse repository at this point
Commits on Jun 29, 2017
Fixes release pattern
Show description for 0142f0c
Adrian Cole
committed
0142f0c
View commit details
Copy full SHA for 0142f0c
Browse repository at this point
Commits on Jun 12, 2017
Fix ApacheHttpClient.getContentType() to use request charset as default (#566)
loia
authored and
adriancole
committed
8c54e3a
View commit details
Copy full SHA for 8c54e3a
Browse repository at this point
Commits on May 6, 2017
[maven-release-plugin] prepare for next development iteration
adriancole
committed
f7fea7f
View commit details
Copy full SHA for f7fea7f
Browse repository at this point
[maven-release-plugin] prepare release 9.5.0
adriancole
committed
69b136c
View commit details
Copy full SHA for 69b136c
Browse repository at this point
Allows configuration of status codes that cause Ribbon retries (#492)
JonathanO
authored and
adriancole
committed
05c5f92
View commit details
Copy full SHA for 05c5f92
Browse repository at this point
Fix the issue encountered when the value of queries starting with '{' (#555)
Show description for 82b57a3
zhujf1989
authored and
adriancole
committed
82b57a3
View commit details
Copy full SHA for 82b57a3
Browse repository at this point
Previous
Next
You can’t perform that action at this time.