pjfanning opened a new issue, #71:
URL: https://github.com/apache/incubator-pekko-connectors/issues/71

   As part of reintroducing Scala 2.12 support, we reverted the Alpakka change 
to use LazyList and went back to the Scala Stream class.
   
   * we could modify the code so that Scala 2.12 code uses Stream and Scala 
2.13+ uses LazyList (new in 2.13 but preferred)
   * we could copy in the code from scala-collection-compat that does this or 
we can write our own - if we use scala-collection-compat code, we will need to 
update our LICENSE and NOTICE
   * we could add a dependency in the s3 module to scala-collection-compat - 
avoids us having to update our LICENSE and NOTICE


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