Skip to content

Commit

Permalink
Refactor GraalVM Substitutions for Confluent JSON Schema Serde
Browse files Browse the repository at this point in the history
This commit moves the GraalVM substitutions related to the Confluent JSON Schema Serde to a dedicated package. Previously, these substitutions caused a split-package issue between the deployment and runtime modules.

Fix #44722
  • Loading branch information
cescoffier committed Dec 2, 2024
1 parent 85201cd commit 1704ed6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.confluent.registry.json;
package io.quarkus.confluent.registry.json.runtime.graal;

import java.io.IOException;
import java.util.Arrays;
Expand Down

0 comments on commit 1704ed6

Please sign in to comment.