We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d37ce9 + 3b1f100 commit 400db27Copy full SHA for 400db27
hibernate-orm-jakarta-data-quickstart/pom.xml
@@ -78,6 +78,8 @@
78
<configuration>
79
<!-- the parameters=true option is critical so that RESTEasy works fine -->
80
<parameters>true</parameters>
81
+ <!-- for the annotation processor transitive dependencies to be managed by Quarkus, we need this setting -->
82
+ <annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
83
<!-- the hibernate annotation processor provides both static metamodel and Jakarta Data capabilities: -->
84
<annotationProcessorPaths>
85
<path>
0 commit comments