Skip to content

Commit 152e65c

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 d6b5343 commit 152e65c

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
@@ -37,14 +37,18 @@ Hibernate Reactive has been tested with:
3737
- CockroachDB v24
3838
- MS SQL Server 2022
3939
- Oracle 23
40-
- [Hibernate ORM][] 6.6.15.Final
41-
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.5.16
42-
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.5.16
43-
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.5.16
44-
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.5.16
45-
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.5.16
40+
- [Hibernate ORM][] 6.6
41+
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.5
42+
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.5
43+
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.5
44+
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.5
45+
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.5
4646
- [Quarkus][Quarkus] via the Hibernate Reactive extension
4747

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

0 commit comments

Comments
 (0)