Skip to content

Commit 28cdddd

Browse files
committed
[#2420] Keep only major.minor version in README
For Hibernate ORM and Vert.x. The current automated release system and dependabot don't update the readme. It would get out of date at every minor release. I've included a link to the exact version in the catalog, though.
1 parent 08dadb9 commit 28cdddd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,18 @@ Hibernate Reactive has been tested with:
3838
- CockroachDB v25
3939
- MS SQL Server 2025
4040
- Oracle 23
41-
- [Hibernate ORM][] 7.1.0.Final
42-
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 5.0.0
43-
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 5.0.0
44-
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 5.0.0
45-
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 5.0.0
46-
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 5.0.0
41+
- [Hibernate ORM][] 7.1
42+
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 5.0
43+
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 5.0
44+
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 5.0
45+
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 5.0
46+
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 5.0
4747
- [Quarkus][Quarkus] via the Hibernate Reactive extension
4848

49+
The exact version of the libraries and images are in the
50+
[catalog](https://github.com/hibernate/hibernate-reactive/blob/main/gradle/libs.versions.toml)
51+
and in the [tooling/docker](https://github.com/hibernate/hibernate-reactive/tree/main/tooling/docker) folder.
52+
4953
[PostgreSQL]: https://www.postgresql.org
5054
[MySQL]: https://www.mysql.com
5155
[MariaDB]: https://mariadb.com

0 commit comments

Comments
 (0)