mdedetrich commented on code in PR #256: URL: https://github.com/apache/incubator-pekko/pull/256#discussion_r1143330394
########## docs/src/main/paradox/common/binary-compatibility-rules.md: ########## @@ -60,15 +54,17 @@ Some modules are excluded from the binary compatibility guarantees, such as: ### When will a deprecated method be removed entirely -Once a method has been deprecated then the guideline* is that it will be kept, at minimum, for one **full** minor version release. For example, if it is deprecated in version 2.5.2 then it will remain through the rest of 2.5, as well as the entirety of 2.6. +Once a method has been deprecated then the guideline* is that it will be kept, at minimum, for one **full** minor version release. For example, if it is deprecated in version 1.0.2 then it will remain through the rest of 1.0, as well as the entirety of 1.1. + +Methods that were deprecated in Akka, before the project fork to Pekko, are being considered for removal in Pekko 1.1.0. Review Comment: Regarding "considered" I am under the impression that they will be reviewed, or is this just to give us some cover? -- 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]
