Skip to content

Releases: micronaut-projects/micronaut-test

Micronaut Test v1.2.0.RC2

12 May 15:57
Compare
Choose a tag to compare
Pre-release

v1.2.0.RC2 (2020-05-12)

Full Changelog

Closed issues:

  • Migrate from TestTransactionInterceptor to TestExecutionListener #163

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test v1.2.0.RC1

08 May 08:03
Compare
Choose a tag to compare
Pre-release

v1.1.6 (2020-05-08)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 1.1.5

13 Feb 16:34
Compare
Choose a tag to compare

Changes

Fixes a problem with 1.1.4 where Junit 5 was mistakenly upgraded to 5.6.0

Contributors

@alvarosanchez

Micronaut Test 1.1.4

12 Feb 16:50
Compare
Choose a tag to compare

Changes

Fixes a problem with 1.1.3 where micronaut-test-core was mistakenly moved to the runtime scope.

Contributors

@graemerocher

Micronaut Test 1.1.3

11 Feb 12:10
Compare
Choose a tag to compare

Known issues

  • micronaut-test-core was mistakenly moved to the runtime scope. 1.1.4 fixes this issue. As a workaround, explicitly add io.micronaut.test:micronaut-test-core:1.1.3 to your test classpath.

Changes

Contributors

@adrienpessu, @alvarosanchez, @graemerocher, @jameskleeh

v1.1.0

25 Aug 10:58
Compare
Choose a tag to compare

Released on 30 Jul 2019

  • Micronaut 1.1.x or above required.
  • Upgrade to JUnit 5.5.
  • Support for Dependency Injection in Constructors and Method Parameters for JUnit 5.
  • Support for Kotlin Test.