File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Hibernate Reactive has been tested with:
38
38
- MS SQL Server 2019
39
39
- Oracle 21.3
40
40
- [ Hibernate ORM] [ ] 5.6.12.Final
41
- - [ Vert.x Reactive PostgreSQL Client] ( https://vertx.io/docs/vertx-pg-client/java/ ) 4.3.3
42
- - [ Vert.x Reactive MySQL Client] ( https://vertx.io/docs/vertx-mysql-client/java/ ) 4.3.3
43
- - [ Vert.x Reactive Db2 Client] ( https://vertx.io/docs/vertx-db2-client/java/ ) 4.3.3
44
- - [ Vert.x Reactive MS SQL Server Client] ( https://vertx.io/docs/vertx-mssql-client/java/ ) 4.3.3
45
- - [ Vert.x Reactive Oracle Client] ( https://vertx.io/docs/vertx-oracle-client/java/ ) 4.3.3
41
+ - [ Vert.x Reactive PostgreSQL Client] ( https://vertx.io/docs/vertx-pg-client/java/ ) 4.3.4
42
+ - [ Vert.x Reactive MySQL Client] ( https://vertx.io/docs/vertx-mysql-client/java/ ) 4.3.4
43
+ - [ Vert.x Reactive Db2 Client] ( https://vertx.io/docs/vertx-db2-client/java/ ) 4.3.4
44
+ - [ Vert.x Reactive MS SQL Server Client] ( https://vertx.io/docs/vertx-mssql-client/java/ ) 4.3.4
45
+ - [ Vert.x Reactive Oracle Client] ( https://vertx.io/docs/vertx-oracle-client/java/ ) 4.3.4
46
46
- [ Quarkus] [ Quarkus ] via the Hibernate Reactive extension
47
47
48
48
[ PostgreSQL ] : https://www.postgresql.org
Original file line number Diff line number Diff line change 79
79
// Example:
80
80
// ./gradlew build -PvertxVersion=4.0.0-SNAPSHOT
81
81
if ( ! project. hasProperty(' vertxVersion' ) ) {
82
- vertxVersion = ' 4.3.3 '
82
+ vertxVersion = ' 4.3.4 '
83
83
}
84
84
85
85
testcontainersVersion = ' 1.17.3'
Original file line number Diff line number Diff line change @@ -45,5 +45,5 @@ org.gradle.java.installations.auto-download=false
45
45
# skipOrmVersionParsing = true
46
46
47
47
# Override default Vert.x version
48
- # vertxVersion = 4.3.3 -SNAPSHOT
48
+ # vertxVersion = 4.3.4 -SNAPSHOT
49
49
Original file line number Diff line number Diff line change 5
5
* Copyright: Red Hat Inc. and Hibernate Authors
6
6
*/
7
7
8
- //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.3.3 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.3.4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.6.Final}
11
11
//DEPS org.assertj:assertj-core:3.22.0
12
12
//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 5
5
* Copyright: Red Hat Inc. and Hibernate Authors
6
6
*/
7
7
8
- //DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.3.3 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.3.4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.6.Final}
11
11
//DEPS org.assertj:assertj-core:3.22.0
12
12
//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 5
5
* Copyright: Red Hat Inc. and Hibernate Authors
6
6
*/
7
7
8
- //DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.3 }
9
- //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.3 }
10
- //DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.4 }
9
+ //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.4 }
10
+ //DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.4 }
11
11
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:1.1.6.Final}
12
12
//DEPS org.slf4j:slf4j-simple:1.7.30
13
13
Original file line number Diff line number Diff line change 5
5
* Copyright: Red Hat Inc. and Hibernate Authors
6
6
*/
7
7
8
- //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.3.3 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.3.4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.6.Final}
11
11
//DEPS org.assertj:assertj-core:3.22.0
12
12
//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 5
5
* Copyright: Red Hat Inc. and Hibernate Authors
6
6
*/
7
7
8
- //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.3.3 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.3.4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.6.Final}
11
11
//DEPS org.assertj:assertj-core:3.22.0
12
12
//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 5
5
* Copyright: Red Hat Inc. and Hibernate Authors
6
6
*/
7
7
8
- //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.3.3 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.3.4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.3.4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:1.1.6.Final}
11
11
//DEPS org.assertj:assertj-core:3.22.0
12
12
//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
///usr/bin/env jbang "$0" "$@" ; exit $?
8
- //DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.3 }
8
+ //DEPS io.vertx:vertx-pg-client:${vertx.version:4.3.4 }
9
9
//DEPS com.ongres.scram:client:2.1
10
- //DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.3 }
11
- //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.3 }
12
- //DEPS io.vertx:vertx-unit:${vertx.version:4.3.3 }
10
+ //DEPS io.vertx:vertx-db2-client:${vertx.version:4.3.4 }
11
+ //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.3.4 }
12
+ //DEPS io.vertx:vertx-unit:${vertx.version:4.3.4 }
13
13
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:1.1.6.Final}
14
14
//DEPS org.assertj:assertj-core:3.22.0
15
15
//DEPS junit:junit:4.13.2
You can’t perform that action at this time.
0 commit comments