remove more deprecated pekko-stream methods (#1996)

* remove deprecated setup methods

* remove deprecated lazyInit methods

* more deprecated methods

* Update SubFlow.scala

* scalafmt

* Update SubFlow.scala

* subflow/subsource

* Update DslFactoriesConsistencySpec.scala

* remove docs for removed operators
This commit is contained in:
PJ Fanning 2025-08-03 10:55:37 +01:00 committed by GitHub
parent c8960e2783
commit 0dd219fab4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 132 additions and 2718 deletions

View file

@ -90,7 +90,6 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
val pendingTestCases = Map(
"Source" -> pendingSourceOrFlow,
"Flow" -> (pendingSourceOrFlow ++ Seq(
"lazyInit",
"fromProcessorMat",
"toProcessor",
"fromProcessor",
@ -99,7 +98,6 @@ object StreamOperatorsIndexGenerator extends AutoPlugin {
"joinMat",
"fromFunction")),
"Sink" -> Seq(
"lazyInit",
"contramap",
"named",
"addAttributes",