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

Fix issue with ZooPropEditor setting classloader context property #5238

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

dlmarion
Copy link
Contributor

@dlmarion dlmarion commented Jan 8, 2025

The root cause of the issue is that ClassLoaderUtil.initContextFactory was not being called which caused an NPE to be thrown which returned false from ClassLoaderUtil.isValidContext.

Closes #5198

The root cause of the issue is that ClassLoaderUtil.initContextFactory
was not being called which caused an NPE to be thrown which returned
false from ClassLoaderUtil.isValidContext.

Closes apache#5198
@dlmarion dlmarion added this to the 2.1.4 milestone Jan 8, 2025
@dlmarion dlmarion requested a review from ddanielr January 8, 2025 18:01
@dlmarion dlmarion self-assigned this Jan 8, 2025
Copy link
Contributor

@ddanielr ddanielr 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 to me!

@dlmarion dlmarion merged commit 25dcfbf into apache:2.1 Jan 8, 2025
8 checks passed
@dlmarion dlmarion deleted the 5198-prop-editor-set-context branch January 8, 2025 19:30
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.

Test if Zoo-prop-editor can set classpath context without the manager running
2 participants