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

Improve LibClassLoader to load child first libraries #2318

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

arunans23
Copy link
Member

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues in the following format: Resolves issue1, issue2, etc.

By default URLClassLoaders load classes from parent first. But since we are dealing with connector dependencies, they need to be resolved from the child first.

By default URLClassLoaders load classes from parent first. But since we are dealing with connector dependencies, they need to be resolved from the child first.
@arunans23 arunans23 requested a review from chanikag as a code owner January 31, 2025 10:36
@arunans23 arunans23 merged commit a8324a4 into wso2:master Jan 31, 2025
1 of 2 checks passed
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.

2 participants