micronaut-guides
micronaut-guides copied to clipboard
Correction in the source guide for including micronaut-data-processor
Hi Team
This ticket is to address the issue for correcting sample example to include micronaut-data-processor.
Suggested sample example
<path> <groupId>io.micronaut.data</groupId> <artifactId>micronaut-data-processor</artifactId> <version>4.1.3</version> </path>
Source: https://guides.micronaut.io/latest/micronaut-jpa-hibernate-maven-java.html
Guide: https://github.com/micronaut-projects/micronaut-guides/blob/master/guides/micronaut-jpa-hibernate/micronaut-jpa-hibernate.adoc
I have also added the version to avoid below issue. I will open PR to address the issue.
Resolution of annotationProcessorPath dependencies failed: version can neither be null, empty nor blank
Hi Team , Just wanted to check if this issue has been resolved as it need just small text update.