-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Waiting for feedbackWaiting for feedback/some action to be able to move forwardWaiting for feedback/some action to be able to move forward
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,
Metadata
Metadata
Assignees
Labels
Waiting for feedbackWaiting for feedback/some action to be able to move forwardWaiting for feedback/some action to be able to move forward