File tree 9 files changed +25
-25
lines changed
9 files changed +25
-25
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 2022
39
39
- Oracle 23
40
40
- [ Hibernate ORM] [ ] 7.0.0.Beta4
41
- - [ Vert.x Reactive PostgreSQL Client] ( https://vertx.io/docs/vertx-pg-client/java/ ) 4.5.13
42
- - [ Vert.x Reactive MySQL Client] ( https://vertx.io/docs/vertx-mysql-client/java/ ) 4.5.13
43
- - [ Vert.x Reactive Db2 Client] ( https://vertx.io/docs/vertx-db2-client/java/ ) 4.5.13
44
- - [ Vert.x Reactive MS SQL Server Client] ( https://vertx.io/docs/vertx-mssql-client/java/ ) 4.5.13
45
- - [ Vert.x Reactive Oracle Client] ( https://vertx.io/docs/vertx-oracle-client/java/ ) 4.5.13
41
+ - [ Vert.x Reactive PostgreSQL Client] ( https://vertx.io/docs/vertx-pg-client/java/ ) 5.0.0.CR4
42
+ - [ Vert.x Reactive MySQL Client] ( https://vertx.io/docs/vertx-mysql-client/java/ ) 5.0.0.CR4
43
+ - [ Vert.x Reactive Db2 Client] ( https://vertx.io/docs/vertx-db2-client/java/ ) 5.0.0.CR4
44
+ - [ Vert.x Reactive MS SQL Server Client] ( https://vertx.io/docs/vertx-mssql-client/java/ ) 5.0.0.CR4
45
+ - [ Vert.x Reactive Oracle Client] ( https://vertx.io/docs/vertx-oracle-client/java/ ) 5.0.0.CR4
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 @@ -47,9 +47,9 @@ hibernateOrmVersion = 7.0.0.Beta4
47
47
# skipOrmVersionParsing = true
48
48
49
49
# Override default Vert.x Sql client version
50
- # vertxSqlClientVersion = 4.5.13 -SNAPSHOT
50
+ # vertxSqlClientVersion = 5.0.0.CR4 -SNAPSHOT
51
51
52
52
# Override default Vert.x Web client and server versions. For integration tests, both default to vertxSqlClientVersion
53
- # vertxWebVersion = 4.5.13
54
- # vertxWebtClientVersion = 4.5.13
53
+ # vertxWebVersion = 5.0.0.CR4
54
+ # vertxWebtClientVersion = 5.0.0.CR4
55
55
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.5.13 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.13 }
8
+ //DEPS io.vertx:vertx-pg-client:$\{vertx.version:5.0.0.CR4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:5.0.0.CR4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
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.5.13 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.13 }
8
+ //DEPS io.vertx:vertx-db2-client:$\{vertx.version:5.0.0.CR4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:5.0.0.CR4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
12
12
//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
//DEPS com.ongres.scram:scram-client:3.1
9
- //DEPS io.vertx:vertx-pg-client:${vertx.version:4.5.13 }
10
- //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.13 }
11
- //DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.13 }
9
+ //DEPS io.vertx:vertx-pg-client:${vertx.version:5.0.0.CR4 }
10
+ //DEPS io.vertx:vertx-mysql-client:${vertx.version:5.0.0.CR4 }
11
+ //DEPS io.vertx:vertx-db2-client:${vertx.version:5.0.0.CR4 }
12
12
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:3.0.0.Beta1}
13
13
//DEPS org.slf4j:slf4j-simple:2.0.7
14
14
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
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.5.13 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.13 }
8
+ //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:5.0.0.CR4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:5.0.0.CR4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
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.5.13 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.13 }
8
+ //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:5.0.0.CR4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:5.0.0.CR4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
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.5.13 }
9
- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.5.13 }
8
+ //DEPS io.vertx:vertx-pg-client:$\{vertx.version:5.0.0.CR4 }
9
+ //DEPS io.vertx:vertx-unit:$\{vertx.version:5.0.0.CR4 }
10
10
//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:3.0.0.Beta1}
11
11
//DEPS org.assertj:assertj-core:3.26.3
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.5.13 }
8
+ //DEPS io.vertx:vertx-pg-client:${vertx.version:5.0.0.CR4 }
9
9
//DEPS com.ongres.scram:scram-client:3.1
10
- //DEPS io.vertx:vertx-db2-client:${vertx.version:4.5.13 }
11
- //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.5.13 }
12
- //DEPS io.vertx:vertx-unit:${vertx.version:4.5.13 }
10
+ //DEPS io.vertx:vertx-db2-client:${vertx.version:5.0.0.CR4 }
11
+ //DEPS io.vertx:vertx-mysql-client:${vertx.version:5.0.0.CR4 }
12
+ //DEPS io.vertx:vertx-unit:${vertx.version:5.0.0.CR4 }
13
13
//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:3.0.0.Beta1}
14
14
//DEPS org.assertj:assertj-core:3.26.3
15
15
//DEPS junit:junit:4.13.2
You can’t perform that action at this time.
0 commit comments