From 9b9972a854b2a59f4af60c1aa68d3499f1a6128c Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 15 Jan 2020 16:40:06 +0100 Subject: [PATCH] Remove deprecated actorRefWithAck from 'pending' lists (#28337) As we don't plan to document this one anymore, so it's already ignored in the 'ignore' list --- project/StreamOperatorsIndexGenerator.scala | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/project/StreamOperatorsIndexGenerator.scala b/project/StreamOperatorsIndexGenerator.scala index 46efa2c928..d3f14b8452 100644 --- a/project/StreamOperatorsIndexGenerator.scala +++ b/project/StreamOperatorsIndexGenerator.scala @@ -70,7 +70,6 @@ object StreamOperatorsIndexGenerator extends AutoPlugin { "orElseGraph", "divertToGraph", "zipWithGraph", - "actorRefWithAck" // deprecated ) // FIXME document these methods as well @@ -99,12 +98,8 @@ object StreamOperatorsIndexGenerator extends AutoPlugin { "actorSubscriber", "foldAsync", "newOnCompleteStage", - "actorRefWithAck" // deprecated - ), - "ActorSink" -> Seq("actorRefWithAck" // deprecated - ), - "ActorSource" -> Seq("actorRefWithAck" // deprecated - )) + ) + ) val ignore = Set("equals", "hashCode", "notify", "notifyAll", "wait", "toString", "getClass") ++