Adrian Cole
83f54c6fa6
Demonstrates impact of advice to cache Feign.newInstance
...
Shows relative performance of caching various points of construction of
a Feign Api. Adds a mesobenchmark of actually performing http requests,
so that caching performance can be placed in context.
See #214
10 years ago
Adrian Cole
9ccd1c0b64
Fixes typos
10 years ago
Adrian Cole
c2fee60164
Corrects notes on examples
...
closes #218
10 years ago
Adrian Cole
99cef807c8
Merge pull request #215 from rspieldenner/travis_cache
...
Enable caching for gradle dependencies
10 years ago
Adrian Cole
b660145238
Merge pull request #217 from Netflix/adrian.benchmarks
...
Adds JMH benchmark module
10 years ago
Adrian Cole
7612e9d6b6
Adds JMH benchmark module
...
Starts with Contract tests as this was suggested a place we may need
caching.
See #214
10 years ago
Rob Spieldenner
443669df20
Enable caching for gradle dependencies
10 years ago
Adrian Cole
ca068eb991
Merge pull request #213 from Netflix/adrian.source16-animalsniffer
...
Enforces source compatibility with animal-sniffer
10 years ago
Adrian Cole
0ed8253506
Enforces source compatibility with animal-sniffer
...
Before, finding source compatibility issues relied on building with an
old JDK. This uses animal-sniffer to enforce java language level 6.
10 years ago
Adrian Cole
8eeb1097e4
Updates examples to feign 8.1.0
10 years ago
Adrian Cole
081bd1d62b
Merge pull request #212 from rspieldenner/maven_sync
...
Enable Maven Central sync
10 years ago
Rob Spieldenner
02d3a16fa7
Enable Maven Central sync
10 years ago
Adrian Cole
6368e57e8d
Merge pull request #211 from rspieldenner/travis_release
...
Move to 2.2.9 for travisci release
10 years ago
Rob Spieldenner
a139347495
Move to 2.2.9 for travisci release
10 years ago
Adrian Cole
8dd999e5f4
Merge pull request #210 from rspieldenner/travisci
...
Move to 2.2.8 which has the release.travisci flag
10 years ago
Rob Spieldenner
17c93a50fd
Move to 2.2.8 which has the release.travisci flag to disable certain checks on tag releases
10 years ago
Adrian Cole
72c9302db5
Merge pull request #209 from Netflix/adrian.nebula-2.2.7
...
Updates to nebula 2.2.7
10 years ago
Adrian Cole
9398c2a5d1
Updates to nebula 2.2.7
10 years ago
Adrian Cole
dfb209b4ba
Merge pull request #208 from rspieldenner/travis
...
Change syntax to make it clear calling a script in directory instead of ...
10 years ago
Rob Spieldenner
556ffd1286
Change syntax to make it clear calling a script in directory instead of an OS command
10 years ago
Adrian Cole
9892011df1
Merge pull request #207 from rspieldenner/travis
...
Make executable
10 years ago
Rob Spieldenner
268cbd4b2d
Make executable
10 years ago
Adrian Cole
f5fecbfa54
Merge pull request #206 from rspieldenner/travis
...
Travis setup
10 years ago
Rob Spieldenner
514ba97e89
With encrypted keys
10 years ago
Rob Spieldenner
d603a1922e
Travis setup
10 years ago
Adrian Cole
df9726d37b
Merge pull request #204 from Netflix/adrian.headers-on-type
...
Allows `@Headers` to be applied to a type
10 years ago
Adrian Cole
531a54d1c1
Allows `@Headers` to be applied to a type
...
This supports interface-level defaults, such as Content-Type.
closes #184
10 years ago
Adrian Cole
687efb97b5
Updates examples to feign 8.0.0
...
See #203
10 years ago
Adrian Cole
859ee39b06
Merge pull request #200 from Netflix/adrian.no-message-cause
...
Accepts codec exceptions without a message
10 years ago
Adrian Cole
c1e3996d5d
Accepts codec exceptions without a message
...
While encoding or decoding, an exception without a message can occur.
Before this change, a NPE would return as the codec exceptions null
checked the message from the cause.
10 years ago
Adrian Cole
1eaec3488d
Merge pull request #196 from Netflix/adrian.example-polish
...
Polishes GitHub example
10 years ago
Adrian Cole
b8c2c0ea3f
Polishes GitHub example
...
The GitHub example could be better organized as top-down. Also, it is
easier to show basic error decoding when there is less structure.
10 years ago
Adrian Cole
cc3dd37433
Merge pull request #195 from molindo/github-error-example
...
added ErrorDecoder example with nested Decoder
10 years ago
Stefan Fussenegger
ed0955d34a
adds ErrorDecoder example with nested Decoder
10 years ago
Brendan Nolan
2227930577
Adds LBClientFactory to enable caching of Ribbon LBClients
...
Before, LBClients were created for each request, which led to issues
such as #182 . Moreover, a user could not avoid using Ribbon's static
factories. Adding LBClientFactory allows users to control how Ribbon
resources are created.
10 years ago
Adrian Cole
9d918b7448
Merge pull request #193 from jebeaudet/fix-NPEOnEmptyQueryParam
...
Supports query params without values
10 years ago
Jacques-Etienne Beaudet
4577082495
Supports query params without values
...
Fixes NPE when building a client with a query param with no values
10 years ago
Adrian Cole
712a8c8f38
Merge pull request #185 from bstick12/issue-183
...
Retains scheme in LBClient.RibbonRequest URI
10 years ago
Brendan Nolan
05b58948f5
Retains scheme in LBClient.RibbonRequest URI
...
Before this change, we were dropping scheme, which prevented use of https.
closes #183
10 years ago
Adrian Cole
fb2b915d3c
Merge pull request #181 from Netflix/adrian.jackson-2.5.1
...
Updates to Jackson 2.5.1
10 years ago
Adrian Cole
a5093937e5
Updates to Jackson 2.5.1
10 years ago
Adrian Cole
3309b38f8e
Merge pull request #180 from Netflix/adrian.ribbon-2.0-RC13
...
Updates to Ribbon 2.0-RC13
10 years ago
Adrian Cole
4735690289
Updates to Ribbon 2.0-RC13
10 years ago
Adrian Cole
8e18341796
Merge pull request #179 from Netflix/adrian.examples-7.2.1
...
Updates examples to Feign 7.2.1
10 years ago
Adrian Cole
c53b1773ae
Updates examples to Feign 7.2.1
10 years ago
Adrian Cole
7c1558aabe
Merge pull request #178 from bstick12/ribbonclient
...
Changed RibbonClient to pass Feign Request.Options to LBClient
10 years ago
Brendan Nolan
59a159e058
Adds Request.Options support to RibbonClient
10 years ago
Adrian Cole
c6db67a422
Merge pull request #161 from jdamick/header_fixes
...
Headers substitutions were not being expanded by the value name
10 years ago
jdamick
74e23ef808
Headers substitutions were not being expanded by the value name, instead it was using the header name..
10 years ago
Adrian Cole
c6b36fa965
Merge pull request #160 from Netflix/adrian.format
...
Reformats code according to Google Java Style
10 years ago