We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 582c5c5 commit 481d6fdCopy full SHA for 481d6fd
project/MiMaFilters.scala
@@ -583,6 +583,8 @@ object MiMaFilters {
583
584
// NO IDEA FOR NOW :)
585
ProblemFilters.exclude[ReversedMissingMethodProblem]("scala.collection.mutable.ArrayDequeOps.scala$collection$mutable$ArrayDequeOps$$super$sliding"),
586
+ ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.get"),
587
+ ProblemFilters.exclude[DirectAbstractMethodProblem]("java.util.Dictionary.remove"),
588
),
589
590
// Breaking changes since last LTS
0 commit comments