I am unable to build JPA2 projects after upgrading my JDK to 11 and getting errors, cannot find symbol. I checked and the package names have changed in 11. So, for instance:
Generated is no longer in:
javax.annotation
Now, it is in:
javax.annotation.processing
I have upgraded to the latest version of hibernate jpamodelgen (5.4.6.Final) and the latest version of the maven-processor-plugin (3.3.3).
However, it seems they do not yet support JDK11. Is that accurate?