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

Fixes #401 - issue NullPointerException in ClassList.loadClassList #402

Merged
merged 1 commit into from
May 31, 2022

Conversation

Htarlov
Copy link
Contributor

@Htarlov Htarlov commented May 24, 2022

Fix #401 - for cases where Jep is run in an environment where context ClassLoader is unavailable and there is a null value.

…ntext class loader is unavailable in current thread (ninia#401)
@Htarlov Htarlov changed the title fix #401 - issue NullPointerException in ClassList.loadClassList Fixes #401 - issue NullPointerException in ClassList.loadClassList May 24, 2022
@bsteffensmeier bsteffensmeier changed the base branch from master to dev_4.1 May 26, 2022 14:28
Copy link
Member

@bsteffensmeier bsteffensmeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the fix.

@bsteffensmeier bsteffensmeier merged commit d533b8b into ninia:dev_4.1 May 31, 2022
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 this pull request may close these issues.

NullPointerException in ClassList.loadClassList when context class loader is unavailable in current thread.
3 participants