-
Notifications
You must be signed in to change notification settings - Fork 223
revalidation of OpenFeign config clients does not work all the time #1804
Copy link
Copy link
Open
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetype: bug
Milestone
Description
I have:
@FeignClient(name = "something", configuration = {TestConfigClass.class, FeignConfigExample.class})
when I remove FeignConfigExample.class and keep everything else, the source for FeignConfigExample is not re-validated (but it should).
When I remove the complete config attribute and turn this into:
@FeignClient(name = "something")
the re-validation of FeignConfigExample happens just fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
for: eclipsesomething that is specific for Eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodesomething that is specific for VSCodetype: bug
Type
Fields
Give feedbackNo fields configured for issues without a type.