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:
3838- MS SQL Server 2019
3939- Oracle 21.3
4040- [ Hibernate ORM] [ ] 6.2.5.Final
41- - [ Vert.x Reactive PostgreSQL Client] ( https://vertx.io/docs/vertx-pg-client/java/ ) 4.4.3
42- - [ Vert.x Reactive MySQL Client] ( https://vertx.io/docs/vertx-mysql-client/java/ ) 4.4.3
43- - [ Vert.x Reactive Db2 Client] ( https://vertx.io/docs/vertx-db2-client/java/ ) 4.4.3
44- - [ Vert.x Reactive MS SQL Server Client] ( https://vertx.io/docs/vertx-mssql-client/java/ ) 4.4.3
45- - [ Vert.x Reactive Oracle Client] ( https://vertx.io/docs/vertx-oracle-client/java/ ) 4.4.3
41+ - [ Vert.x Reactive PostgreSQL Client] ( https://vertx.io/docs/vertx-pg-client/java/ ) 4.4.4
42+ - [ Vert.x Reactive MySQL Client] ( https://vertx.io/docs/vertx-mysql-client/java/ ) 4.4.4
43+ - [ Vert.x Reactive Db2 Client] ( https://vertx.io/docs/vertx-db2-client/java/ ) 4.4.4
44+ - [ Vert.x Reactive MS SQL Server Client] ( https://vertx.io/docs/vertx-mssql-client/java/ ) 4.4.4
45+ - [ Vert.x Reactive Oracle Client] ( https://vertx.io/docs/vertx-oracle-client/java/ ) 4.4.4
4646- [ Quarkus] [ Quarkus ] via the Hibernate Reactive extension
4747
4848[ PostgreSQL ] : https://www.postgresql.org
Original file line number Diff line number Diff line change 8383 // Example:
8484 // ./gradlew build -PvertxVersion=4.0.0-SNAPSHOT
8585 if ( ! project. hasProperty(' vertxVersion' ) ) {
86- vertxVersion = ' 4.4.3 '
86+ vertxVersion = ' 4.4.4 '
8787 }
8888
8989 testcontainersVersion = ' 1.18.3'
Original file line number Diff line number Diff line change @@ -47,4 +47,4 @@ org.gradle.java.installations.auto-download=false
4747# skipOrmVersionParsing = true
4848
4949# Override default Vert.x version
50- # vertxVersion = 4.4.3 -SNAPSHOT
50+ # vertxVersion = 4.4.4 -SNAPSHOT
Original file line number Diff line number Diff line change 55 * Copyright: Red Hat Inc. and Hibernate Authors
66 */
77
8- //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.4.3 }
9- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.3 }
8+ //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.4.4 }
9+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.4 }
1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.0.1.Final}
1111//DEPS org.assertj:assertj-core:3.24.2
1212//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 55 * Copyright: Red Hat Inc. and Hibernate Authors
66 */
77
8- //DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.4.3 }
9- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.3 }
8+ //DEPS io.vertx:vertx-db2-client:$\{vertx.version:4.4.4 }
9+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.4 }
1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.0.1.Final}
1111//DEPS org.assertj:assertj-core:3.24.2
1212//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 66 */
77
88//DEPS com.ongres.scram:client:2.1
9- //DEPS io.vertx:vertx-pg-client:${vertx.version:4.4.3 }
10- //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.4.3 }
11- //DEPS io.vertx:vertx-db2-client:${vertx.version:4.4.3 }
9+ //DEPS io.vertx:vertx-pg-client:${vertx.version:4.4.4 }
10+ //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.4.4 }
11+ //DEPS io.vertx:vertx-db2-client:${vertx.version:4.4.4 }
1212//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.0.1.Final}
1313//DEPS org.slf4j:slf4j-simple:2.0.7
1414//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
Original file line number Diff line number Diff line change 55 * Copyright: Red Hat Inc. and Hibernate Authors
66 */
77
8- //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.4.3 }
9- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.3 }
8+ //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.4.4 }
9+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.4 }
1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.0.1.Final}
1111//DEPS org.assertj:assertj-core:3.24.2
1212//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 55 * Copyright: Red Hat Inc. and Hibernate Authors
66 */
77
8- //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.4.3 }
9- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.3 }
8+ //DEPS io.vertx:vertx-mysql-client:$\{vertx.version:4.4.4 }
9+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.4 }
1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.0.1.Final}
1111//DEPS org.assertj:assertj-core:3.24.2
1212//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 55 * Copyright: Red Hat Inc. and Hibernate Authors
66 */
77
8- //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.4.3 }
9- //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.3 }
8+ //DEPS io.vertx:vertx-pg-client:$\{vertx.version:4.4.4 }
9+ //DEPS io.vertx:vertx-unit:$\{vertx.version:4.4.4 }
1010//DEPS org.hibernate.reactive:hibernate-reactive-core:$\{hibernate-reactive.version:2.0.1.Final}
1111//DEPS org.assertj:assertj-core:3.24.2
1212//DEPS junit:junit:4.13.2
Original file line number Diff line number Diff line change 55 */
66
77///usr/bin/env jbang "$0" "$@" ; exit $?
8- //DEPS io.vertx:vertx-pg-client:${vertx.version:4.4.3 }
8+ //DEPS io.vertx:vertx-pg-client:${vertx.version:4.4.4 }
99//DEPS com.ongres.scram:client:2.1
10- //DEPS io.vertx:vertx-db2-client:${vertx.version:4.4.3 }
11- //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.4.3 }
12- //DEPS io.vertx:vertx-unit:${vertx.version:4.4.3 }
10+ //DEPS io.vertx:vertx-db2-client:${vertx.version:4.4.4 }
11+ //DEPS io.vertx:vertx-mysql-client:${vertx.version:4.4.4 }
12+ //DEPS io.vertx:vertx-unit:${vertx.version:4.4.4 }
1313//DEPS org.hibernate.reactive:hibernate-reactive-core:${hibernate-reactive.version:2.0.1.Final}
1414//DEPS org.assertj:assertj-core:3.24.2
1515//DEPS junit:junit:4.13.2
You can’t perform that action at this time.
0 commit comments