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

Enable the thread context class loader in SpringBootVFS #824

Merged
merged 1 commit into from
May 9, 2023

Conversation

kazuki43zoo
Copy link
Member

Fixes gh-542

  • Use the returned instance from ClassUtils#getDefaultClassLoader()
  • Can customize to use any class loader instance using Supplier

Fixes mybatisgh-542

* Use the returned instance from ClassUtils#getDefaultClassLoader()
* Can customize to use any class loader instance using Supplier
@kazuki43zoo kazuki43zoo self-assigned this May 7, 2023
@kazuki43zoo kazuki43zoo added this to the 3.0.2 milestone May 7, 2023
@coveralls
Copy link

Coverage Status

Coverage: 97.703% (+0.01%) from 97.691% when pulling 885cb72 on kazuki43zoo:gh-542 into d9590b0 on mybatis:master.

@kazuki43zoo kazuki43zoo added the backport to other version Backport to other maintenance version label May 7, 2023
@kazuki43zoo kazuki43zoo merged commit 747dc08 into mybatis:master May 9, 2023
@kazuki43zoo kazuki43zoo deleted the gh-542 branch May 9, 2023 16:23
@kazuki43zoo kazuki43zoo added the done backported Backporting is doned label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to other version Backport to other maintenance version done backported Backporting is doned enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

why SpringBootVFS not use Thread.currentThread().getContextClassLoader() as ClassLoader
2 participants