Skip to content

Commit 02f5805

Browse files
authored
Remove duplications from KafkaRuntimeHints
1 parent 0e1b745 commit 02f5805

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: spring-kafka/src/main/java/org/springframework/kafka/aot/KafkaRuntimeHints.java

-2
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,8 @@ public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
121121
KafkaResourceFactory.class,
122122
KafkaTemplate.class,
123123
ProducerFactory.class,
124-
KafkaOperations.class,
125124
ConsumerFactory.class,
126125
LoggingProducerListener.class,
127-
ImplicitLinkedHashCollection.Element.class,
128126
KafkaListenerAnnotationBeanPostProcessor.class)
129127
.forEach(type -> reflectionHints.registerType(type,
130128
builder -> builder.withMembers(MemberCategory.INVOKE_DECLARED_CONSTRUCTORS,

0 commit comments

Comments
 (0)