Starting point: https://github.com/junit-team/junit-framework/issues?q=label%3Abackport-candidate%20sort%3Aupdated-asc ## Deliverables - [x] Create a `releases/5.14.x` branch based on `releases/5.13.x` - [x] Create list of issues to backport - [x] Create 5.14.0-RC1 release notes from template on `main` - [x] Move releases notes entries to 5.14.0-RC1 on `main` - [x] Backport relevant changes from `main` to `releases/5.14.x` - [x] Remove `forRemoval` and `since` attributes from `@Deprecated` annotations because it's not available in Java 8 - [x] Remove `@SuppressWarnings("removal")` from 5.14.x branch - [x] Change `since` attributes of new API in Javadoc, `@API`, and `@Deprecated` to 5.14 on release branch and cherry-pick back to `main`