Skip to content

Commit

Permalink
Enable reflection init of NioSocketChannel with native image (#1722)
Browse files Browse the repository at this point in the history
* Enable reflection init of NioSocketChannel with native image

Signed-off-by: Daniel Kec <daniel.kec@oracle.com>
  • Loading branch information
danielkec authored May 5, 2020
1 parent e8abee8 commit d93910e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"name": "io.netty.channel.socket.nio.NioSocketChannel",
"methods": [
{ "name": "<init>", "parameterTypes": [] }
]
}
]

0 comments on commit d93910e

Please sign in to comment.