瀏覽代碼

Fix failing GraalVM native test (#10435)

Jean Bisutti 1 年之前
父節點
當前提交
0ec3d0a029
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      smoke-tests-otel-starter/src/main/resources/META-INF/native-image/reflect-config.json

+ 14 - 0
smoke-tests-otel-starter/src/main/resources/META-INF/native-image/reflect-config.json

@@ -0,0 +1,14 @@
+[
+  {
+    "condition": {
+      "typeReachable": "org.apache.commons.pool2.impl.BaseGenericObjectPool"
+    },
+    "methods": [
+      {
+        "name": "<init>",
+        "parameterTypes": []
+      }
+    ],
+    "name": "org.apache.commons.pool2.impl.DefaultEvictionPolicy"
+  }
+]