This is an automated email from the ASF dual-hosted git repository. hepin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git
commit 333613b2b230fa97f6851352e82d500285b02c32 Author: JingZhang Chen <[email protected]> AuthorDate: Fri Apr 12 13:48:12 2024 +0800 fix mima --- core/src/main/mima-filters/1.1.x.backwards.excludes/BaseDao.excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/mima-filters/1.1.x.backwards.excludes/BaseDao.excludes b/core/src/main/mima-filters/1.1.x.backwards.excludes/BaseDao.excludes index 76a9065..79eeae1 100644 --- a/core/src/main/mima-filters/1.1.x.backwards.excludes/BaseDao.excludes +++ b/core/src/main/mima-filters/1.1.x.backwards.excludes/BaseDao.excludes @@ -1 +1,2 @@ ProblemFilters.exclude[IncompatibleResultTypeProblem]("org.apache.pekko.persistence.jdbc.journal.dao.BaseDao.writeQueue") +ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.persistence.jdbc.journal.dao.BaseDao.writeQueue") --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
