Add parameterless constructor to LevelDB journals (#22007)
* add parameterless constructor #22002 * add parameterless constructor #22002 * remove the filter in MiMa.scala #22002 * add LeveldbStore.emptyConfig to use default config #22002
This commit is contained in:
parent
ef1e0e01a2
commit
0eeced1732
4 changed files with 25 additions and 6 deletions
|
|
@ -633,9 +633,8 @@ object MiMa extends AutoPlugin {
|
|||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.snapshot.local.LocalSnapshotStore.this"),
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.journal.leveldb.LeveldbStore.configPath"),
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.journal.leveldb.LeveldbJournal.configPath"),
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.journal.leveldb.LeveldbJournal.this"),
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.journal.leveldb.SharedLeveldbStore.configPath"),
|
||||
ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.journal.leveldb.SharedLeveldbStore.this"),
|
||||
ProblemFilters.exclude[ReversedMissingMethodProblem]("akka.persistence.journal.leveldb.LeveldbStore.prepareConfig"),
|
||||
|
||||
// #20737 aligned test sink and test source stage factory methods types
|
||||
ProblemFilters.exclude[IncompatibleResultTypeProblem]("akka.stream.testkit.TestSinkStage.apply"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue