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