Hibernate Reactive 1.0.0.CR9 is now available!
This version includes the integration with Microsoft SQL Server.
You can find a complete list of changes on the Hibernate Reactive issue tracker.
Thank you!
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.
Microsoft SQL Server
You can use now Hibernate Reactive with Microsoft SQL Server. Like for the other databases, you will have to add the following dependencies to your project (using GAV coordinates):
org.hibernate.reactive:hibernate-reactive-core:1.0.0.CR9
io.vertx:vertx-mssql-client:4.1.2
And here an example of a URL to use in the configuration:
hibernate.connection.url = sqlserver://localhost:1433
Check the documentation for a list of available configuration properties.
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)