Skip to content

Commit

Permalink
Add GraalVM Kafka hints (#11735)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti authored Jul 3, 2024
1 parent c708ab2 commit 84e9b76
Show file tree
Hide file tree
Showing 2 changed files with 702 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ public void registerHints(
.registerType(
TypeReference.of(
"org.springframework.data.mongodb.core.aggregation.AggregationOperation"),
hint -> hint.withMembers(MemberCategory.INVOKE_DECLARED_CONSTRUCTORS))
.registerType(
TypeReference.of("org.apache.kafka.common.serialization.StringDeserializer"),
hint -> hint.withMembers(MemberCategory.INVOKE_PUBLIC_CONSTRUCTORS));
hint -> hint.withMembers(MemberCategory.INVOKE_DECLARED_CONSTRUCTORS));
}
}
Loading

0 comments on commit 84e9b76

Please sign in to comment.