Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

源码解析:SOFA-Ark supports JDK 11 #495

Closed
yuanyuancin opened this issue Apr 29, 2022 · 2 comments · Fixed by #521
Closed

源码解析:SOFA-Ark supports JDK 11 #495

yuanyuancin opened this issue Apr 29, 2022 · 2 comments · Fixed by #521
Assignees

Comments

@yuanyuancin
Copy link
Collaborator

yuanyuancin commented Apr 29, 2022

Your question

SOFA-Ark framework supports running in JDK11.

Current known problems:

Logical incompatibility in JDK11 for com.alipay.sofa.ark.support.startup.EmbedSofaArkBootstrap#getURLClassPath

Error:
Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')

@lylingzhen
Copy link
Contributor

源码解析活动任务。

@lylingzhen lylingzhen changed the title SOFA-Ark supports JDK 11 源码解析:SOFA-Ark supports JDK 11 Jun 1, 2022
@gaosaroma gaosaroma linked a pull request Jun 16, 2022 that will close this issue
@gaosaroma
Copy link
Collaborator

sofa-ark supports jdk-11 now, so we close the issue. Recently, we will release a new version with supporting-jdk-11 feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants