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
Remove the BiConsumer import and the extends BiConsumer<FeignClientSpecification,String> declaration from FeignClientSpecificationCustomizer. The default accept(...) method was also removed, leaving a single customize(FeignClientSpecification, String) method. This simplifies the interface by removing the functional interface inheritance while preserving the customization API.
Copy file name to clipboardExpand all lines: microsphere-spring-cloud-openfeign/src/main/java/io/microsphere/spring/cloud/openfeign/FeignClientSpecificationCustomizer.java
Copy file name to clipboardExpand all lines: microsphere-spring-cloud-openfeign/src/main/java/io/microsphere/spring/cloud/openfeign/beans/factory/config/FeignClientSpecificationPostProcessor.java
0 commit comments