Releases: micronaut-projects/micronaut-test
Micronaut Test 2.0.0
v2.0.0 (2020-09-17)
Main changes
- Upgraded to Micronaut 2
Closed issues:
- Document @MicronautTest(transactionMode=...) #268
Merged pull requests:
- Document @MicronautTest transaction modes #270 (@angelyan)
- Master is 2.0.0.BUILD-SNAPSHOT #269 (@alvarosanchez)
- Bump mockito-junit-jupiter from 3.5.6 to 3.5.7 #267 (@dependabot[bot])
- Bump micronaut-gradle-plugins from 2.0.8 to 2.0.10 #266 (@dependabot[bot])
- Dependency upgrades #265 (@micronaut-build)
- Add option to @MicronautTest to allow wrapping of setup and tests in a single transaction #254 (@angelyan)
Micronaut Test 1.2.3
v1.2.3 (2020-08-26)
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:
- Bump mockito-junit-jupiter from 3.5.5 to 3.5.6 #259 (@dependabot[bot])
- Bump mockito-junit-jupiter from 3.5.2 to 3.5.5 #258 (@dependabot[bot])
- [test] Update common files for branch master #256 (@micronaut-build)
- Fix injection of shared fields from superclass #252 (@alvarosanchez)
- Document support for @MicronautTest transactional and rollback #249 (@alvarosanchez)
- Pin Kotlin version to 1.3 #248 (@alvarosanchez)
- Bump mockito-junit-jupiter from 3.5.0 to 3.5.2 #246 (@dependabot[bot])
- Update kotlintest.adoc #244 (@HoffiMuc)
- Bump mockito-junit-jupiter from 3.4.6 to 3.5.0 #243 (@dependabot[bot])
- [test] Update common files for branch master #240 (@micronaut-build)
- Added Factory Replacement to Mockito Mocks #239 (@rohitkg98)
- Bump micronaut-gradle-plugins from 2.0.7 to 2.0.8 #236 (@dependabot[bot])
- Dependency upgrades #235 (@micronaut-build)
- Bump kotest version to 4.1.3 #234 (@adamkobor)
- Bump micronaut-gradle-plugins from 2.0.6 to 2.0.7 #233 (@dependabot[bot])
- Bump mockito-junit-jupiter from 3.4.4 to 3.4.6 #231 (@dependabot[bot])
- Bump micronaut-gradle-plugins from 2.0.5 to 2.0.6 #228 (@dependabot[bot])
- Note that @MicronautTest also works with JUnit 5 #225 (@debuglevel)
- Remove Probot settings file #222 (@alvarosanchez)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 1.2.2
v1.2.2 (2020-07-21)
Fixed bugs:
- Transaction no longer present in setup / cleanup methods #214
Merged pull requests:
- Bump mockito-junit-jupiter from 3.4.2 to 3.4.4 #221 (@dependabot[bot])
- Dependency upgrades #220 (@micronaut-build)
- Dependency upgrades #218 (@micronaut-build)
- Do not include
spockVersion
in PRs send to core #217 (@ilopmar) - Upgrade to Gradle Plugins 2.0.5 #216 (@graemerocher)
- Add transactions to setup / cleanup to restore 1.x behaviour #215 (@graemerocher)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 1.2.1
v1.2.1 (2020-07-14)
Merged pull requests:
- Dependency upgrades #210 (@micronaut-build)
- [test] Update common files for branch master #207 (@micronaut-build)
- [test] Update common files for branch master #205 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.3 to 2.0.4 #204 (@dependabot-preview[bot])
- [test] Update common files for branch master #202 (@micronaut-build)
- [test] Update common files for branch master #200 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.2 to 2.0.3 #198 (@dependabot-preview[bot])
- Bump micronaut-gradle-plugins from 2.0.1 to 2.0.2 #197 (@dependabot-preview[bot])
- Bump micronaut-gradle-plugins from 2.0.0 to 2.0.1 #195 (@dependabot-preview[bot])
- [test] Update common files for branch master #194 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.0.RC11 to 2.0.0 #193 (@dependabot-preview[bot])
- [test] Update common files for branch master #191 (@micronaut-build)
- [test] Update common files for branch master #188 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 1.2.0
v1.2.0 (2020-06-17)
- Micronaut 1.3.3 or above required.
- Support for Kotest
- Deprecated support for Kotlin Test
Merged pull requests:
- Add Kotlintest and Kotest dependencies to the BOM #186 (@alvarosanchez)
Micronaut Test v1.2.0.RC6
v1.2.0.RC6 (2020-06-10)
Closed issues:
- Mockito cannot mock this class:.. Java 11 #184
Merged pull requests:
- Dependency upgrades #185 (@micronaut-build)
- [test] Update common files for branch master #183 (@micronaut-build)
- [test] Update common files for branch master #182 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test v1.2.0.RC5
v1.2.0.RC5 (2020-06-07)
Closed issues:
- IntelliJ Tests Not Working with KAPT #168
Merged pull requests:
- Allow detached singleton Spock mocks #181 (@dstepanov)
- Dependency upgrades #180 (@micronaut-build)
- Update common files #179 (@micronaut-build)
- Update common files #177 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.0.RC8 to 2.0.0.RC10 #176 (@dependabot-preview[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test v1.2.0.RC4
v1.2.0.RC4 (2020-05-13)
Merged pull requests:
- Make kotlintest and kottest depend on junit5 #167 (@graemerocher)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test v1.2.0.RC3
v1.2.0.RC3 (2020-05-12)
Closed issues:
- Migrate from TestTransactionInterceptor to TestExecutionListener #163
Merged pull requests:
- Bump micronaut-jdbc-tomcat from 2.1.0 to 2.2.0 #166 (@dependabot-preview[bot])
- Add support for TestExecutionListener #164 (@bidorffOL)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test v1.2.0.RC2
v1.2.0.RC2 (2020-05-12)
Closed issues:
- Migrate from TestTransactionInterceptor to TestExecutionListener #163
Merged pull requests:
- Bump micronaut-jdbc-tomcat from 2.1.0 to 2.2.0 #166 (@dependabot-preview[bot])
- Add support for TestExecutionListener #164 (@bidorffOL)
* This Changelog was automatically generated by github_changelog_generator