Fix mima excludes for actor termination task (#29394)
This commit is contained in:
parent
772db9ce7c
commit
b5d5dd2d2b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
# Actor termination task not working #29355
|
||||
# internals only
|
||||
|
||||
ProblemFilters.exclude[MissingTypesProblem]("akka.actor.CoordinatedShutdownTerminationWatcher$Watch$")
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.actor.CoordinatedShutdownTerminationWatcher#Watch.apply")
|
||||
ProblemFilters.exclude[IncompatibleSignatureProblem]("akka.actor.CoordinatedShutdownTerminationWatcher#Watch.unapply")
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.actor.CoordinatedShutdownTerminationWatcher#Watch.copy")
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.actor.CoordinatedShutdownTerminationWatcher#Watch.this")
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.actor.CoordinatedShutdownTerminationWatcher#Watch.this")
|
||||
Loading…
Add table
Add a link
Reference in a new issue