Hibernate Reactive 1.1.3.Final is now available!
The main feature of this release is that it’s now possible to connect to an instance of Oracle database.
The complete list of changes is available on GitHub.
Thank you!
Oracle
Testing Hibernate Reactive with Oracle requires the Oracle Vert.x SQL client on the classpath:
io.vertx:vertx-oracle-client:4.2.4
We are aware of a couple of limitations:
-
it’s not possible to query fields mapped as
raw
-
insert-select queries cause an exception
How can I get it?
All details are available on the Hibernate Reactive website releases page.
If you are new to Hibernate Reactive, the official documentation is a good place to start.
Feedback, issues, ideas?
To get in touch, use the following channels:
-
hibernate-reactive tag on Stackoverflow (usage questions)
-
User forum or the hibernate-user stream on Zulip (usage questions, general feedback)
-
Issue tracker (bug reports, feature requests)
-
Mailing list or the hibernate-reactive-dev stream on Zulip (development-related discussions)