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 a ExceptionInInitializerError in Keycloak: error found in ResourceLoader #79 #80

Merged
merged 2 commits into from
Jan 19, 2021

Conversation

vvatanabe
Copy link
Member

@vvatanabe vvatanabe commented Jan 19, 2021

ClassLoader might be null, so I added a fallback method based on the Spring Framework implementation.

Returns the class loader for the class. Some implementations may use null to represent the bootstrap class loader. This method will return null in such implementations if this class was loaded by the bootstrap class loader

@vvatanabe vvatanabe merged commit 7fc5b1b into master Jan 19, 2021
@vvatanabe vvatanabe deleted the patch-79 branch August 15, 2023 07:14
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.

None yet

1 participant