yaalsn opened a new pull request, #3467: URL: https://github.com/apache/bookkeeper/pull/3467
### Motivation Fix https://github.com/apache/bookkeeper/issues/3115 When I try to run some test classes, there will occur an error message like the above issue cause `javax/management/MBeanServer` is a system class and javassist's classloader cannot load it. we can add powermock global configuration to ingore this error message. This powermock's instruction is here: https://github.com/powermock/powermock/wiki/PowerMock-Configuration ### Changes Add `org/powermock/extensions/configuration.properties`. -- 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]
