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