pjfanning commented on code in PR #2205:
URL: https://github.com/apache/pekko/pull/2205#discussion_r2346458859


##########
actor/src/main/mima-filters/2.0.x.backwards.excludes/java-duration-converters.excludes:
##########
@@ -20,3 +20,9 @@ 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.util.JavaDu
 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.util.JavaDurationConverters#JavaDurationOps.asScala")
 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.util.JavaDurationConverters#ScalaDurationOps.asJava$extension")
 
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.pekko.util.JavaDurationConverters#ScalaDurationOps.asJava")
+ProblemFilters.exclude[MissingClassProblem]("org.apache.pekko.util.JavaDurationConverters")

Review Comment:
   I'd prefer to deprecate the classes even if we stop using them. Makes it 
easier for our other modules. We can remove the classes later, possibly before 
full release.



-- 
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]

Reply via email to