JoaoJandre commented on PR #7131: URL: https://github.com/apache/cloudstack/pull/7131#issuecomment-1497355844
@GutoVeronezi I was able to fix all the mentioned issues, except for the `UsageManagerImpl_EnhancerByCloudStack_6c3dfde5` problem. This happens because we use the `getClass()` method to instantiate the logger, and for enhanced classes, this is what is returned. As we do this enhancement manually, we most likely would need to change the process of enhancement and create a method to return the original class, but this is out of scope of this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
