Skip to content

Commit 3b1f100

Browse files
committed
Ensure annotation processor respects depmgmt with Jakarta Data
* Adding configuration to Maven compiler plugin to ensure that annotation processor dependency resolution respects dependency management of the project rather than dependencies of the processor for hibernate-orm-jakarta-data quickstart.
1 parent 0d37ce9 commit 3b1f100

File tree

1 file changed

+2
-0
lines changed
  • hibernate-orm-jakarta-data-quickstart

1 file changed

+2
-0
lines changed

hibernate-orm-jakarta-data-quickstart/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
<configuration>
7979
<!-- the parameters=true option is critical so that RESTEasy works fine -->
8080
<parameters>true</parameters>
81+
<!-- for the annotation processor transitive dependencies to be managed by Quarkus, we need this setting -->
82+
<annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
8183
<!-- the hibernate annotation processor provides both static metamodel and Jakarta Data capabilities: -->
8284
<annotationProcessorPaths>
8385
<path>

0 commit comments

Comments
 (0)