Skip to content

Commit

Permalink
[#1927] Upgrade Vert.x SQL client to 4.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Jun 7, 2024
1 parent b91fc3a commit 6c5617f
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ Hibernate Reactive has been tested with:
- MS SQL Server 2022
- Oracle 23
- [Hibernate ORM][] 6.5.2.Final
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.5.7
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.5.7
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.5.7
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.5.7
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.5.7
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.5.8
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.5.8
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.5.8
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.5.8
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.5.8
- [Quarkus][Quarkus] via the Hibernate Reactive extension

[PostgreSQL]: https://www.postgresql.org
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ext {
// Example:
// ./gradlew build -PvertxSqlClientVersion=4.0.0-SNAPSHOT
if ( !project.hasProperty( 'vertxSqlClientVersion' ) ) {
vertxSqlClientVersion = '4.5.7'
vertxSqlClientVersion = '4.5.8'
}

testcontainersVersion = '1.19.8'
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ org.gradle.java.installations.auto-download=false
#skipOrmVersionParsing = true

# Override default Vert.x Sql client version
#vertxSqlClientVersion = 4.5.7-SNAPSHOT
#vertxSqlClientVersion = 4.5.8-SNAPSHOT

# Override default Vert.x Web client and server versions. For integration tests, both default to vertxSqlClientVersion
#vertxWebVersion = 4.5.7
#vertxWebtClientVersion = 4.5.7
#vertxWebVersion = 4.5.8
#vertxWebtClientVersion = 4.5.8

4 changes: 2 additions & 2 deletions tooling/jbang/CockroachDBReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Copyright: Red Hat Inc. and Hibernate Authors
*/

//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
//DEPS org.assertj:assertj-core:3.24.2
//DEPS junit:junit:4.13.2
Expand Down
4 changes: 2 additions & 2 deletions tooling/jbang/Db2ReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Copyright: Red Hat Inc. and Hibernate Authors
*/

//DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.5.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
//DEPS org.assertj:assertj-core:3.24.2
//DEPS junit:junit:4.13.2
Expand Down
6 changes: 3 additions & 3 deletions tooling/jbang/Example.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/

//DEPS com.ongres.scram:client:2.1
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.8}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.8}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.3.0.Final}
//DEPS org.slf4j:slf4j-simple:2.0.7
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
Expand Down
4 changes: 2 additions & 2 deletions tooling/jbang/MariaDBReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Copyright: Red Hat Inc. and Hibernate Authors
*/

//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
//DEPS org.assertj:assertj-core:3.24.2
//DEPS junit:junit:4.13.2
Expand Down
4 changes: 2 additions & 2 deletions tooling/jbang/MySQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Copyright: Red Hat Inc. and Hibernate Authors
*/

//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.5.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
//DEPS org.assertj:assertj-core:3.24.2
//DEPS junit:junit:4.13.2
Expand Down
4 changes: 2 additions & 2 deletions tooling/jbang/PostgreSQLReactiveTest.java.qute
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
* Copyright: Red Hat Inc. and Hibernate Authors
*/

//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.7}
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.5.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.3.0.Final}
//DEPS org.assertj:assertj-core:3.24.2
//DEPS junit:junit:4.13.2
Expand Down
8 changes: 4 additions & 4 deletions tooling/jbang/ReactiveTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.8}
//DEPS com.ongres.scram:client:2.1
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-unit:${vertx.version:4.5.7}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.8}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.8}
//DEPS io.vertx:vertx-unit:${vertx.version:4.5.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.3.0.Final}
//DEPS org.assertj:assertj-core:3.24.2
//DEPS junit:junit:4.13.2
Expand Down

0 comments on commit 6c5617f

Please sign in to comment.