Skip to content

Releases: micronaut-projects/micronaut-test

Micronaut Test 3.0.1

13 Sep 16:39
Compare
Choose a tag to compare

v3.0.1 (2021-09-10)

Full Changelog

Closed issues:

  • MicronautTest property override throws exception starting with Micronaut 3 #458

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 3.0.0

17 Aug 17:39
Compare
Choose a tag to compare

v3.0.0 (2021-08-17)

Full Changelog

Closed issues:

  • Release a new version compatible with Micronaut 3.0 #435

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 3.0.0 RC2

23 Jul 17:26
Compare
Choose a tag to compare

v3.0.0-RC2 (2021-07-23)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 3.0.0 RC1

20 Jul 20:18
Compare
Choose a tag to compare
v3.0.0-RC1

Release v3.0.0-RC1

Micronaut Test 2.3.7

15 Jun 12:58
Compare
Choose a tag to compare

v2.3.7 (2021-06-12)

Full Changelog

Closed issues:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.3.6

01 Jun 07:42
Compare
Choose a tag to compare

v2.3.6 (2021-05-31)

Full Changelog

Fixed bugs:

  • @MockBean named does nothing #331

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.3.5

20 May 19:01
Compare
Choose a tag to compare

v2.3.5 (2021-05-19)

Full Changelog

Closed issues:

  • NullPointerException thrown after first nested test class when there are multiple nested test classes #420

Merged pull requests:

  • MicronautJunit5Extension: do not tear down application context in afterAll callback of nested test classes #421 (@angelyan)

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.3.4

18 May 19:15
Compare
Choose a tag to compare

v2.3.4 (2021-05-16)

Full Changelog

Implemented enhancements:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.3.3

26 Mar 19:40
Compare
Choose a tag to compare

v2.3.3 (2021-03-26)

Full Changelog

Implemented enhancements:

  • Add mockito-junit-jupiter to test BOM #397

Fixed bugs:

  • Testing with two JPA datasources fails - possibly rolls back incorrect order #95

Closed issues:

  • Missing repositories in build.gradle #396
  • Spock tests don't rollback on test failure #395
  • Kotest fails to instantiate BehaviorSpec due to no zero-arg constructor #387
  • With @MicronautTest, annotation like @Rollback would be helpful #372
  • @MicronautTest annotation on super class #370

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.3.2

11 Jan 12:09
Compare
Choose a tag to compare

v2.3.2 (2021-01-11)

Full Changelog

Main Changes:

  • Make MicronautJunit5Extension easier to extend
  • Upgrade Mockk to 1.10.4

Merged pull requests: