Skip to content

Commit 0ec3d0a

Browse files
authored
Fix failing GraalVM native test (#10435)
1 parent e073c8a commit 0ec3d0a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[
2+
{
3+
"condition": {
4+
"typeReachable": "org.apache.commons.pool2.impl.BaseGenericObjectPool"
5+
},
6+
"methods": [
7+
{
8+
"name": "<init>",
9+
"parameterTypes": []
10+
}
11+
],
12+
"name": "org.apache.commons.pool2.impl.DefaultEvictionPolicy"
13+
}
14+
]

0 commit comments

Comments
 (0)