Skip to content

Commit

Permalink
Merge pull request #44655 from dmlloyd/runner-pkg
Browse files Browse the repository at this point in the history
Move recorded bytecode into a runner package
  • Loading branch information
gsmet authored Nov 23, 2024
2 parents b3a893c + ff2d9de commit 1e7e874
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 1e7e874

Please sign in to comment.