Skip to content

Releases: TNG/junit-dataprovider

2.10

26 Dec 14:05
Compare
Choose a tag to compare
  • Fixes JUnit's internal changes throwing an NoClassDefFoundError by using DefaultExecutableInvoker instead of ExecutableInvoker (now an interface` (#136, #137)

Maven Central: v2.10

2.9

13 Mar 11:13
Compare
Choose a tag to compare
2.9
  • Allow running of individual test methods via Gradle in conjunction with junit-vintage-runner (#135)

Maven Central: v2.9

2.8

31 Jan 16:01
Compare
Choose a tag to compare
2.8
  • Support lists of non-iterable parameterized type (#132)

Only relevant for developers

  • Fix and cleanup duplicates, spotbugs and fail build on new ones? (#122)
  • Fix coveralls report (#125)
  • Migrate build scripts to new Kotlin DSL (#123)
  • GitHub Actions checkout v2 (#124)
  • Upgrade to maven-publish plugin as Gradle broke signing with 5.1.1 (#119)

Maven Central: v2.8

2.7

06 Nov 23:47
Compare
Choose a tag to compare
2.7
  • Support and use JUnit 4.13 (#131)
  • Use in-memory keys for signing for fully automated releases (#130)

Maven Central: v2.7

2.6

06 Jul 14:29
Compare
Choose a tag to compare
2.6
  • Compatibilty with junit-jupiter-engine >= 5.5.0 (#118)

Maven Central: v2.6

2.5

06 Jul 14:25
Compare
Choose a tag to compare
2.5
  • Compatibilty with junit-jupiter-engine == 5.4.* (#118)

Note: This version is only compatible with JUnit Jupiter 5.4.* because of internal refactorings, see also https://github.com/TNG/junit-dataprovider/wiki/Version-compatibility.

Maven Central: v2.5

2.4

26 Sep 09:21
Compare
Choose a tag to compare
2.4
  • support "rerun failing tests" Maven features if multiple test cases failed (#113)

Maven Central: v2.4

2.3

02 Apr 20:23
Compare
Choose a tag to compare
2.3
  • Introduce custom test name formatter (#101)
  • Restrain duplicate execution in JUnit4 when test implements an generic interface (#106)

Maven Central: v2.3

2.2

29 Jan 19:01
Compare
Choose a tag to compare
2.2
  • Introduce option on @DataProvider determining if its result should be cached (default) or not (#105)

Maven Central: v2.2

2.1

14 Jan 20:03
Compare
Choose a tag to compare
2.1
  • DataProviders#crossProduct Iterable support component: core resolution: fixed type: enhancement (#103)
  • Fix dataprovider discovery error if test case is in base classes and dataprovider in child (executed test class) (#104)
    • This has worked until v1.11.0 but an overlooked regression broke this in v1.12.0

Maven Central: v2.1