hibernate-reactive icon indicating copy to clipboard operation
hibernate-reactive copied to clipboard

ReactiveIdentifierGenerator must extends Generator

Open DavideD opened this issue 1 year ago • 0 comments
trafficstars

The strategy attribute in @GenericGenerator is deprecated.

The recommended approach is to use the type attribute. But, ReactiveIdentifier doesn't implement the interface making it harder for the user to create a custom generator.

Related existing test: CustomGeneratorTest

Original issue in Quarkus: https://github.com/quarkusio/quarkus/discussions/37983

DavideD avatar Jan 04 '24 09:01 DavideD