Skip to content

Commit 655527b

Browse files
committed
Since we are using netty promises in SocketConnectionBase, we need to require io.netty.common otherwise sometimes we get an IllegalAccessError.
1 parent e309fe0 commit 655527b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertx-sql-client/src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module io.vertx.client.sql {
22

3+
requires io.netty.common;
34
requires io.netty.buffer;
45
requires io.netty.codec;
56
requires io.netty.transport;

0 commit comments

Comments
 (0)