This is an automated email from the ASF dual-hosted git repository.

crazyhzm pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new a20787379b fix native (#11263)
a20787379b is described below

commit a20787379bf772394435bff4937866e1cf5a2ebe
Author: huazhongming <[email protected]>
AuthorDate: Tue Jan 10 11:53:16 2023 +0800

    fix native (#11263)
    
    Signed-off-by: crazyhzm <[email protected]>
    
    Signed-off-by: crazyhzm <[email protected]>
---
 .../main/resources/META-INF/native-image/reflect-config.json   | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git 
a/dubbo-native-plugin/src/main/resources/META-INF/native-image/reflect-config.json
 
b/dubbo-native-plugin/src/main/resources/META-INF/native-image/reflect-config.json
index d48999fdf4..46630aff4d 100644
--- 
a/dubbo-native-plugin/src/main/resources/META-INF/native-image/reflect-config.json
+++ 
b/dubbo-native-plugin/src/main/resources/META-INF/native-image/reflect-config.json
@@ -2428,6 +2428,16 @@
   {
     "name": "org.apache.dubbo.rpc.protocol.dubbo.DubboProtocol",
     "allPublicMethods": true,
+    "methods": [
+      {
+        "name": "<init>",
+        "parameterTypes": ["org.apache.dubbo.rpc.model.FrameworkModel"]
+      }
+    ]
+  },
+  {
+    "name": "org.apache.dubbo.rpc.AdaptiveMetrics",
+    "allPublicMethods": true,
     "methods": [
       {
         "name": "<init>",

Reply via email to