Skip to content

Commit

Permalink
Convert vertx-rx-java-3.5 tests to java (#13117)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit authored Jan 28, 2025
1 parent 3b267cb commit e9227c3
Show file tree
Hide file tree
Showing 29 changed files with 1,619 additions and 1,530 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ testing {
suites {
val version35Test by registering(JvmTestSuite::class) {
dependencies {
implementation("org.hsqldb:hsqldb:2.3.4")
// this only exists to make Intellij happy since it doesn't (currently at least) understand our
// inclusion of this artifact inside :testing-common
compileOnly(project.dependencies.project(":testing:armeria-shaded-for-testing", configuration = "shadow"))

implementation("org.hsqldb:hsqldb:2.3.4")
compileOnly("io.vertx:vertx-codegen:$vertxVersion")
implementation("io.vertx:vertx-web:$vertxVersion")
implementation("io.vertx:vertx-rx-java2:$vertxVersion")
Expand All @@ -42,8 +45,11 @@ testing {

val latestDepTest by registering(JvmTestSuite::class) {
dependencies {
implementation("org.hsqldb:hsqldb:2.3.4")
// this only exists to make Intellij happy since it doesn't (currently at least) understand our
// inclusion of this artifact inside :testing-common
compileOnly(project.dependencies.project(":testing:armeria-shaded-for-testing", configuration = "shadow"))

implementation("org.hsqldb:hsqldb:2.3.4")
implementation("io.vertx:vertx-web:latest.release")
implementation("io.vertx:vertx-rx-java2:latest.release")
implementation("io.vertx:vertx-web-client:latest.release")
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit e9227c3

Please sign in to comment.