pjfanning commented on issue #5441: URL: https://github.com/apache/openwhisk/issues/5441#issuecomment-2133026487
The build dependencies in the OpenWhisk are quite dated. * https://github.com/apache/openwhisk/blob/master/settings.gradle * https://github.com/apache/openwhisk/blob/master/common/scala/build.gradle Pekko is based off newer versions of the Akka libs. Also libs like Kamon have added Pekko support but only in more recent versions. I think it would be a good idea to upgrade the existing dependencies to newer versions before trying to switch to Pekko. With Akka libs, I am suggesting latest Apache licensed versions - not the more recent versions that have Category X licenses. * Akka 2.6.21 (due to CVEs) * Akka HTTP 10.2.10 (due to CVEs) * Akka Management 1.1.4 * Alpakka 4.0.0 * Kamon 2.7.2 * spray-json 1.3.6 * logback 1.2.14 (due to CVEs) * httpclient 4.5.14 (due to CVEs) * netty 4.1.110.Final (due to CVEs) -- 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]
