Davide D'Alto
Davide D'Alto
This is a new method in the latest Hibernate ORM 6.5 snapshot. This method has been added as fix for [HHH-18221](https://hibernate.atlassian.net/browse/HHH-18221) [HHH-18221]: https://hibernate.atlassian.net/browse/HHH-18221?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
I think we need the following separate branches for the different ORM version: - [ ] Hibernate Reactive 2.3 with Hibernate ORM 6.5 - [ ] Hibernate Reactive 2.4 with...
See https://docs.gradle.org/current/userguide/working_with_files.html#sec:reproducible_archives and https://reproducible-builds.org/
Related to [this question](https://stackoverflow.com/questions/78495982/hibernate-reactive-and-sharedprimarykeygenerator) on Stack Overflow. Entity Example: ```kotlin @Id @GeneratedValue(generator = "SharedPrimaryKeyGenerator") @GenericGenerator( name = "SharedPrimaryKeyGenerator", strategy = "foreign", parameters = [Parameter(name = "property", value = "bookLineItem")] )...
`@GenericGenerator` has been deprecated in 6.5. See: https://github.com/hibernate/hibernate-orm/blob/main/hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java#L64
Original quarkus issue: https://github.com/quarkusio/quarkus/issues/40374
We should wait for a stable version of ORM. In the meanwhile, the repository is here: https://github.com/hibernate/hibernate-reactive/tree/wip/orm7