> JUnit 6.0.0 and 6.1.0 and 6.1.2 is out and we can consider updating to it. > > Release Notes: > https://docs.junit.org/current/release-notes/index.html#release-notes-6.0.0 > > Notes: > - Java 17 is the baseline (so not a problem for us, since we have a higher > baseline) > - Deprecation were removed (not a problem, as we don't rely on any) > - JUnit Vintage Engine is deprecated (not a problem, as we dropped support > for it a year ago -> JUnit 4) > > JUnit 6 now uses a single version number for all dependencies, that is > platform, jupiter and vintage (which we do not use anymore). That makes > updating it easier. > > Junit 6.1 adds 2 more exciting features we can use: > - `@DefaultLocale` > - `@DefaultTimeZone` > > Both for changing the specific functionality just for the tests and change > back to the previous value after. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Marius Hanl has updated the pull request incrementally with one additional commit since the last revision: junit 6.1.2 ------------- Changes: - all: https://git.openjdk.org/jfx/pull/1925/files - new: https://git.openjdk.org/jfx/pull/1925/files/f35342ae..043d6dc4 Webrevs: - full: https://webrevs.openjdk.org/?repo=jfx&pr=1925&range=05 - incr: https://webrevs.openjdk.org/?repo=jfx&pr=1925&range=04-05 Stats: 386 lines in 2 files changed: 0 ins; 0 del; 386 mod Patch: https://git.openjdk.org/jfx/pull/1925.diff Fetch: git fetch https://git.openjdk.org/jfx.git pull/1925/head:pull/1925 PR: https://git.openjdk.org/jfx/pull/1925
