mdedetrich commented on PR #1068:
URL: https://github.com/apache/incubator-pekko/pull/1068#issuecomment-1913729295

   So FYI whats the weird thing here is that its known that `inline def` does 
not work if its called within Java `*.java` source code however its definitely 
meant to work when called within `*.scala` source code and the whole point of 
Scala compiler is that its meant to, well, inline that method so with
   
   ```
   [error] Test docs.javadsl.SqsSourceTest failed: java.lang.NoSuchMethodError: 
org.apache.pekko.util.FutureConverters$FutureOps$.asJava$extension(Lscala/concurrent/Future;)Ljava/util/concurrent/CompletionStage;,
 took 0.0 sec
   ```
   
   you shouldn't even see 
`org.apache.pekko.util.FutureConverters$FutureOps$.asJava$extension(Lscala/concurrent/Future;)Ljava/util/concurrent/CompletionStage`
 in the stack trace, it should be just `CompletionStage` at this point.


-- 
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]

Reply via email to