Update the deprecation classes used in Review Board.
Review Request #12327 — Created June 2, 2022 and submitted — Latest diff uploaded
This removes the
RemovedInReviewBoard40Warningclass, and introduces
RemovedInReviewBoard60WarningandRemovedInReviewBoard70Warning.
RemovedInReviewBoard50Warningstill remains, as we haven't removed the
deprecated code using it yet.
RemovedInNextReviewBoardVersionWarninghas been set to
RemovedInReviewBoard60Warning.
Unit tests pass.
Used
RemovedInReviewBoard60Warningin new in-progress code.