-
Notifications
You must be signed in to change notification settings - Fork 26.5k
Open
Labels
help wantedEverything needs help from contributorsEverything needs help from contributors
Description
Pre-check
- I am sure that all the content I provide is in English.
Search before asking
- I had searched in the issues and found no similar issues.
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
JDK 25's ServiceLoader.load iterator could throw a throwable, in this case, it's NoClassDefFoundError if an implementation's requirments of JavaUtil are not satisfied.
| for (Iterator<JsonUtil> it = loader.iterator(); it.hasNext(); ) { |
Steps to reproduce this issue
- Construct a project without
fastjson(fastjson1) - Upgrade to JDK 25
- Start dubbo.
What you expected to happen
Just skip the unsupported implementations.
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
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
help wantedEverything needs help from contributorsEverything needs help from contributors
Type
Projects
Status
Todo