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

Issue #463: Ability to work in multi-classloader environments #464

Merged

Conversation

reckart
Copy link
Contributor

@reckart reckart commented Nov 7, 2022

What's in the PR

  • Introduce ClassLookup helper class as a replacement for calling Class.forName() and to obtain a classloader-aware ObjectInputStream for deserializing models

How to test manually

  • No specific test procedure

Automatic testing

  • PR includes unit tests

Documentation

  • PR updates documentation

- Introduce ClassLookup helper class as a replacement for calling Class.forName() and to obtain a classloader-aware ObjectInputStream for deserializing models
@reckart reckart added the ⭐️ Enhancement New feature or request label Nov 7, 2022
@reckart reckart added this to the 3.0.0 milestone Nov 7, 2022
@reckart reckart self-assigned this Nov 7, 2022
@reckart reckart merged commit 421ad73 into main Nov 7, 2022
@reckart reckart deleted the feature/463-Ability-to-work-in-multi-classloader-environments branch November 7, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⭐️ Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant