Skip to content

revalidation of OpenFeign config clients does not work all the time #1804

@martinlippert

Description

@martinlippert

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.

Metadata

Metadata

Assignees

Labels

for: eclipsesomething that is specific for Eclipsefor: vscodesomething that is specific for VSCodetype: bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions