Skip to content

Commit

Permalink
The ORM processor has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jul 2, 2024
1 parent 2683cf2 commit cd00680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/panache/hibernate-orm-panache/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</annotationProcessorPath>
</annotationProcessorPaths>
<annotationProcessors>
<annotationProcessor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</annotationProcessor>
<annotationProcessor>org.hibernate.processor.HibernateProcessor</annotationProcessor>
</annotationProcessors>
</configuration>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</annotationProcessorPath>
</annotationProcessorPaths>
<annotationProcessors>
<annotationProcessor>org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor</annotationProcessor>
<annotationProcessor>org.hibernate.processor.HibernateProcessor</annotationProcessor>
</annotationProcessors>
</configuration>
</plugin>
Expand Down

0 comments on commit cd00680

Please sign in to comment.