pekko/akka-stream-tests/src/test
Johan Andrén 3a3e643e07
akka-stream compiling on Scala 3 (#30324)
Changes:
* Private constructor for case class means private apply in Scala 3
* Logger class with Any instead of wildcard where needed
* Explicit import of internal implicit conversion import SinkToCompletionStage
* Hopefully source and binary compatible Scala 3 signature for GraphApply.create methods
* ZipLatestWith leaking private type
* Auto apply-to-lambda made explicit
* Internal async callback event class covariant
* Hub leaking private type
* Remove cycles in stream Buffer classes
* Avoid cyclic import in ResizableMultiReaderRingBuffer
* Safe cast of Subscribers
* Explicit import of internal implicit conversion SourceToCompletionStage
* Ambigous field name and method
* recover delegates using PF from javadsl not inferred, made explicit
* TcpStage completing promise with wrong type
* Collect aggregator empty value cannot be underscore with type ascription
* Some type alias shenanigans in QueueSink removed
* Explicit type on effectiveMaximumBurst in Throttle
* Override method return type not inferred in GraphInterpreter
* MutableCollectorState.accumulated getter got wrong type somehow
* TLS actor fallback case only applicable to null
* Some internal unchecked pattern matching removed
* Ok that createGraph is not present in Java API
* Separate impl per language for implicit actor system apply
2021-07-06 18:01:41 +02:00
..
java/akka/stream Remove unchecked cast from SourceTest and FlowTest 2021-06-03 00:03:26 +03:00
java-jdk9-only/akka/stream/javadsl Update copyright to 2021 2021-01-08 17:55:38 +01:00
resources Simpler tls over tcp #24153 2018-01-16 18:05:08 +01:00
scala/akka/stream akka-stream compiling on Scala 3 (#30324) 2021-07-06 18:01:41 +02:00
scala-jdk9-only/akka/stream/scaladsl Update copyright to 2021 2021-01-08 17:55:38 +01:00