hibernate / hibernate-reactive

A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
https://hibernate.org/reactive
Apache License 2.0
438 stars 92 forks source link

Update documentation in relation to JDK compatibility #1997

Closed DavideD closed 1 month ago

DavideD commented 1 month ago

User guide / documentation mentions compatibility with 11 (if relevant), 17, 21 and 23, but not 18, 19, 20, 22.

DavideD commented 1 month ago

Done as part of #1995