pjfanning opened a new pull request, #161:
URL: https://github.com/apache/incubator-pekko-connectors/pull/161

   part of #126 
   
   The main problems
   * Scala 3 is stricter about private fields/functions - some tests are in 
`docs.scaladsl` and somehow Scala 2 lets that have access to private fields - 
Scala 3 cares about this - I had to make some stuff public and mark them as 
`@InternalApi`
   * MqttFlowSpec had to be changed. Scala 3 does not allow access to some 
stuff on self types - including implicits
     * since it is test code and it was easy to get rid of the self type, that 
seemed the easiest solution (I had tried a number of other ways without 
success) 


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