Skip to content

Commit

Permalink
Merge pull request quarkusio#40722 from zakkak/2024-05-20-fix-kafkasu…
Browse files Browse the repository at this point in the history
…bs-package-name

Refactor: Move kafka client substitutions under tight package
  • Loading branch information
gsmet authored May 20, 2024
2 parents b74a3f9 + 6fa271c commit 93bc759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.smallrye.reactive.kafka.graal;
package io.quarkus.kafka.client.runtime.graal;

import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.smallrye.reactive.kafka.graal;
package io.quarkus.kafka.client.runtime.graal;

import java.util.function.BooleanSupplier;

Expand Down

0 comments on commit 93bc759

Please sign in to comment.