[go: up one dir, main page]

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