Removes Dagger 1.x Dependency#141
Conversation
f8a46e9 to
4f755f2
Compare
|
also cc @qualidafial |
There was a problem hiding this comment.
I moved this to the bottom, as it is more advanced.
4f755f2 to
dfbbb49
Compare
There was a problem hiding this comment.
cc @cfieber no longer needed, but.. may be resurrected if another annotation processor is added, such as auto-value
dfbbb49 to
381d7ed
Compare
|
ps here's the blog I wrote which also motivated me to do this https://medium.com/@adrianfcole/no-di-is-dumb-perhaps-dumber-than-mandating-a-specific-injector-7b5faa34a8eb |
|
Big 👍 |
381d7ed to
6da4d0e
Compare
|
NetflixOSS » feign » feign-pull-requests #14 SUCCESS |
6da4d0e to
dcf098c
Compare
|
ok ready to go! |
|
NetflixOSS » feign » feign-pull-requests #18 SUCCESS |
dcf098c to
a527e68
Compare
|
NetflixOSS » feign » feign-pull-requests #25 SUCCESS |
Dagger 1.x and 2.x are incompatible. Rather than choose one over the other, this change removes Dagger completely. Users can now choose any injector, constructing Feign via its Builder. This change also drops support for javax.inject.Named, which has been replaced by feign.Param. see #120
a527e68 to
bceee32
Compare
Removes Dagger 1.x Dependency
|
NetflixOSS » feign » feign-pull-requests #26 FAILURE |
|
@rspieldenner do you mind publishing 8.0.0-rc1 from master?
|
|
shall do once pull request likes it -- which looks like something on the build end or at least cloudbees end |
|
NetflixOSS » feign » feign-pull-requests #27 SUCCESS |
|
transient build fail! |
|
@adriancole Looks good to me. |
Dagger 1.x and 2.x are incompatible. Rather than choose one over the
other, this change removes Dagger completely. Users can now choose any
injector, constructing Feign via its Builder.
see #120