Expose hook for reflective dispatch.#109
Conversation
There was a problem hiding this comment.
this was just me cleaning up verbose equals impl
|
feign-pull-requests #152 SUCCESS |
|
Looks good to me |
|
I've updated my project. All I had to do was change some imports and it worked just fine. |
|
Great! |
…actory Expose hook for reflective dispatch.
|
Is there a snapshot repository for feign? |
|
@spencergibb it would be here, https://oss.sonatype.org/content/repositories/snapshots/com/netflix/feign/ but.. I suppose there's no jenkins job setup or running to publish it. Any chance the snapshot job can be run? @rspieldenner @allenxwang |
|
I saw that there were no jars there and decided to ask :-) |
|
@adriancole I will try configure the snapshot (for master branch) to run on changes. I will need to make minor dependency changes because some old artifacts are no longer available to the snapshot build. By the way, can we make build changes to feign-example-github and feign-example-wikipedia to compile against the latest sources, as opposed to the previous version of binaries? |
|
Thanks, allen. So switching examples over works for me. Changes what we |
…actory Expose hook for reflective dispatch.
This adds a single public type:
InvocationHandlerFactorywhich should allow integration like rxjava and hystrix per #105.