imgoby commented on issue #13550:
URL: https://github.com/apache/dubbo/issues/13550#issuecomment-1865509833

   add reflect-config.json to src/main/resources/META-INF/native-image to  
resolve:
   
   ```
   [
     {
       "name": 
"org.apache.dubbo.config.spring.beans.factory.annotation.ServiceAnnotationPostProcessor",
       "allDeclaredFields": true,
       "allDeclaredConstructors": true,
       "allDeclaredMethods": true,
       "methods": [
         {
           "name": "<init>",
           "parameterTypes": [ "java.util.Collection" ]
         }
       ]
     },
     {
       "name": 
"org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource",
       "allDeclaredFields": true,
       "allDeclaredConstructors": true,
       "allDeclaredMethods": true,
       "methods": [
         {
           "name": "<init>",
           "parameterTypes": [ ]
         }
       ]
     }
   ]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to