heliang666s opened a new issue, #14535: URL: https://github.com/apache/dubbo/issues/14535
### 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-beta6 ubutnu 24.04 ### Steps to reproduce this issue Dubbo 3.3 beta6 now gives the error NoClassDefFoundError: com/google/protobuf/ProtocolMessageAnum when running the sample library, and the protobuf dependency needs to be introduced separately to work properly, but this is not the case in beta 5. In addition, only the Triple protocol is affected, and the Dubbo and Injvm protocols are normal. I'm guessing it's a bit of a problem with the beta6 dependency   ### What you expected to happen It should be like the beta 5 version, without introducing a protobuf dependency to start normally ### Anything else No ### 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: [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]
