spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.2k stars 779 forks source link

Want to understand , is Spring Openfeign is in Deprecated path #1007

Closed RAMPRASATH123 closed 6 months ago

RAMPRASATH123 commented 6 months ago

Hi Team ,

We saw a thread which talks about using Spring Interface Clients instead of Open feign .

Just wanted to understand that is Spring Open feign is in deprecating and what shared above is the alternate for the same.

Thanks, Ram

OlgaMaciaszek commented 6 months ago

Hello @RAMPRASATH123, it's in feature-complete mode. You can find all information here: https://docs.spring.io/spring-cloud-openfeign/reference/4.1-SNAPSHOT/index.html.

OlgaMaciaszek commented 3 months ago

Exactly that's why - it's feature complete, we're not adding new stuff. We're actively developing Interface Clients to provide better support also for features not supported by Feign, such as reactive calls with WebClient.

Ed42 commented 2 months ago

Please can you confirm it will NOT be deprecated. We have a sizeable investment in Spring Cloud Openfeign, and have no need for reactive/WebClient.

OlgaMaciaszek commented 2 months ago

@Ed42 I cannot confirm it will never be deprecated, as these kind of decisions are taken after periodic project reviews, and it can't be said about any other project either, however, we do not have any plans of doing it at this point. At the same time, it is in maintenance only mode, so we don't really plan doing much future work on it other than some important bugfixes and security upgrades.