He-Pin commented on code in PR #3023:
URL: https://github.com/apache/pekko/pull/3023#discussion_r3419840666
##########
build.sbt:
##########
@@ -423,6 +424,9 @@ lazy val remote =
.settings(OSGi.remote)
.settings(Protobuf.settings)
.settings(Test / parallelExecution := false)
+ .settings(mimaBinaryIssueFilters ++= Seq(
+ // CountMinSketch was INTERNAL API, replaced by FastFrequencySketch
+
ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.remote.artery.compress.CountMinSketch")))
Review Comment:
The MiMa excludes were already removed in commit 83cd9ae3a6 — CountMinSketch
is now kept as a configurable legacy option, so no MiMa exclusion is needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]