Skip to content

Commit fd35d76

Browse files
fixed missing reflection for PipedInputStream - #62
1 parent d659559 commit fd35d76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

graal-configs/reflect-config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
"allPublicConstructors": true,
4949
"allPublicMethods": true
5050
},
51+
{
52+
"name": "java.io.PipedInputStream",
53+
"allPublicConstructors": true,
54+
"allPublicMethods": true
55+
},
5156
{
5257
"name": "com.jcraft.jsch.jce.Random",
5358
"allDeclaredConstructors": true,

0 commit comments

Comments
 (0)