Skip to content

Releases: sbt/sbt-jupiter-interface

0.13.0

16 Aug 04:18
v0.13.0
c7c9e74
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler in 2017, to provide a test bridge for JUnit 5's Jupiter module.

updates

new contributors

Full Changelog: v0.12.0...v0.13.0

0.12.0

16 Aug 04:01
v0.12.0
d9537f9
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler in 2017, to provide a test bridge for JUnit 5's Jupiter module.

updates

  • Update JUnit to 5.10.3 by @eed3si9n in #84
  • Show the displayName of dynamic tests in the sbt output and in the xml test reports by @vasilmkd in #94
  • Fix Suite support by @eed3si9n in #87

behind the scenes

new contributors

Full Changelog: v0.11.4...v0.12.0

0.11.4

28 Jul 01:56
v0.11.4
bfed0a7
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler in 2017, to provide a test bridge for JUnit 5's Jupiter module.

updates

behind the scene

new contributors

Full Changelog: v0.11.3...v0.11.4

0.11.3

27 Jul 21:53
v0.11.3
60e7cac
Compare
Choose a tag to compare

about sbt-jupiter-interface

sbt-jupiter-interface is an sbt plugin, originally developed by Michael Aichler (@maichler) in 2017, to provide a test bridge for JUnit 5's Jupiter module.

changes with compatibility implications

addSbtPlugin("com.github.sbt.junit" % "sbt-jupiter-interface" % "0.11.3")
  • sbt-jupiter-interface 0.11.2 is published under com.github.sbt.junit organization by @eed3si9n in #75
  • Moves Java and Scala packages to com.github.sbt.junit by @eed3si9n in #77

behind the scenes

new contributors

Full Changelog: 0.11.1...v0.11.3

0.11.1

06 Oct 18:46
Compare
Choose a tag to compare

Notes

  • #55 Upgrade to support JUnit5 5.9.1

0.11.0

03 Aug 20:00
Compare
Choose a tag to compare

Notes

  • #52 Upgrade to support JUnit5 5.9.0

0.10.0

03 Aug 19:57
Compare
Choose a tag to compare

Notes

  • Update JUnit dependency to version 5.8.2

0.9.0

24 Feb 12:11
Compare
Choose a tag to compare

Notes

#43 Update JUnit dependency to version 5.7.0

0.8.4

13 Jan 15:41
Compare
Choose a tag to compare

Issues

Fix exception thrown in FlatPrintingTestListener#executionFinished when a test identifier without a source is encountered.

0.8.3

13 Jan 15:11
Compare
Choose a tag to compare

Issues

#38 Unexpected behavior with tag expressions