Skip to content

Commit

Permalink
Since we are using netty promises in SocketConnectionBase, we need to…
Browse files Browse the repository at this point in the history
… require io.netty.common otherwise sometimes we get an IllegalAccessError.
  • Loading branch information
vietj committed Sep 6, 2024
1 parent e309fe0 commit 655527b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vertx-sql-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module io.vertx.client.sql {

requires io.netty.common;
requires io.netty.buffer;
requires io.netty.codec;
requires io.netty.transport;
Expand Down

0 comments on commit 655527b

Please sign in to comment.