Skip to content

Releases: micronaut-projects/micronaut-test

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:

Micronaut Test 2.3.1

16 Dec 11:31
Compare
Choose a tag to compare

v2.3.1 (2020-12-16)

Full Changelog

This release fixes a problem with the POM publication.


Merged pull requests:

Micronaut Test 2.3.0

11 Dec 16:04
Compare
Choose a tag to compare

v2.3.0 (2020-12-10)

Full Changelog

Main Changes:

  • Upgrade to Mockk 1.10.3
  • Upgrade to Micronaut SQL 3.3.4
  • Add test-bom entries

Merged pull requests:

Micronaut Test 2.2.1

28 Oct 10:40
Compare
Choose a tag to compare

v2.2.1 (2020-10-27)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.2.0

26 Oct 13:38
Compare
Choose a tag to compare

v2.2.0 (2020-10-26)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • ShutdownEvent published twice in @MicronautTest #304

Closed issues:

  • More than 1 test class with inherited @MockBean definitions fails to initialize #223

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Test 2.1.1

01 Oct 15:49
Compare
Choose a tag to compare

v2.1.1 (2020-09-24)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

  • Fix bug looking for the old annotation twice (#303)

Micronaut Test 2.1.0

23 Sep 18:08
Compare
Choose a tag to compare

v2.1.0 (2020-09-18)

Full Changelog

Main changes

  • Upgrade to Kotlin 1.4.10
  • Upgrade to Kotest 4.2.5

Implemented enhancements:

  • Add annotation parameter to @MicronautTest to start only Application context not embedded server #213

Deprecated:

  • Split MicronautTest annotation to avoid the headaches it's causing with class loading #224

Closed issues:

  • Compatibility with kotest 4.2.3 #281
  • NullPointerException when context is rebuilt and no EmbeddedApplication bean is present #296

Merged pull requests:

Micronaut Test 2.1.0.M1

18 Sep 08:01
Compare
Choose a tag to compare
Pre-release
v2.1.0.M1

Release v2.1.0.M1

Micronaut Test 2.0.0

17 Sep 14:50
Compare
Choose a tag to compare

v2.0.0 (2020-09-17)

Full Changelog

Main changes

  • Upgraded to Micronaut 2

Closed issues:

  • Document @MicronautTest(transactionMode=...) #268

Merged pull requests:

Micronaut Test 1.2.3

26 Aug 08:21
Compare
Choose a tag to compare

v1.2.3 (2020-08-26)

Full Changelog

Fixed bugs:

  • Shared injected fields of superclass Spock Specifications not always being injected #138

Closed issues:

  • Document support for @MicronautTest transactional and rollback #157

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator