Commit Graph

2116 Commits

Author SHA1 Message Date
Ryan Baxter
9fc19bb6fe Updating dependencies. Fixes #68 2018-09-12 14:56:33 -04:00
Ryan Baxter
d57cea265e Fix invalid URI error when Feign request URI does not end in /. See sc-netflix #3136 2018-08-13 14:26:24 -04:00
buildmaster
34cb91bc4c Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 19:06:45 +00:00
buildmaster
58dc45d230 Going back to snapshots 2018-07-31 19:06:45 +00:00
buildmaster
80af701ccf Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:04:57 +00:00
Ryan Baxter
46bc5da424 Make netflix starters optional. Fixes #35 (#36) 2018-07-25 20:11:00 -04:00
Ryan Baxter
7dcb696ec4 Use OK Http client bean instead of instance variable. Fixes #46 2018-07-24 09:44:45 -04:00
Ryan Baxter
69461d4385 Adding spring boot autoconfigure processor. Fixes #43. 2018-07-09 09:31:35 -04:00
Matt Benson
8364b16b8e expose configuration metadata for property 'feign.hystrix.enabled' (#40) 2018-06-28 07:28:32 -04:00
Ian Hu
6d4686624e Fix typo in comments (#38) 2018-06-26 07:10:51 -04:00
buildmaster
51ad63231d Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-18 20:33:23 +00:00
buildmaster
6c09501d77 Going back to snapshots 2018-06-18 20:33:22 +00:00
buildmaster
7e1c91c8b8 Update SNAPSHOT to 2.0.0.RELEASE 2018-06-18 20:31:53 +00:00
Spencer Gibb
674b88b467 Updates to s-c-build 2.0.2.BUILD-SNAPSHOT 2018-06-05 15:42:52 -04:00
Fernando F D Bittencourt
a57c416d4a Explaining the return in case of exception. (#32) 2018-06-01 16:44:09 -04:00
Karl Nicholas
ffd4290e06 Update package to correct package in two test files. (#30) 2018-05-31 15:58:09 -04:00
Ryan Baxter
804ef91620 Merge branch 'master' of github.com:spring-cloud/spring-cloud-openfeign 2018-05-31 07:54:28 -04:00
Ryan Baxter
48e2f70757 Updating sc-build to 2.0.2.BUILD-SNAPSHOT 2018-05-31 07:54:04 -04:00
Rafael Renan Pacheco
569628689b Format "Creating Feign Clients Manually" snippet (#29) 2018-05-29 11:09:05 -04:00
buildmaster
af02a8c692 Going back to snapshots 2018-05-24 23:56:03 +00:00
buildmaster
21be1e129c Update SNAPSHOT to 2.0.0.RC2 2018-05-24 23:55:25 +00:00
Gerasimov Gennady
18111801d3 Misspelling fix according to https://github.com/spring-cloud/spring-cloud-openfeign/issues/24 (#25) 2018-05-24 11:41:38 -04:00
Ryan Baxter
e27d4d38e5 Fixing compatibility issues between netflix and openfeign as well as boot 1.5.x and 2.0.x 2018-05-18 14:17:09 -04:00
Ryan Baxter
01a2cda776 Remove misplaced StringEncoder setting when dealing with protobuf. Porting change from sc-netflix #2453 2018-05-18 13:53:58 -04:00
Ryan Baxter
9ac36c7f3f Use type parameter instead of class. Fixes problem when OK HTTP is not on the classpath. 2018-05-02 15:52:36 -04:00
buildmaster
f4fc531857 Going back to snapshots 2018-04-20 20:31:00 +00:00
buildmaster
596b42291f Update SNAPSHOT to 2.0.0.RC1 2018-04-20 20:30:19 +00:00
buildmaster
17fa94f704 Going back to snapshots 2018-03-22 21:22:08 +00:00
buildmaster
baf92c8226 Update SNAPSHOT to 2.0.0.M2 2018-03-22 21:21:31 +00:00
Ryan Baxter
30b05c7361 FIxing links 2018-03-21 20:08:28 -04:00
Ryan Baxter
042244428f Fix NPE when body is empty. Fixes #12. 2018-03-13 16:33:59 -04:00
Ryan Baxter
485583dad8 Refactor spring retry code (#10) 2018-03-12 22:16:44 -04:00
MCoulombe727
c45f1532da Fix the race condition with the GC since the ConcurrentReferenceHashMap holds soft references to clients. (#6)
Fixes gh-5
2018-03-09 12:39:58 -05:00
Ryan Baxter
537599fad2 Adding codacy badge 2018-03-09 07:53:48 -05:00
Ryan Baxter
d4e95cd777 Merge branch 'master' of github.com:spring-cloud/spring-cloud-openfeign 2018-03-09 07:32:33 -05:00
Ryan Baxter
1fa53b8bf9 Added codecov link to readme 2018-03-09 07:31:37 -05:00
Ryan Baxter
2d7909a8ec codecov.yml for comments on pr 2018-03-08 20:26:06 -05:00
buildmaster
d68016149d Going back to snapshots 2018-02-26 21:52:00 +00:00
buildmaster
92ccccac2f Update SNAPSHOT to 2.0.0.M1 2018-02-26 21:51:37 +00:00
Ryan Baxter
139cc9dab4 Changes and new tests from Netflix 2018-02-22 15:43:04 -05:00
Ryan Baxter
30d9245821 Updated from netflix 2018-02-20 15:34:38 -05:00
Ryan Baxter
26d8e6450b Moving new code over from netflix 2018-02-20 14:27:38 -05:00
Ryan Baxter
8138dbd792 Adding circleci badge 2018-02-06 20:35:43 -05:00
Ryan Baxter
840cdee7bb Adding circle config 2018-02-06 20:28:44 -05:00
Ryan Baxter
bc9741591b Documentation updates 2018-02-06 20:18:41 -05:00
Ryan Baxter
217443048f openfeign project 2018-02-05 20:25:44 -05:00
Andreas Evers
4c181c9671 Small fix for wrong routes details endpoint (#2706) 2018-02-05 07:49:40 -05:00
Igor Suhorukov
076df77563 Optimize thread safe code and replace the synchronized class "StringBuffer" by an unsynchronized one "StringBuilder". (#2704) 2018-02-04 20:09:09 -05:00
Ryan Baxter
07411bba40 Fix compilation errors due to changes in commons 2018-02-02 07:47:57 -05:00
Igor Suhorukov
24dfd4ae76 fix issue with assertion in HystrixStreamTests, polish diamond operator and follow class field naming convention (#2703)
* fix assertion check

* polish: replace the type specification in this constructor call with the diamond operator ("<>"),
make EUREKA_PACKAGES final to avoid issue "static non-final field names should comply with a naming convention"
2018-02-01 19:15:51 -05:00