zrlw opened a new pull request, #1217:
URL: https://github.com/apache/dubbo-samples/pull/1217
Fix NoSuchFieldException when running with jdk17+.
```
java.lang.NoSuchFieldException: ucp
at java.base/java.lang.Class.getDeclaredField(Class.java:2610)
at
org.apache.dubbo.test.runner.ClassLoaderUtils.getUrls(ClassLoaderUtils.java:45)
at
org.apache.dubbo.test.runner.TestRunnerMain.getInprocClasspath(TestRunnerMain.java:295)
at
org.apache.dubbo.test.runner.TestRunnerMain.runInJunit5(TestRunnerMain.java:246)
at
org.apache.dubbo.test.runner.TestRunnerMain.main(TestRunnerMain.java:157)
```
--
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]