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 6cc4ad6 commit 333822aCopy full SHA for 333822a
repositories/index.html.haml
@@ -89,10 +89,6 @@ project: repositories
89
:asciidoc
90
== Quarkus integration
91
92
- Hibernate Data Repositories 6.6 works in Quarkus. Just add:
93
-
94
- - `jakarta.data:jakarta.data-api` and
95
- - `org.hibernate.orm:hibernate-jpamodelgen`
96
97
- as dependencies via Maven.
98
+ Hibernate Data Repositories 6.6 works in Quarkus. Just add `jakarta.data:jakarta.data-api` as a dependency,
+ and link:https://quarkus.io/guides/hibernate-orm#jakarta-data[configure the `hibernate-jpamodelgen` annotation processor]
+ according to your build tool rules.
0 commit comments