You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(springboot openfeign): fix IT failed for tests that have two dapr client bean autowired
Job SDK ITs have a daprPreviewClient bean defined, as SpringBoot bean search will first get beans that impl the interface and get all beans that matches the bean's class, when openfeign autowire DaprClient, there is a conflict between daprClient and daprPreviewClient.
Change the AutoConfiguration behavior to make a more strict rule for making AutoConfiguration run
Signed-off-by: lony2003 <[email protected]>
Copy file name to clipboardExpand all lines: dapr-spring/dapr-spring-openfeign/src/main/java/io/dapr/spring/openfeign/autoconfigure/FeignClientAnnoationEnabledCondition.java
0 commit comments