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:
parent
c8960e2783
commit
0dd219fab4
24 changed files with 132 additions and 2718 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue