HibernateProcessor wrong warnings after upgrading to 6.5
Description
Hi,
I upgraded hibernate to version 6.5 in my project and it’s reporting warning about the association mappings when generating the metamodel which seems wrong in my case. I suppose it’s related to the new feature : HHH-17875.
A reproducer is attached.
It’s reporting the following problems in the code when building the project with mvn clean compile:
The generated metamodel is fine and works correctly, only the warnings seems wrong in this case.
If the problem is in my code, I don’t see what’s wrong with it.
Hi,
I upgraded hibernate to version 6.5 in my project and it’s reporting warning about the association mappings when generating the metamodel which seems wrong in my case.
I suppose it’s related to the new feature : HHH-17875.
A reproducer is attached.
It’s reporting the following problems in the code when building the project with
mvn clean compile
:The generated metamodel is fine and works correctly, only the warnings seems wrong in this case.
If the problem is in my code, I don’t see what’s wrong with it.