-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Classloading issues with CustomResource #2827
Closed
iocanel opened this issue
Feb 23, 2021
· 0 comments
· Fixed by #2830 or jenkinsci/kubernetes-client-api-plugin#83
Closed
Classloading issues with CustomResource #2827
iocanel opened this issue
Feb 23, 2021
· 0 comments
· Fixed by #2830 or jenkinsci/kubernetes-client-api-plugin#83
Comments
iocanel
added a commit
to iocanel/kubernetes-client
that referenced
this issue
Feb 23, 2021
…italizing spec/ status
iocanel
added a commit
to iocanel/kubernetes-client
that referenced
this issue
Feb 23, 2021
…italizing spec/ status
11 tasks
manusa
pushed a commit
that referenced
this issue
Feb 23, 2021
This was referenced Mar 12, 2021
This was referenced Mar 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From: quarkusio/quarkus#15250
The problem here seems to be that we make the assumption that TCCL will be responsible to load the class.
How to solve this
getClass().getClassLoader()
.So, the classloader that loaded the enclosing class most of the time should be able to also load the spec and status. That should even work in environments like OSGi.
In addition to that we should use TCCL as a fallback mechanism.
The text was updated successfully, but these errors were encountered: