Releases: micronaut-projects/micronaut-test
Releases · micronaut-projects/micronaut-test
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
Micronaut Test v1.2.0.RC1
v1.1.6 (2020-05-08)
Merged pull requests:
- Bump kotlinVersion from 1.3.71 to 1.3.72 #161 (@dependabot-preview[bot])
- Bump mockk from 1.9.3 to 1.10.0 #160 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.jvm from 1.3.71 to 1.3.72 #159 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.kapt from 1.3.71 to 1.3.72 #158 (@dependabot-preview[bot])
- feat: add test for transactional gorm support #156 (@sdelamo)
- Bump kotlinVersion from 1.3.71 to 1.3.72 #154 (@dependabot-preview[bot])
- Bump mockk from 1.9.3 to 1.10.0 #153 (@dependabot-preview[bot])
- Bump junitVersion from 5.6.1 to 5.6.2 #152 (@dependabot-preview[bot])
- Bump micronaut-jdbc-tomcat from 1.3.0 to 2.1.0 #150 (@dependabot-preview[bot])
- Upgrade KotlinTest to Kotest #148 (@Kerooker)
- Saves applicationContext into junit5 store #146 (@rmpestano)
- Bump org.jetbrains.kotlin.jvm from 1.3.71 to 1.3.72 #144 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.kapt from 1.3.71 to 1.3.72 #143 (@dependabot-preview[bot])
- Bump gradle-bintray-plugin from 1.8.4 to 1.8.5 #139 (@dependabot-preview[bot])
- Bump kotlinVersion from 1.3.70 to 1.3.71 #135 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.kapt from 1.3.70 to 1.3.71 #134 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.jvm from 1.3.70 to 1.3.71 #133 (@dependabot-preview[bot])
- Bump junitVersion from 5.6.0 to 5.6.1 #131 (@dependabot-preview[bot])
- Bump kotlinVersion from 1.3.61 to 1.3.70 #130 (@dependabot-preview[bot])
- Bump mockito-junit-jupiter from 3.3.1 to 3.3.3 #129 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.jvm from 1.3.61 to 1.3.70 #125 (@dependabot-preview[bot])
- Bump org.jetbrains.kotlin.kapt from 1.3.61 to 1.3.70 #124 (@dependabot-preview[bot])
- Bump mockito-junit-jupiter from 3.2.4 to 3.3.1 #122 (@dependabot-preview[bot])
- Update release instructions #119 (@alvarosanchez)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 1.1.5
Changes
Fixes a problem with 1.1.4 where Junit 5 was mistakenly upgraded to 5.6.0
Contributors
Micronaut Test 1.1.4
Changes
Fixes a problem with 1.1.3 where micronaut-test-core
was mistakenly moved to the runtime scope.
Contributors
Micronaut Test 1.1.3
Known issues
micronaut-test-core
was mistakenly moved to the runtime scope. 1.1.4 fixes this issue. As a workaround, explicitly addio.micronaut.test:micronaut-test-core:1.1.3
to your test classpath.
Changes
- Follow-up of #108 @alvarosanchez (#118)
- Rebuild the context if there are property changes @alvarosanchez (#108)
- Bump junitVersion from 5.5.0 to 5.6.0 @dependabot-preview (#113)
- Bump micronaut-hibernate-jpa from 1.1.0 to 1.3.0 @dependabot-preview (#114)
- Bump micronaut-jdbc-tomcat from 1.1.0 to 1.3.0 @dependabot-preview (#115)
- Bump spock-core from 1.2-groovy-2.5 to 1.3-groovy-2.5 @dependabot-preview (#116)
- Bump org.jetbrains.kotlin.kapt from 1.3.60 to 1.3.61 @dependabot-preview (#96)
- doc: remove
@Singleton
from interface @adrienpessu (#99) - Bump mockito-junit-jupiter from 3.2.0 to 3.2.4 @dependabot-preview (#101)
- Bump org.jetbrains.kotlin.jvm from 1.3.60 to 1.3.61 @dependabot-preview (#97)
- Bump mockito-junit-jupiter from 3.1.0 to 3.2.0 @dependabot-preview (#98)
- Bump cglib-nodep from 2.2.2 to 3.3.0 @dependabot-preview (#70)
- Bump org.jetbrains.kotlin.jvm from 1.3.20 to 1.3.60 @dependabot-preview (#93)
- Bump mockito-junit-jupiter from 2.22.0 to 3.1.0 @dependabot-preview (#85)
- Bump spock-core from 1.2-groovy-2.4 to 1.3-groovy-2.5 @dependabot-preview (#63)
- Bump objenesis from 1.4 to 3.1 @dependabot-preview (#86)
- Bump h2 from 1.4.199 to 1.4.200 @dependabot-preview (#88)
- Bump org.jetbrains.kotlin.kapt from 1.3.20 to 1.3.60 @dependabot-preview (#94)
Contributors
v1.1.0
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.