JUnit 4.12-beta-3 is released
| Newsgroups | gmane.comp.java.junit.user |
|---|---|
| Message-ID | <[email protected]> |
We are happy to announce the release of JUnit 4.12-beta-3. We expect this to be the last beta release before shipping 4.12. There have been a few fixes since the second beta. Most importantly, 4.12-beta-3 is now fully compatible with 4.11 in terms of serialization (the Result class was now fixed, too). In addition, two issues related to @ClassRules have been fixed: A validation now checks that only instances of TestRule can be used in combination the @ClassRule, and @ClassRule now also works on methods (which previously only worked for the @Rule annotation). Please give it a try! If you find anything we should consider, please let us know, either via this mailing list or directly on GitHub: https://github.com/junit-team/junit/issues As usual, you can download the JARs directly from https://github.com/junit-team/junit/releases/tag/r4.12-beta-3. In addition, the artifacts have been submitted to Maven Central. You can find the preliminary release notes on GitHub: https://github.com/junit-team/junit/blob/master/doc/ReleaseNotes4.12.md Cheers, Marc ------------------------------------ Posted by: [email protected] ------------------------------------