mdedetrich opened a new pull request, #393: URL: https://github.com/apache/incubator-pekko-http/pull/393
This PR is a response to https://github.com/apache/incubator-pekko/pull/894, specifically rather than using the Java designed converter methods we use the Scala ones so that when the project is compiled with Scala 3 it gets inlined. Note that in the case of `BasicDirectives`, the reason why pekko-http was using the designated Java methods in the first place is due to ambiguous implicit imports which is why `CompletionStageOps` is being used rather than the extension methods directly. -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org