Skip to content

Commit

Permalink
Add kafka-version.properties as native image resource
Browse files Browse the repository at this point in the history
  • Loading branch information
ozangunalp committed Jun 17, 2024
1 parent 4b7e8c2 commit b658288
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public void build(
BuildProducer<ExtensionSslNativeSupportBuildItem> sslNativeSupport) {
final Set<DotName> toRegister = new HashSet<>();

nativeLibs.produce(new NativeImageResourceBuildItem("kafka/kafka-version.properties"));
collectImplementors(toRegister, indexBuildItem, Serializer.class);
collectImplementors(toRegister, indexBuildItem, Deserializer.class);
collectImplementors(toRegister, indexBuildItem, Partitioner.class);
Expand Down

0 comments on commit b658288

Please sign in to comment.