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: Program and ClassLoader context is set incorrectly in some cases leading to errors resolving dynamic classes #4371

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

Comments

@davidnich
Copy link
Contributor

No description provided.

@davidnich davidnich added this to the 1.0.13 milestone Dec 26, 2021
@davidnich davidnich self-assigned this Dec 26, 2021
@davidnich davidnich added this to To do in Qore Development via automation Dec 26, 2021
@davidnich davidnich added the java label Dec 26, 2021
davidnich added a commit to qorelanguage/module-jni that referenced this issue Dec 26, 2021
…va ClassLoader context was not always set correctly when instantiating %Qore classes from Java when there were dependencies on dynamic classes, leading to class resolution errors

refs qorelanguage/qore#4372 fixed a bug where Java method args in array format were not always converted from Qore values correctly
davidnich added a commit to qorelanguage/module-jni that referenced this issue Dec 26, 2021
#164)

* refs qorelanguage/qore#4371 fixed a bug where the Qore Program and Java ClassLoader context was not always set correctly when instantiating %Qore classes from Java when there were dependencies on dynamic classes, leading to class resolution errors
refs qorelanguage/qore#4372 fixed a bug where Java method args in array format were not always converted from Qore values correctly

* fixed the jni-compat.qtest
Qore Development automation moved this from To do to Done Dec 27, 2021
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