noear commented on issue #15674: URL: https://github.com/apache/dubbo/issues/15674#issuecomment-3268616332
从现有异常看,有 AotProcessor 和 ReflectConfigMetadataRepository 字样。。。推测:是在 aot 运行时,收集类元数据时,被扫描进来了。 之前有类似的经验:在试验 mybatis-plus 原生编译时,明明没有用到过 kotlin 的类,但是原生编译时出错了。(其实在它的基础接口的方法上,有相关的参数。在需要查找哪些需要元数据注册的类时,就被扫进去了) -- 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]
