Skip to content

Commit 8551f8c

Browse files
committed
Add TODO.
1 parent 46d8b03 commit 8551f8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/aot/FeignClientBeanFactoryInitializationAotProcessor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private void registerMethodHints(ReflectionHints hints, Class<?> clazz) {
111111
introspectPublicMethodsOnAllInterfaces(hints, clazz);
112112
}
113113

114+
// TODO: switch to reflectionHints.registerForInterfaces(...) after upgrading to Framework 6.2.0
114115
// from Spring Framework BeanRegistrationsAotContribution
115116
private void introspectPublicMethodsOnAllInterfaces(ReflectionHints hints, Class<?> clazz) {
116117
Class<?> currentClass = clazz;

0 commit comments

Comments
 (0)