Adrian Cole
|
ec9e169e51
|
Merge pull request #47 from Netflix/skip-query
Skip query template parameters when corresponding java arg is null
|
11 years ago |
adriancole
|
25d47445dc
|
Skip query template parameters when corresponding java arg is null
|
11 years ago |
Adrian Cole
|
7dcab439e0
|
Merge pull request #46 from Netflix/enforce-jaxrs
ensure jax-rs annotations are processed from POV of server interfaces
|
11 years ago |
adriancole
|
8a4d5dad7e
|
issue #44: ensure jax-rs annotations are processes from POV of server interfaces
|
11 years ago |
Adrian Cole
|
c3232091fe
|
Merge pull request #43 from Netflix/examples-4.1
updated examples to 4.1
|
11 years ago |
adriancole
|
353ead1863
|
updated examples to 4.1
|
11 years ago |
adriancole
|
6195a81aa2
|
4.1
|
11 years ago |
Adrian Cole
|
0b29ed7a70
|
Merge pull request #42 from Netflix/dagger-1.1
update to dagger 1.1, as well bump test deps
|
11 years ago |
adriancole
|
f1af6001c0
|
update to dagger 1.1, as bump test deps
|
11 years ago |
Adrian Cole
|
a518cb404b
|
Merge pull request #41 from Netflix/path-on-type
fix issue #31: support @Path on type
|
11 years ago |
adriancole
|
dc59e64426
|
fix issue #31: support @Path on type
|
11 years ago |
Adrian Cole
|
37991f4d0a
|
Merge pull request #40 from Netflix/example-wikipedia
Example wikipedia
|
11 years ago |
adriancole
|
3e65dcffbc
|
close issue #37: add wikipedia example
|
11 years ago |
adriancole
|
653b16f009
|
renamed github example
|
11 years ago |
Adrian Cole
|
8793ae3d3c
|
Merge pull request #38 from Netflix/example-observable
update github example to use feign 4.0 observable
|
11 years ago |
adriancole
|
08fd888877
|
update github example to use feign 4.0 observable
|
11 years ago |
adriancole
|
b3ba66bb32
|
bump to 5.0.0-SNAPSHOT
|
11 years ago |
Adrian Cole
|
0598afed98
|
Merge pull request #30 from Netflix/log-ioe
log ioexceptions
|
11 years ago |
adriancole
|
75b15a1fe9
|
log ioexceptions and retries
|
11 years ago |
Adrian Cole
|
1d0c86db06
|
Merge pull request #29 from Netflix/rxjava-style-observer
Replaced IncrementalCallback with full RxJava-style Observer support
|
11 years ago |
adriancole
|
369c022535
|
Replaced IncrementalCallback with full RxJava-style Observer support
|
11 years ago |
Adrian Cole
|
44ca0eaefa
|
Merge pull request #23 from Netflix/example-3.0
ported example to use latest and greatest
|
11 years ago |
adriancole
|
6731b53283
|
ported example to use latest and greatest
|
11 years ago |
adriancole
|
a590c2dc2d
|
bumped to 4.0.0-SNAPSHOT
|
11 years ago |
Adrian Cole
|
13e23e5644
|
Merge pull request #22 from Netflix/gson
Added feign-gson codec, used via new GsonModule()
|
11 years ago |
adriancole
|
9fb1c0719d
|
Added feign-gson codec, used via new GsonModule()
|
11 years ago |
Adrian Cole
|
31c0b2ce95
|
Merge pull request #10 from Netflix/observer
Implement IncrementalCallback and IncrementalDecoder
|
11 years ago |
adriancole
|
0d7a69b81e
|
added IncrementalCallback example code and updated changelog
|
11 years ago |
adriancole
|
309d4b3414
|
integrated IncrementalCallback into methodhandler and added IncrementalDecoder
|
11 years ago |
adriancole
|
e88f2e5308
|
added IncrementalCallback type and updated Contract to process it
|
11 years ago |
Adrian Cole
|
8780a0c953
|
Merge pull request #20 from Netflix/websocket-decoder
Normalized to Decoder.TextStream and Encoder.Text; Provides.Type.SET binding
|
11 years ago |
adriancole
|
9fd513d268
|
remove timestamp from log appender helper
|
11 years ago |
adriancole
|
20bff15fdc
|
Normalized to Decoder.TextStream and Encoder.Text; replaced Map bindings with Set
|
11 years ago |
Adrian Cole
|
930edd0fa3
|
Merge pull request #21 from Netflix/retrofit-logging
fix issue #16: Wire is now Logger, with configurable Logger.Level
|
11 years ago |
adriancole
|
2438a851a9
|
fix issue #16: Wire is now Logger, with configurable Logger.Level
|
11 years ago |
Adrian Cole
|
5bf4569de0
|
Merge pull request #19 from Netflix/duplicate-binding
fix duplicate binding error using jaxrs
|
12 years ago |
adriancole
|
3aa54db0b2
|
fix duplicate binding error using jaxrs
|
12 years ago |
Adrian Cole
|
3338ecc128
|
Merge pull request #18 from Netflix/no-methodkey-decoder
Decoders no longer read methodKey
|
12 years ago |
adriancole
|
b79e9de65f
|
Decoders no longer read methodKey
|
12 years ago |
Adrian Cole
|
37462aa294
|
Merge pull request #17 from Netflix/decoder-exception
Decoders can throw checked exceptions, but needn't declare Throwable
|
12 years ago |
adriancole
|
6523d56016
|
Decoders can throw checked exceptions, but needn't declare Throwable
|
12 years ago |
Adrian Cole
|
80ca28f4a8
|
Merge pull request #14 from Netflix/extend-methodhandler
make MethodHandler extensible (in support of ObservableMethodHandler)
|
12 years ago |
adriancole
|
02dd27ef31
|
refactor MethodHandler to be extensible
|
12 years ago |
Adrian Cole
|
b832ea107b
|
Merge pull request #13 from Netflix/ensure-closed
centralize logic that ensures response body is closed
|
12 years ago |
adriancole
|
4b8d6c326c
|
centralize logic that ensures response body is closed
|
12 years ago |
Adrian Cole
|
7071374879
|
Merge pull request #12 from Netflix/no-fallback
decouple fallback from error handling
|
12 years ago |
adriancole
|
46be6bd336
|
issue #9: fallback handling is differs between sync and observer responses; decouple from error handling
|
12 years ago |
Adrian Cole
|
232c9748f9
|
Merge pull request #11 from Netflix/cleanup
cleaned up usage of util and removed unused URI parser
|
12 years ago |
adriancole
|
52b74c985d
|
cleaned up usage of util and removed unused URI parser
|
12 years ago |
Adrian Cole
|
83a4df9ee9
|
Merge pull request #8 from Netflix/example-2.0.0
update example to use feign 2.0.0 syntax
|
12 years ago |