Skip to content

Commit 00a82fd

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 b59a03d commit 00a82fd

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 v24
3939
- MS SQL Server 2022
4040
- Oracle 23
41-
- [Hibernate ORM][] 7.0.2.Final
42-
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 5.0.2
43-
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 5.0.2
44-
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 5.0.2
45-
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 5.0.2
46-
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 5.0.2
41+
- [Hibernate ORM][] 7.0
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/4.0/gradle/libs.versions.toml)
51+
and in the [tooling/docker](https://github.com/hibernate/hibernate-reactive/tree/4.0/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)