wu-sheng opened a new issue, #9824: URL: https://github.com/apache/skywalking/issues/9824
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Component OAP server (apache/skywalking) ### What happened Zulu 1.8 on aarm ``` ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider jdk.nashorn.api.scripting.NashornScriptEngineFactory not a subtype ScriptEngineManager providers.next(): javax.script.ScriptEngineFactory: Provider jdk.nashorn.api.scripting.NashornScriptEngineFactory not a subtype ``` Zulu 11 on aarm ``` java.lang.NoClassDefFoundError: Could not initialize class org.apache.skywalking.library.kubernetes.KubernetesServices$MockitoMock$54094179 ``` ### What you expected to happen The test could pass on M1 ### How to reproduce Run it on M1. We may consider don't mock `enum` through powermock. As this is the only one test using it, and only it fails. ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### 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]
