Releases: micronaut-projects/micronaut-test
Micronaut Test 3.0.1
v3.0.1 (2021-09-10)
Closed issues:
- MicronautTest property override throws exception starting with Micronaut 3 #458
Merged pull requests:
- Don't set null values in the testProperties #459 (@jameskleeh)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 3.0.0
v3.0.0 (2021-08-17)
Closed issues:
- Release a new version compatible with Micronaut 3.0 #435
Merged pull requests:
- Upgrade to Micronaut 3.0.0-RC1 #446 (@ilopmar)
- Upgrade CI to use JDK16 #445 (@micronaut-build)
- New issue templates #442 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 3.0.0 RC2
v3.0.0-RC2 (2021-07-23)
Merged pull requests:
- Fix docs: RxHttpClient has been replaced by HttpClient #441 (@tobiasschaefer)
- Upgrade to Gradle 7.1.1 and GraalVM 21.2.0 #440 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 3.0.0 RC1
v3.0.0-RC1 Release v3.0.0-RC1
Micronaut Test 2.3.7
v2.3.7 (2021-06-12)
Closed issues:
- Compatibility with Micronaut 3 #431
- @ConfigurationProperties and Error resolving property value in tests #430
- Regression in 2.3.4 (in 2.3.5 as well) #423
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 2.3.6
v2.3.6 (2021-05-31)
Fixed bugs:
- @MockBean named does nothing #331
Merged pull requests:
- fix static injection when using BeforeAll #427 (@graemerocher)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 2.3.5
v2.3.5 (2021-05-19)
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
v2.3.4 (2021-05-16)
Implemented enhancements:
Merged pull requests:
- Bump peter-evans/create-pull-request from v3.8.2 to v3.9.1 #413 (@dependabot[bot])
- [test] Update common files for branch master #405 (@micronaut-build)
- Add support for JUnit 5 nested test classes #404 (@angelyan)
- [test] Update common files for branch master #403 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 2.3.3
v2.3.3 (2021-03-26)
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:
- Reverse listeners after test execution so cleanup happens in order #402 (@jameskleeh)
- Bump DeLaGuardo/setup-graalvm from 3.1 to 4.0 #400 (@dependabot[bot])
- [test] Update common files for branch master #399 (@micronaut-build)
- Issue 397 - adding mockito-junit-jupiter module #398 (@wetted)
- Bump mockito-junit-jupiter from 3.7.7 to 3.8.0 #393 (@dependabot[bot])
- Bump micronaut-gradle-plugins from 3.0.1 to 3.0.3 #392 (@dependabot[bot])
- [test] Update common files for branch master #391 (@micronaut-build)
- [test] Update common files for branch master #390 (@micronaut-build)
- [test] Update common files for branch master #388 (@micronaut-build)
- [test] Update common files for branch master #386 (@micronaut-build)
- Use new Gradle build plugins #385 (@ilopmar)
- [test] Update common files for branch master #384 (@micronaut-build)
- Bump peter-evans/create-pull-request from v3.8.1 to v3.8.2 #383 (@dependabot[bot])
- [test] Update common files for branch master #382 (@micronaut-build)
- Upgrade micronaut-sql to 3.4.0 #381 (@ilopmar)
- Upgrade mockk to 1.10.5 #380 (@ilopmar)
- Upgrade junit to 5.7.1 #379 (@ilopmar)
- Bump micronaut-gradle-plugins from 2.0.15 to 2.0.16 #378 (@dependabot[bot])
- Bump peter-evans/create-pull-request from v3.8.0 to v3.8.1 #377 (@dependabot[bot])
- Update actions/cache requirement to v2.1.4 #376 (@dependabot[bot])
- Bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 #374 (@dependabot[bot])
- Upgrade to Gradle 6.8.1 #373 (@micronaut-build)
- Bump mockito-junit-jupiter from 3.7.0 to 3.7.7 #371 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 2.3.2
v2.3.2 (2021-01-11)
Main Changes:
- Make MicronautJunit5Extension easier to extend
- Upgrade Mockk to 1.10.4
Merged pull requests:
- Upgrade micronaut-sql to 3.3.5 #369 (@ilopmar)
- Upgrade mockk to 1.10.4 #368 (@ilopmar)
- [test] Upgrade to Gradle 6.8 #367 (@micronaut-build)
- Bump micronaut-gradle-plugins from 2.0.14 to 2.0.15 #366 (@dependabot[bot])
- Update common files #365 (@ilopmar)
- Bump mockito-junit-jupiter from 3.6.28 to 3.7.0 #364 (@dependabot[bot])
- [test] Update common files for branch master #363 (@micronaut-build)
- Make MicronautJunit5Extension easier to extend #336 (@ttzn)