Davide D'Alto
Davide D'Alto
If we upgrade to MySQL 8.0.29 (without chaniging anything else) the test `org.hibernate.reactive.UnionSubclassInheritanceTest` will fail because the delete of the entity doesn't occurs: ``` Expected null java.lang.AssertionError: Expected null at...
Fix #929 It's a draft because I need to review it
Right now we [have a comment here](https://github.com/hibernate/hibernate-reactive/blob/137673b27e853ac4d83155d1ad93060cc27824f4/release/build.gradle#L27).
For testing and examples, it would be nice to have support for an in-memory database like H2. There is actually an example in the Vert.x SQL Client documentation on how...
See this PR for ORM: https://github.com/hibernate/hibernate-test-case-templates/pull/159
``` @Version @Source(SourceType.DB) Date version ``` causes: ``` Caused by: java.sql.SQLException: Not using JDBC ``` It happens because, at some point, it calls `org.hibernate.type.DbTimestampType.seed`. I think we need a reactive...
We should create a test case template for Hibernate Reactive: https://github.com/hibernate/hibernate-test-case-templates
This test checks that we throw the right exception when session run in the wrong `VertxContext`. I cannot figure out why it doesn't fail on CI. This is the test:...
See #333 A draft to check that everything works. I still need to update the docs and add some bits.
Follows #996 This would mean move the code that uses Mutiny in a separate module. We could require users to include it in their project as an additional dependency (option...