Skip to content

Commit

Permalink
Move recorded bytecode into a runner package
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Nov 22, 2024
1 parent 296ffde commit ff2d9de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public class BytecodeRecorderImpl implements RecorderContext {
private static final Class<?> SINGLETON_MAP_CLASS = Collections.singletonMap(1, 1).getClass();

private static final AtomicInteger COUNT = new AtomicInteger();
private static final String BASE_PACKAGE = "io.quarkus.deployment.steps.";
private static final String BASE_PACKAGE = "io.quarkus.runner.recorded.";

private static final String PROXY_KEY = "proxykey";

Expand Down

0 comments on commit ff2d9de

Please sign in to comment.