Open
Description
There seems to be an issue when trying to use this within Spring Cloud/Eureka setup. Using the @FeignClient annoation
@FeignClient(name = "myResource", url = "${my.endpoint}", configuration = MyResourceConfig.class)
Defining the AnnotationErrorDecoder in the configuration means it doesn't work. Is there any there way of defining an AnnotationErrorDecoder (ideally leaving out the builderFor(XXXX.class) as this can cause a circular reference?
Thanks,