File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
spring-kafka/src/main/java/org/springframework/kafka/aot Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 5858import org .springframework .aot .hint .ReflectionHints ;
5959import org .springframework .aot .hint .RuntimeHints ;
6060import org .springframework .aot .hint .RuntimeHintsRegistrar ;
61- import org .springframework .aot .hint .support .RuntimeHintsUtils ;
6261import org .springframework .kafka .annotation .KafkaBootstrapConfiguration ;
63- import org .springframework .kafka .annotation .KafkaListener ;
6462import org .springframework .kafka .annotation .KafkaListenerAnnotationBeanPostProcessor ;
6563import org .springframework .kafka .config .AbstractKafkaListenerContainerFactory ;
6664import org .springframework .kafka .config .ConcurrentKafkaListenerContainerFactory ;
@@ -101,7 +99,6 @@ public class KafkaRuntimeHints implements RuntimeHintsRegistrar {
10199
102100 @ Override
103101 public void registerHints (RuntimeHints hints , @ Nullable ClassLoader classLoader ) {
104- RuntimeHintsUtils .registerSynthesizedAnnotation (hints , KafkaListener .class );
105102 ReflectionHints reflectionHints = hints .reflection ();
106103 Stream .of (
107104 ConsumerProperties .class ,
You can’t perform that action at this time.
0 commit comments