Skip to content

Commit

Permalink
Fixup quarkusio#40994: have just one VertxBufferImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jun 10, 2024
1 parent 07709fd commit 23385ef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 492 deletions.
4 changes: 4 additions & 0 deletions extensions/resteasy-classic/resteasy/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-http</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus.resteasy.reactive</groupId>
<artifactId>vertx-java-io</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-server-common</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import io.netty.buffer.ByteBuf;
import io.quarkus.runtime.BlockingOperationNotAllowedException;
import io.quarkus.vertx.core.runtime.VertxBufferImpl;
import io.quarkus.vertx.java.io.VertxBufferImpl;
import io.vertx.core.AsyncResult;
import io.vertx.core.Context;
import io.vertx.core.Handler;
Expand Down
Loading

0 comments on commit 23385ef

Please sign in to comment.