OpenFeign / feign-annotation-error-decoder

Apache License 2.0
51 stars 9 forks source link

Meta annotations support #30

Closed BigMichi1 closed 3 years ago

BigMichi1 commented 4 years ago

this is a pull request against 1.0.3 to support meta-annotations when trying to find the @ErrorHandling annotation on a class/interface or method

it would be really nice if this can be merged against 1.0.3 and a new 1.0.4 will be released because we can not upgrade to OpenFeign 10.x right now

this will fix #31

BigMichi1 commented 4 years ago

will improve it

BigMichi1 commented 4 years ago

@saintf i added some more test cases and also added the meta-annotations support to the README, would be nice if you can check again and let me know about further improvements

BigMichi1 commented 4 years ago

the PR is now also against master as it is easier to add this functionality

BigMichi1 commented 3 years ago

@saintf anything left here that i need to improve?

BigMichi1 commented 3 years ago

has been merged into the official repo https://github.com/OpenFeign/feign/issues/1457