- 1c0132d Update setup-java action by Marc Philipp · 6 weeks ago main
- 72382db Migrate to Maven Central Publisher Portal by Marc Philipp · 6 weeks ago
- ed47b7f Disable test on JDK 16 and later by Marc Philipp · 1 year, 1 month ago
- 38a638b Replace JDK 18 with 21 by Marc Philipp · 1 year, 1 month ago
- 8003264 Upgrade Maven to 3.9.6 (#1774) by Marc Philipp · 1 year, 1 month ago
- be2f711 Fix build for Java 20 and above by Yuan Liao · 1 year, 1 month ago
- 28fa2ca Merge pull request #1771 from cpovirk/primcon by Kevin Cooney · 1 year, 3 months ago
- 62e16b4 Migrate off constructors of boxed primitive types. by Chris Povirk · 1 year, 3 months ago
- 16228f3 build: harden main.yml permissions by Alex · 2 years, 1 month ago
- e50487c Merge pull request #1757 from kcooney/eclipse-maven by Kevin Cooney · 2 years, 4 months ago
- 933814e Recommend generating Eclipse project files with Maven by Kevin Cooney · 2 years, 4 months ago
- 354b727 Merge pull request #1755 from kcooney/kcooney-email by Kevin Cooney · 2 years, 5 months ago
- ab24d61 Update email address for kcooney in pom.xml by Kevin Cooney · 2 years, 5 months ago
- b6d496a Merge pull request #1753 from kluever/patch-3 by Kevin Cooney · 2 years, 6 months ago
- 5652a86 Update WithParameterSupplier.java by Kurt Alfred Kluever · 2 years, 6 months ago
- 2a46ff3 Merge pull request #1749 from cpovirk/noforeach by Kevin Cooney · 2 years, 6 months ago
- 5cc2cdc Merge pull request #1719 from kluever/patch-2 by Kevin Cooney · 2 years, 6 months ago
- d5db99d Merge pull request #1740 from junit-team/marc/1739-fix-compile-error-on-jdk-18 by Kevin Cooney · 2 years, 6 months ago
- 86b979e Update AssertTest.java by Kurt Alfred Kluever · 2 years, 7 months ago
- 65684f6 Add a comment. by Chris Povirk · 2 years, 8 months ago
- e767bcc Use an indexed for loop to avoid defining an unused variable. by Chris Povirk · 2 years, 8 months ago
- d1f95df Allow running single test class from Maven via -Dtest= by Marc Philipp · 3 years ago marc/1739-fix-compile-error-on-jdk-18
- 6ba9c4d Remove usage of deprecated-for-removal SecurityManager by Marc Philipp · 3 years ago
- 7d2a5df Add CO build for JDK 18 by Marc Philipp · 3 years ago
- 0eb5ce7 Fix compile error on JDK 18 and later by Marc Philipp · 3 years ago
- 80838a5 Revert "Update Maven to 3.8.5" by Marc Philipp · 3 years ago
- a30434e Use Maven wrapper compatible with JDK 6 by Marc Philipp · 3 years ago
- 543f60a Update Maven to 3.8.5 by Marc Philipp · 3 years ago
- cc7c500 Merge pull request #1732 from cpoerschke/main-reduce-warnings-multi-commit by Kevin Cooney · 3 years, 5 months ago
- 43df829 code review feedback: reduce scope of the 'unchecked cast' warning fix a.k.a. @SuppressWarnings('unchecked') by Christine Poerschke · 3 years, 5 months ago
- 45be4ae fix JavaDoc warnings [unchecked cast] by Christine Poerschke · 3 years, 5 months ago
- 099d588 fix JavaDoc warnings [no description for @param] by Christine Poerschke · 3 years, 5 months ago
- cda7454 fix JavaDoc warnings [no description for @throws] by Christine Poerschke · 3 years, 5 months ago
- 0391e45 remove usages of deprecated org.junit.Assert.assertThat() by Christine Poerschke · 3 years, 5 months ago
- ec20483 Fix "ReturnValueIgnored" errors flagged by error-prone by Kurt Alfred Kluever · 3 years, 8 months ago
- 7167b23 Use Java 8 for publishing snapshots by Marc Philipp · 3 years, 8 months ago
- 3f7fc0c Update build matrix to use GA version of JDK 17 by Marc Philipp · 3 years, 8 months ago
- e6a4ded Fix dead link to the Ant task in faq.fml by Andrei Rybak · 3 years, 8 months ago
- f3ffe84 Test against JDK 16 by Marc Philipp · 3 years, 9 months ago
- b164fa2 Use setup-java's Maven cache and use Temurin JDK distribution by Marc Philipp · 3 years, 9 months ago
- 01d4604 Add security policy by Marc Philipp · 4 years ago
- 9ad61c6 Change version to 4.13.3-SNAPSHOT by Marc Philipp · 4 years, 4 months ago
- 8b2ff14 Link to 4.13.2 release notes by Marc Philipp · 4 years, 4 months ago
- 384d804 [maven-release-plugin] prepare for next development iteration by Marc Philipp · 4 years, 4 months ago
- 05fe2a6 [maven-release-plugin] prepare release r4.13.2 by Marc Philipp · 4 years, 4 months ago r4.13.2
- ff57344 Add build for JDK 17-ea by Marc Philipp · 4 years, 4 months ago
- 02aaa01 Improve check that thread is stopped by Stefan Birkner · 4 years, 4 months ago
- e9a75f4 Merge test for exception type and message by Stefan Birkner · 4 years, 4 months ago
- d27ad52 Rename DelegateStatement to DelegatingStatement by Stefan Birkner · 4 years, 4 months ago
- b83dc2e Better name for test that stops statement by Stefan Birkner · 4 years, 4 months ago
- 527f3a3 Replace InfiniteLoop with RunForASecond by Stefan Birkner · 4 years, 4 months ago
- 2db6394 Tidy up FailOnTimeoutTest by Stefan Birkner · 4 years, 4 months ago
- 64634e1 Update 4.13.2 release notes to document pull 1654 by Kevin Cooney · 4 years, 4 months ago
- f8ee412 Fix serialization of AssumptionViolatedException (#1654) by Riccardo Sirchia · 4 years, 5 months ago
- de77f66 Only create ThreadGroups if FailOnTimeout.lookForStuckThread is true. (#1691) by Kevin Cooney · 4 years, 5 months ago
- 877750a Extract sample test classes from StackTracesTest by Stefan Birkner · 4 years, 5 months ago
- ba3799f Reordering the modifiers to comply with the JLS: by Anosh D. Ullenius · 4 years, 5 months ago
- 318e5a7 Clean up imports by Anosh D. Ullenius · 4 years, 5 months ago
- 8d9690a Remove commented out code by Anosh D. Ullenius · 4 years, 5 months ago
- cfec8c7 Initial release notes for 4.13.2 (#1692) by Kevin Cooney · 4 years, 5 months ago
- 1254795 Mark ThreadGroups created by FailOnTimeout as daemon groups (#1687) by Kevin Cooney · 4 years, 5 months ago
- 8b39600 Update POM to reflect changed CI system by Marc Philipp · 4 years, 5 months ago
- 2bca0a4 Delete Travis config and badge by Marc Philipp · 4 years, 5 months ago
- b4f26d2 Add GH Actions workflow by Marc Philipp · 4 years, 5 months ago
- 6608373 Fix build for Java 12 and above by Marc Philipp · 4 years, 5 months ago
- 116c1e7 Fix tests for floating point assertions (#1673) by Olivier Blanvillain · 4 years, 5 months ago
- 7852b90 Document security fix in release notes by Marc Philipp · 4 years, 8 months ago
- c40e88d Update Version.java by Marc Philipp · 4 years, 8 months ago
- db02762 [maven-release-plugin] prepare for next development iteration by Marc Philipp · 4 years, 8 months ago
- 1b683f4 [maven-release-plugin] prepare release r4.13.1 by Marc Philipp · 4 years, 8 months ago r4.13.1
- ce6ce3a Draft 4.13.1 release notes by Marc Philipp · 4 years, 8 months ago
- c29dd82 Change version to 4.13.1-SNAPSHOT by Marc Philipp · 4 years, 8 months ago
- 1d17486 Add a link to assertThrows in exception testing by Stefan Birkner · 4 years, 8 months ago
- 543905d Use separate line for annotation in Javadoc by Stefan Birkner · 4 years, 8 months ago
- 510e906 Add sub headlines to class Javadoc by Stefan Birkner · 4 years, 8 months ago
- 610155b Merge pull request from GHSA-269g-pwp5-87pp by Marc Philipp · 4 years, 8 months ago
- b6cfd1e Explicitly wrap float parameter for consistency (#1671) by Tasuku Nakagawa · 4 years, 9 months ago
- a5d205c Fix GitHub link in FAQ (#1672) by Filipe Roque · 4 years, 9 months ago
- 3a5c6b4 Deprecated since jdk9 replacing constructor instance of Double and Float (#1660) by Rahul Nagekar · 4 years, 10 months ago
- 714019f Merge pull request #1669 from pholser/issues/1668/make-framework-field-ctor-public by Kevin Cooney · 4 years, 10 months ago
- 5be301c Make FrameworkField ctor public. Fixes #1668 by Paul Holser · 4 years, 10 months ago
- c53a277 Bump to 4.14-SNAPSHOT by Paul Holser · 4 years, 10 months ago
- bef3bca Replace "master" with "main" by Marc Philipp · 5 years ago
- 50a285d Link to KEYS file in junit4 repo by Marc Philipp · 5 years ago
- 8c0df64 Add signing key by Marc Philipp · 5 years ago
- 4bbee02 Document signing key by Marc Philipp · 5 years ago
- 435d41f Use Google's Maven Central mirror by Stefan Birkner · 5 years ago
- 95af976 Add "Deprecate Assert#assertThat" by Stefan Birkner · 5 years ago
- 2df7e08 Migrate release notes for 4.13 from wiki by Marc Philipp · 5 years ago
- 6f6f6c1 [maven-release-plugin] prepare for next development iteration by Marc Philipp · 5 years ago
- 038f751 [maven-release-plugin] prepare release r4.13 by Marc Philipp · 5 years ago r4.13
- 8fd0197 [maven-release-plugin] prepare for next development iteration by Marc Philipp · 5 years ago
- c0bdd7d [maven-release-plugin] prepare release r4.13-rc-2 by Marc Philipp · 5 years ago r4.13-rc-2
- ea2e229 [maven-release-plugin] prepare for next development iteration by Marc Philipp · 5 years ago
- 0a5a2f8 [maven-release-plugin] prepare release r4.13-rc-2 by Marc Philipp · 5 years ago
- b51fa17 Ensure classes annotated with @OrderWith do not have @FixMethodOrder. by Kevin Cooney · 6 years ago
- 7c2f12c Never reorder classes annotated with @FixMethodOrder by Kevin Cooney · 6 years ago
- 6c5de81 Remove reference to obsolete mailing list by Marc Philipp · 6 years ago
- 6c7cb4b Delete outdated docs by Marc Philipp · 6 years ago
- fc3938a [maven-release-plugin] prepare for next development iteration by Marc Philipp · 6 years ago