Moved logic for options hibernate.version, jpa.datasource and jpa.datasource.nonjta to Application element.
(Should not impact existing models as the options are cascaded from ApplicationInstance.)
Updated option hibernate.version to validate the option value and support Hibernate 6.
[REJUV-809] Decoupled concepts 'internalType' and 'conversionMethodType' in projector, uniqueness and finder to
properly support converters with native arrays as underlying type.
Add default anchors around project() method implementations in projector classes.
Add support for optional JPA technology specific converters in projector classes. JDK converter is still used by default if no JPA converter is present.
Add feature anchor at the beginning of the central internal project() method in the Cruds class.
Add feature anchors in the CrudsInternal interface in order to make the interface extendable. The CrudsLocal interface is now injected by a separate feature.