spring-cloud / spring-cloud-openfeign

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

Add support for custom HTTP status codes #1012

Closed pasichenko closed 5 months ago

pasichenko commented 6 months ago

Fixes #1010

pivotal-cla commented 6 months ago

@pasichenko Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla commented 6 months ago

@pasichenko Thank you for signing the Contributor License Agreement!

pasichenko commented 5 months ago

Hi @OlgaMaciaszek, can you review MR? The changes in this MR allow developers to reduce boilerplate code to add support for an API call that returns an HTTP code not specified in org.springframework.http.HttpStatus

OlgaMaciaszek commented 5 months ago

Hello @pasichenko, thanks for submitting the PR. We will definitely review it before the next release.