We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
<path> <groupId>io.micronaut.data</groupId> <artifactId>micronaut-data-processor</artifactId> <version>4.1.3</version> </path>
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
The text was updated successfully, but these errors were encountered:
Hi Team , Just wanted to check if this issue has been resolved as it need just small text update.
Sorry, something went wrong.
remove yaml configuration from hibernate JPA guide
f60bbbf
See: #1356
3c729f4
See: #1356 properties
b0a9668
See: #1356 properties properties
sdelamo
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: