You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see you are using the annotation jakarta.persistence.Entity in your Author and Book classes. The annotation processor does not currently support JPA3 and thus only processes entities annotated with javax.persistence.Entity. We are in the process of issuing a JPA3 compatible version (#299), but we are holding it to include projection optimisations in the same release.
If you wish to use JPA3 today you can check out the sources on the branch jpa3 and build it locally until the release is out. Another option would be to use JPA2 for now.
I try on my local is always error
Where we can get
Book$
.But when I try to run the app is error
Here is my repository link: https://github.com/hendisantika/spring-boot-data-jpastreamer
Thanks
The text was updated successfully, but these errors were encountered: