Skip to content

Commit

Permalink
Add kafka-version.properties as native image resource
Browse files Browse the repository at this point in the history
Fixes #40851

(cherry picked from commit b658288)
  • Loading branch information
ozangunalp authored and gsmet committed Jun 18, 2024
1 parent 1d40fda commit 99780a6
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 99780a6

Please sign in to comment.