pjfanning commented on PR #550: URL: https://github.com/apache/pekko-management/pull/550#issuecomment-3554713282
failing because of using deprecated code: ``` [info] compiling 14 Scala sources to /home/runner/work/pekko-management/pekko-management/management/target/scala-2.13/classes ... [error] /home/runner/work/pekko-management/pekko-management/management/src/main/scala/org/apache/pekko/management/scaladsl/PekkoManagement.scala:167:44: method withRemoteAddressHeader in class ServerSettings is deprecated (since 1.3.0): Use withRemoteAddressAttribute instead [error] .withSettings(ServerSettings(system).withRemoteAddressHeader(true)) [error] ^ [error] one error found ``` -- 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]
