-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(classloader): classloader reset in ServerAPIImpl (#3269)
Only in some specific cases we need to reset the current classloader after an API call. For example, when calling an API method in a connector, the current classloader will be switched from PROCESS classloader to TENANT classloader which may produce undesired side effects. However, in other case it is important to not reset it. For example, when calling the cleanAndUninstallBdm API the service will refresh the tenant classloader removing the BDM classes. We want to keep this version of the classloader and not resest it to the version containing the removed classes. Closes RUNTIME-1919
- Loading branch information
Showing
4 changed files
with
50 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters