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.
1 parent 6a39bbe commit 4fd18b9Copy full SHA for 4fd18b9
hibernate-orm-jakarta-data-quickstart/pom.xml
@@ -78,11 +78,11 @@
78
<configuration>
79
<!-- the parameters=true option is critical so that RESTEasy works fine -->
80
<parameters>true</parameters>
81
- <!-- the jpamodelgen annotation processor provides both static metamodel and Jakarta Data capabilities: -->
+ <!-- the hibernate annotation processor provides both static metamodel and Jakarta Data capabilities: -->
82
<annotationProcessorPaths>
83
<path>
84
<groupId>org.hibernate.orm</groupId>
85
- <artifactId>hibernate-jpamodelgen</artifactId>
+ <artifactId>hibernate-processor</artifactId>
86
</path>
87
</annotationProcessorPaths>
88
</configuration>
0 commit comments