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

module-jni: module broken when initialized from Java using QoreURLClassLoader as the sytem class loader #4374

Closed
davidnich opened this issue Dec 31, 2021 · 0 comments

Comments

@davidnich
Copy link
Contributor

ClassLoader.getSystemClassLoader() was called during initialization

@davidnich davidnich added this to the 1.0.13 milestone Dec 31, 2021
@davidnich davidnich self-assigned this Dec 31, 2021
@davidnich davidnich added this to To do in Qore Development via automation Dec 31, 2021
davidnich added a commit to qorelanguage/module-jni that referenced this issue Dec 31, 2021
…ssLoader could not be used as the system class loader

refs qorelanguage/qore#4375 fixed a bug where Qore and Python functions could not be imported into the special \c $Functions Java class if the enclosing namespace had less than two classes in it
Qore Development automation moved this from To do to Done Dec 31, 2021
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jan 1, 2022
refs qorelanguage/qore#4374 fixed using QoreURLClassLoader as the system classloader
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jan 1, 2022
refs qorelanguage/qore#4374 fixed using QoreURLClassLoader as the system classloader
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jan 1, 2022
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jan 2, 2022
…ted an explicit method for allowing for persistent Qore thread associations to Java threads
davidnich added a commit to qorelanguage/module-jni that referenced this issue Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant