Skip to content

Commit

Permalink
[#1459] Upgrade Vert.x SQL client to 4.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Feb 17, 2023
1 parent fe5649d commit e2e3682
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 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 2019
- Oracle 21.3
- [Hibernate ORM][] 5.6.14.Final
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.3.4
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.3.4
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.3.4
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.3.4
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.3.4
- [Vert.x Reactive PostgreSQL Client](https://vertx.io/docs/vertx-pg-client/java/) 4.3.8
- [Vert.x Reactive MySQL Client](https://vertx.io/docs/vertx-mysql-client/java/) 4.3.8
- [Vert.x Reactive Db2 Client](https://vertx.io/docs/vertx-db2-client/java/) 4.3.8
- [Vert.x Reactive MS SQL Server Client](https://vertx.io/docs/vertx-mssql-client/java/) 4.3.8
- [Vert.x Reactive Oracle Client](https://vertx.io/docs/vertx-oracle-client/java/) 4.3.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 @@ -79,7 +79,7 @@ ext {
// Example:
// ./gradlew build -PvertxVersion=4.0.0-SNAPSHOT
if ( !project.hasProperty('vertxVersion') ) {
vertxVersion = '4.3.4'
vertxVersion = '4.3.8'
}

testcontainersVersion = '1.17.5'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ org.gradle.java.installations.auto-download=false
#skipOrmVersionParsing = true

# Override default Vert.x version
#vertxVersion = 4.3.4-SNAPSHOT
#vertxVersion = 4.3.8-SNAPSHOT

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.3.4}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4}
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.3.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//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.3.4}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4}
//DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.3.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//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 @@ -5,9 +5,9 @@
* Copyright: Red Hat Inc. and Hibernate Authors
*/

//DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.4}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.4}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.4}
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.8}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.8}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:1.1.9.Final}
//DEPS org.slf4j:slf4j-simple:1.7.30
//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.3.4}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4}
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.3.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//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.3.4}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4}
//DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.3.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//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.3.4}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4}
//DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.3.8}
//DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//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.3.4}
//DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.8}
//DEPS com.ongres.scram:client:2.1
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.4}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.4}
//DEPS io.vertx:vertx-unit:${vertx.version:4.3.4}
//DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.8}
//DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.8}
//DEPS io.vertx:vertx-unit:${vertx.version:4.3.8}
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:1.1.9.Final}
//DEPS org.assertj:assertj-core:3.22.0
//DEPS junit:junit:4.13.2
Expand Down

0 comments on commit e2e3682

Please sign in to comment.