Commit 843e32a
committed
Fix unconditional overwrite of resolved fallbackFactory bean property
eagerlyRegisterFeignClientBeanDefinition resolves the fallbackFactory
attribute via ClassUtils.resolveClassName when it is provided as a
String, but then unconditionally re-sets the property to the raw
attribute value, discarding the resolution. Remove the duplicate
addPropertyValue so the resolved value survives, matching the handling
already present for fallback (a few lines above) and for the lazy
registration path.
Fixes gh-1367
Signed-off-by: seonwoo_jung <laborlawseon@kap.kr>1 parent 220cb63 commit 843e32a
1 file changed
Lines changed: 0 additions & 1 deletion
File tree
- spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
245 | 244 | | |
246 | 245 | | |
247 | 246 | | |
| |||
0 commit comments