小虾虎鱼
小虾虎鱼
Hello, Is there any plan to fix it?I am waiting for it.
@CrazyHZM Hello,This issue exists indeed. I am sure it is dubbo 's bug.If I remove org.apache.dubbo.common.utils.ClassLoaderResourceLoader code between line 86 to line 89,anything will be well.  demo for reproducing...
resolve it by changing the dependency: old: ``` org.apache.dubbo dubbo 3.3.0-beta.1 compile org.apache.dubbo dubbo-native ``` new: ``` org.apache.dubbo dubbo-spring-boot-starter org.apache.dubbo dubbo-zookeeper-curator5-spring-boot-starter org.springframework.boot spring-boot-starter-web org.apache.dubbo dubbo-native org.apache.dubbo dubbo-remoting-netty4 org.apache.dubbo dubbo-serialization-fastjson2 org.apache.dubbo...
thank you.
I found the same bug too.
17.0.10-graal I install jdk by sdkman : sdk install java 17.0.10-graal It is not OK for this code : HelloWorld.java ``` import sun.reflect.ReflectionFactory; import java.io.ObjectStreamClass; import java.io.Serializable; import java.lang.reflect.Constructor; import...
class file: FSTDefaultClassInstantiator code: ReflectionFactory.getReflectionFactory().newConstructorForSerialization(clazz, c); resolve method (1)https://www.graalvm.org/latest/reference-manual/native-image/metadata/#serialization add serialization-config.json
yes. in the same process. it is a rocketmq client. the process is a java application using springboot+rocketmq For example, there is a topic: hello_topic, Then there were 3000 consumers...
No, can this parameter solve it?