Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide compatibility with Feign #40

Open
kdavisk6 opened this issue May 16, 2019 · 0 comments
Open

Provide compatibility with Feign #40

kdavisk6 opened this issue May 16, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@kdavisk6
Copy link
Member

Feignx replaces a number of core Feign interfaces. This non-backward compatible breaking change will hinder adoption for those that have built their own extensions. However, most of the breaking changes are in name only, not concept:

  • Encoder => RequestEncoder
  • Decoder => ResponseDecoder
  • ErrorDecoder => ErrorHandler

This should allow us to create a compatibility library that bridges the Feign components with the new Feignx components, allowing the library of existing extensions to take advantages of Feignx's improvements.

@kdavisk6 kdavisk6 added the enhancement New feature or request label May 16, 2019
@kdavisk6 kdavisk6 added this to To do in 1.0.0.RELEASE via automation May 16, 2019
@kdavisk6 kdavisk6 added this to the 1.0.0.M1 milestone Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
1.0.0.RELEASE
  
To do
Development

No branches or pull requests

1 participant