You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
get_type uses FindClass for finding/loading classes. This will not find however classes loaded by frameworks like spring. Something like below works, but I have to rewrite part of the decoration that is part of jpy I understand:
Would be interesting to have an argument for get_type that would force get_type to try to load classes from the threads class loader, or simply pass the classloader.
Opinion?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
get_type uses FindClass for finding/loading classes. This will not find however classes loaded by frameworks like spring. Something like below works, but I have to rewrite part of the decoration that is part of jpy I understand:
Would be interesting to have an argument for get_type that would force get_type to try to load classes from the threads class loader, or simply pass the classloader.
Opinion?
The text was updated successfully, but these errors were encountered: