File tree Expand file tree Collapse file tree 6 files changed +23
-13
lines changed
hibernate/hibernate-reactive-1.0/javaagent
vertx-http-client/vertx-http-client-4.0/javaagent
vertx-kafka-client-3.6/javaagent
vertx-rx-java-3.5/javaagent
vertx-sql-client-4.0/javaagent Expand file tree Collapse file tree 6 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ testing {
4747 implementation(" org.testcontainers:testcontainers" )
4848 if (latestDepTest) {
4949 implementation(" org.hibernate.reactive:hibernate-reactive-core:latest.release" )
50- implementation(" io.vertx:vertx-pg-client:latest.release " )
50+ implementation(" io.vertx:vertx-pg-client:4.+ " )
5151 } else {
5252 implementation(" org.hibernate.reactive:hibernate-reactive-core:2.0.0.Final" )
5353 implementation(" io.vertx:vertx-pg-client:4.4.2" )
Original file line number Diff line number Diff line change 66 pass {
77 group.set(" io.vertx" )
88 module.set(" vertx-core" )
9- versions.set(" [4.0.0,)" )
9+ versions.set(" [4.0.0,5 )" )
1010 assertInverse.set(true )
1111 }
1212}
@@ -20,4 +20,7 @@ dependencies {
2020 implementation(project(" :instrumentation:vertx:vertx-http-client:vertx-http-client-common:javaagent" ))
2121
2222 testInstrumentation(project(" :instrumentation:netty:netty-4.1:javaagent" ))
23+
24+ latestDepTestLibrary(" io.vertx:vertx-core:4.+" ) // documented limitation, 5.x not supported yet
25+ latestDepTestLibrary(" io.vertx:vertx-codegen:4.+" ) // documented limitation, 5.x not supported yet
2326}
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ dependencies {
2222 testImplementation(project(" :instrumentation:vertx:vertx-kafka-client-3.6:testing" ))
2323
2424 testInstrumentation(project(" :instrumentation:kafka:kafka-clients:kafka-clients-0.11:javaagent" ))
25+
26+ latestDepTestLibrary(" io.vertx:vertx-kafka-client:4.+" ) // documented limitation, 5.x not supported yet
27+ latestDepTestLibrary(" io.vertx:vertx-codegen:4.+" ) // documented limitation, 5.x not supported yet
2528}
2629
2730val latestDepTest = findProperty(" testLatestDeps" ) as Boolean
@@ -34,8 +37,8 @@ testing {
3437
3538 // the "library" configuration is not recognized by the test suite plugin
3639 if (latestDepTest) {
37- implementation(" io.vertx:vertx-kafka-client:latest.release " )
38- implementation(" io.vertx:vertx-codegen:latest.release " )
40+ implementation(" io.vertx:vertx-kafka-client:4.+ " )
41+ implementation(" io.vertx:vertx-codegen:4.+ " )
3942 } else {
4043 implementation(" io.vertx:vertx-kafka-client:3.6.0" )
4144 implementation(" io.vertx:vertx-codegen:3.6.0" )
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ testing {
5050 compileOnly(project.dependencies.project(" :testing:armeria-shaded-for-testing" , configuration = " shadow" ))
5151
5252 implementation(" org.hsqldb:hsqldb:2.3.4" )
53- implementation(" io.vertx:vertx-web:latest.release " )
54- implementation(" io.vertx:vertx-rx-java2:latest.release " )
55- implementation(" io.vertx:vertx-web-client:latest.release " )
56- implementation(" io.vertx:vertx-jdbc-client:latest.release " )
57- implementation(" io.vertx:vertx-circuit-breaker:latest.release " )
53+ implementation(" io.vertx:vertx-web:4.+ " )
54+ implementation(" io.vertx:vertx-rx-java2:4.+ " )
55+ implementation(" io.vertx:vertx-web-client:4.+ " )
56+ implementation(" io.vertx:vertx-jdbc-client:4.+ " )
57+ implementation(" io.vertx:vertx-circuit-breaker:4.+ " )
5858 }
5959 }
6060 }
Original file line number Diff line number Diff line change 66 pass {
77 group.set(" io.vertx" )
88 module.set(" vertx-sql-client" )
9- versions.set(" [4.0.0,)" )
9+ versions.set(" [4.0.0,5 )" )
1010 assertInverse.set(true )
1111 }
1212}
@@ -20,6 +20,10 @@ dependencies {
2020
2121 testLibrary(" io.vertx:vertx-pg-client:$version " )
2222 testLibrary(" io.vertx:vertx-codegen:$version " )
23+
24+ latestDepTestLibrary(" io.vertx:vertx-sql-client:4.+" ) // documented limitation, 5.x not supported yet
25+ latestDepTestLibrary(" io.vertx:vertx-pg-client:4.+" ) // documented limitation, 5.x not supported yet
26+ latestDepTestLibrary(" io.vertx:vertx-codegen:4.+" ) // documented limitation, 5.x not supported yet
2327}
2428
2529tasks {
Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ testing {
3737 dependencies {
3838 implementation(project(" :instrumentation:vertx:vertx-web-3.0:testing" ))
3939
40- implementation(" io.vertx:vertx-web:latest.release " )
41- implementation(" io.vertx:vertx-jdbc-client:latest.release " )
42- implementation(" io.vertx:vertx-codegen:latest.release " )
40+ implementation(" io.vertx:vertx-web:4.+ " )
41+ implementation(" io.vertx:vertx-jdbc-client:4.+ " )
42+ implementation(" io.vertx:vertx-codegen:4.+ " )
4343 }
4444 }
4545 }
You can’t perform that action at this time.
0 commit comments