pjfanning opened a new pull request, #3353: URL: https://github.com/apache/pekko/pull/3353
Probably doesn't help much but generally, it is a bad idea to take a class name and load it with its static initializers. `this.getClass.getClassLoader` is the default classloader used by Class.forName. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
