Skip to content

Commit

Permalink
Fix Quarkus 3 build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Nov 4, 2024
1 parent fb9d35f commit 6e60033
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions integration/quarkus-3/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
<goal>process</goal>
</goals>
<phase>compile</phase>
<configuration>
<optionMap>
<legacyConfigRoot>true</legacyConfigRoot>
</optionMap>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import io.quarkus.runtime.annotations.ConfigDocSection;
import io.quarkus.runtime.annotations.ConfigItem;
import io.quarkus.runtime.annotations.ConfigRoot;
import io.smallrye.config.ConfigMapping;

import java.util.Map;

Expand All @@ -28,7 +27,6 @@
* @since 1.5.0
*/
@ConfigRoot
@ConfigMapping(prefix = "quarkus.blaze-persistence")
public class BlazePersistenceConfiguration {

/**
Expand Down

0 comments on commit 6e60033

Please sign in to comment.