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

   There are still issues
   
   ```
   [error] -- Error: 
/home/runner/work/incubator-pekko/incubator-pekko/actor-typed-tests/src/test/scala/org/apache/pekko/actor/typed/eventstream/EventStreamDocSpec.scala:40:59
 
   [error] 40 |          val adapter = 
context.messageAdapter[DeadLetter](DeadLetterWrapper)
   [error]    |                                                           
^^^^^^^^^^^^^^^^^
   [error]    |The method `apply` is inserted. The auto insertion will be 
deprecated, please write 
`org.apache.pekko.actor.typed.eventstream.EventStreamDocSpec.DeadLetterListener.
   [error]    |  DeadLetterWrapper.apply` explicitly.
   [error] -- Error: 
/home/runner/work/incubator-pekko/incubator-pekko/actor-typed-tests/src/test/scala/org/apache/pekko/actor/typed/eventstream/EventStreamDocSpec.scala:62:63
 
   [error] 62 |          val adapter = 
context.messageAdapter[AllDeadLetters](AllDeadLettersWrapper)
   [error]    |                                                               
^^^^^^^^^^^^^^^^^^^^^
   [error]    |The method `apply` is inserted. The auto insertion will be 
deprecated, please write 
`org.apache.pekko.actor.typed.eventstream.EventStreamDocSpec.AllDeadLetterListener
   [error]    |  .AllDeadLettersWrapper.apply` explicitly.
   ```
   
   Just need to `.apply`


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