Christian Beikov
Christian Beikov
I don't understand why nobody cares about this issue. This makes OpenJ9 totally unusable on s390x, maybe also on other architectures. We are going to stop testing with s390x in...
Our CI builds the `wip/7.0` branch just fine for months already. `hibernate-jfr` is a module that is only included when you [run with OpenJDK](https://github.com/hibernate/hibernate-orm/blob/main/settings.gradle#L338) since that includes JFR, but OpenJ9...
Is the fix part of the [0.48-m1 release](https://github.com/ibmruntimes/semeru17-binaries/releases/tag/jdk-17.0.13%2B10_openj9-0.48.0-m1)?
Looks like the new version fixes the problem. Thanks!
Thanks for the fix. I checked the code paths and this indeed looks like a concurrency issue.
Please also squash and rebase the commits.
You are clearly configuring Hibernate ORM in a programmatic fashion since you pass an object `HikariDataSource` as value somehow. Instead of changing the `HikariCPConnectionProvider` implementation, you could rather use `DatasourceConnectionProviderImpl`...
Here is the fix https://github.com/jakartaee/platform-tck/pull/1325 The tests should be excluded from the 3.1 and 3.2 TCK.
For reference, a Hibernate ORM user recently asked about [how to define an index for a subclass field column](https://discourse.hibernate.org/t/creating-an-index-in-subtype-using-jpa/10425), which would more or less require that the `@Table` annotation can...
Which attachment? I don't see any.