File tree 1 file changed +0
-3
lines changed
spring-kafka/src/main/java/org/springframework/kafka/aot
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 58
58
import org .springframework .aot .hint .ReflectionHints ;
59
59
import org .springframework .aot .hint .RuntimeHints ;
60
60
import org .springframework .aot .hint .RuntimeHintsRegistrar ;
61
- import org .springframework .aot .hint .support .RuntimeHintsUtils ;
62
61
import org .springframework .kafka .annotation .KafkaBootstrapConfiguration ;
63
- import org .springframework .kafka .annotation .KafkaListener ;
64
62
import org .springframework .kafka .annotation .KafkaListenerAnnotationBeanPostProcessor ;
65
63
import org .springframework .kafka .config .AbstractKafkaListenerContainerFactory ;
66
64
import org .springframework .kafka .config .ConcurrentKafkaListenerContainerFactory ;
@@ -101,7 +99,6 @@ public class KafkaRuntimeHints implements RuntimeHintsRegistrar {
101
99
102
100
@ Override
103
101
public void registerHints (RuntimeHints hints , @ Nullable ClassLoader classLoader ) {
104
- RuntimeHintsUtils .registerSynthesizedAnnotation (hints , KafkaListener .class );
105
102
ReflectionHints reflectionHints = hints .reflection ();
106
103
Stream .of (
107
104
ConsumerProperties .class ,
You can’t perform that action at this time.
0 commit comments