Skip to content

fix: remove 'final' modifier on Entities properties as it is not supported by JPA spec

As mentioned in https://download.oracle.com/otn-pub/jcp/persistence-2_2-mrel-spec/JavaPersistence.pdf (p.23):

The entity class must not be final. No methods or persistent instance variables of the entity class may befinal.

Merge request reports