Deprecation of ExtensionKey #22208
This commit is contained in:
parent
8f9b4f203a
commit
cf6d5a4e8a
7 changed files with 78 additions and 14 deletions
|
|
@ -433,7 +433,10 @@ object MiMa extends AutoPlugin {
|
|||
ProblemFilters.exclude[IncompatibleResultTypeProblem]("akka.cluster.ddata.DurableStore#Store.data"),
|
||||
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.cluster.ddata.DurableStore#Store.copy"),
|
||||
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.cluster.ddata.DurableStore#Store.this"),
|
||||
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.cluster.ddata.LmdbDurableStore.dbPut")
|
||||
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.cluster.ddata.LmdbDurableStore.dbPut"),
|
||||
|
||||
// #22208 remove extension key
|
||||
ProblemFilters.exclude[MissingClassProblem]("akka.event.Logging$Extension$")
|
||||
|
||||
// NOTE: filters that will be backported to 2.4 should go to the latest 2.4 version below
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue