File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
core/src/main/mima-filters/5.4.0.backwards.excludes Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -34,5 +34,10 @@ ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.persistence.jdbc.snaps
34
34
ProblemFilters.exclude[IncompatibleResultTypeProblem]("akka.persistence.jdbc.state.JdbcDurableStateStoreProvider.db")
35
35
ProblemFilters.exclude[IncompatibleMethTypeProblem]("akka.persistence.jdbc.state.scaladsl.JdbcDurableStateStore.this")
36
36
37
+ ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.jdbc.query.JournalSequenceActor.receive")
38
+ ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.jdbc.query.JournalSequenceActor.receive$default$4")
39
+ ProblemFilters.exclude[DirectMissingMethodProblem]("akka.persistence.jdbc.query.JournalSequenceActor.findGaps")
40
+
41
+
37
42
38
43
You can’t perform that action at this time.
0 commit comments