pjfanning commented on code in PR #1379: URL: https://github.com/apache/pekko-connectors/pull/1379#discussion_r2758261032
########## build.sbt: ########## @@ -294,7 +294,10 @@ lazy val ironmq = pekkoConnectorProject( "ironmq", "ironmq", Dependencies.IronMq, - Test / fork := true) + Test / fork := true, + // org.mdedetrich libs don't have a release that supports Pekko 2 yet + // so we need to disable eviction warnings for now + evictionErrorLevel := Level.Info) Review Comment: this only affects the ironmq connector -- 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]
