Skip to content

Commit 5a10f38

Browse files
committed
GraalVM Native Image support: More changes
1 parent b44e891 commit 5a10f38

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

  • junixsocket-common/src/main/resources/META-INF/native-image/com.kohlschutter.junixsocket/junixsocket-common

junixsocket-common/src/main/resources/META-INF/native-image/com.kohlschutter.junixsocket/junixsocket-common/reflect-config.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,18 @@
2222
"name":"org.newsclub.net.unix.AFVSOCKSocketAddress",
2323
"methods":[{"name":"addressFamily","parameterTypes":[] }]
2424
},
25+
{
26+
"name":"org.newsclub.net.unix.AFUNIXSelectorProvider",
27+
"allPublicMethods":true
28+
},
2529
{
2630
"condition" : { "typeReachable" : "org.newsclub.net.unix.tipc.AFTIPCSelectorProvider" },
27-
"name":"org.newsclub.net.unix.tipc.AFTIPCSelectorProvider"
31+
"name":"org.newsclub.net.unix.tipc.AFTIPCSelectorProvider",
32+
"allPublicMethods":true
2833
},
2934
{
3035
"condition" : { "typeReachable" : "org.newsclub.net.unix.vsock.AFVSOCKSelectorProvider" },
31-
"name":"org.newsclub.net.unix.vsock.AFVSOCKSelectorProvider"
36+
"name":"org.newsclub.net.unix.vsock.AFVSOCKSelectorProvider",
37+
"allPublicMethods":true
3238
}
3339
]

0 commit comments

Comments
 (0)