Skip to content

Commit 9a35c00

Browse files
committed
fix: reflection config
1 parent 16b1ac2 commit 9a35c00

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

lib/java/ydoc-server/src/main/resources/META-INF/native-image/org/enso/ydoc/reachability-metadata.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,15 @@
564564
{
565565
"type": "org.enso.ydoc.server.Main",
566566
"methods": [
567+
{
568+
"name": "launch",
569+
"parameterTypes": [
570+
"java.lang.String",
571+
"java.lang.String",
572+
"org.enso.ydoc.api.YjsChannelCallbacks",
573+
"org.enso.ydoc.api.YjsChannelCallbacks"
574+
]
575+
},
567576
{
568577
"name": "main",
569578
"parameterTypes": [
@@ -842,6 +851,13 @@
842851
]
843852
}
844853
]
854+
},
855+
{
856+
"type": {
857+
"proxy": [
858+
"org.enso.ydoc.api.YjsChannelCallbacks"
859+
]
860+
}
845861
}
846862
]
847-
}
863+
}

0 commit comments

Comments
 (0)