songxiaosheng opened a new issue, #14193:
URL: https://github.com/apache/dubbo/issues/14193

   ### Pre-check
   
   - [X] I am sure that all the content I provide is in English.
   
   
   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache Dubbo Component
   
   Java SDK (apache/dubbo)
   
   ### Dubbo Version
   
   dubbo-3.3.0-beta.3-SNAPSHOT.jar
   
   ### Steps to reproduce this issue
   
   
   when i upgrade dubbo-3.3.0-beta.3-SNAPSHOT.jar it will show this error,i 
think it is violent and incompatible
   
   ```
   Wrapped by: java.util.concurrent.ExecutionException: 
org.apache.dubbo.remoting.RemotingException: java.io.IOException: 
org.apache.dubbo.common.serialize.SerializationException: 
java.lang.IllegalArgumentException: [Serialization Security] Serialized class 
java.lang.ArithmeticException is not in allow list. Current mode is `STRICT`, 
will disallow to deserialize it by default. Please add it into 
security/serialize.allowlist or follow FAQ to configure it.
   java.io.IOException: 
org.apache.dubbo.common.serialize.SerializationException: 
java.lang.IllegalArgumentException: [Serialization Security] Serialized class 
java.lang.ArithmeticException is not in allow list. Current mode is `STRICT`, 
will disallow to deserialize it by default. Please add it into 
security/serialize.allowlist or follow FAQ to configure it.
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.handleToIOException(DefaultSerializationExceptionWrapper.java:353)
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper.access$000(DefaultSerializationExceptionWrapper.java:27)
        at 
org.apache.dubbo.common.serialize.DefaultSerializationExceptionWrapper$ProxyObjectInput.readThrowable(DefaultSerializationExceptionWrapper.java:181)
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.handleException(DecodeableRpcResult.java:186)
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:114)
        at 
org.apache.dubbo.rpc.protocol.dubbo.DecodeableRpcResult.decode(DecodeableRpcResult.java:153)
        at 
org.apache.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:61)
        at 
org.apache.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:49)
        at 
org.apache.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:64)
        at 
org.apache.dubbo.common.threadpool.ThreadlessExecutor$RunnableWrapper.run(ThreadlessExecutor.java:151)
        at 
org.apache.dubbo.common.threadpool.ThreadlessExecutor.waitAndDrain(ThreadlessExecutor.java:77)
   ```
   
   ### What you expected to happen
   
   The upgrade package version should not directly cause incompatible errors. 
Can this check be turned off by default?
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to