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
Replace raw BeanPostProcessor implementation with GenericBeanPostProcessorAdapter<FeignClientSpecification> to enable type-safe post-processing. Remove AOP target-class lookup and cast, simplify the hook to processAfterInitialization(FeignClientSpecification, String), and tighten the bean-name check to start with "default.". Update imports and JavaDoc accordingly.
Copy file name to clipboardExpand all lines: microsphere-spring-cloud-openfeign/src/main/java/io/microsphere/spring/cloud/openfeign/autoconfigure/FeignClientSpecificationPostProcessor.java
0 commit comments