Skip to content

Commit

Permalink
Merge pull request #25410 from yhao3/update-authorized-feign-client-d…
Browse files Browse the repository at this point in the history
…ecode404-to-dismiss404

Update `@AuthorizedFeignClient` to use `dismiss404` instead of deprecated `decode404`
  • Loading branch information
DanielFran authored Mar 5, 2024
2 parents 7fd2409 + 0c3e19b commit 75dfb40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public @interface AuthorizedFeignClient {
* Whether 404s should be decoded instead of throwing FeignExceptions.
* @return true if 404s will be decoded; false otherwise.
*/
boolean decode404() default false;
boolean dismiss404() default false;

/**
* Fallback class for the specified Feign client interface. The fallback class must
Expand Down

0 comments on commit 75dfb40

Please sign in to comment.