Releases: micronaut-projects/micronaut-test
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)
Micronaut Test 2.3.1
v2.3.1 (2020-12-16)
This release fixes a problem with the POM publication.
Merged pull requests:
- Upgrade micronaut-gradle-plugins to 2.0.14 #358 (@ilopmar)
- [test] Update common files for branch master #357 (@micronaut-build)
- Bump peter-evans/create-pull-request from v3.5.1 to v3.5.2 #356 (@dependabot[bot])
- [test] Update common files for branch master #355 (@micronaut-build)
- Fix typos in documentation #354 (@tobiasschaefer)
Micronaut Test 2.3.0
v2.3.0 (2020-12-10)
Main Changes:
- Upgrade to Mockk 1.10.3
- Upgrade to Micronaut SQL 3.3.4
- Add test-bom entries
Merged pull requests:
- Upgrade mockk to 1.10.3 #351 (@ilopmar)
- Upgrade micronaut-sql to 3.3.4 #350 (@ilopmar)
- Target core 2.3.x and set new version #349 (@ilopmar)
- Bump micronaut-spring from 2.1.1 to 3.1.0 #348 (@dependabot[bot])
- Bump peter-evans/create-pull-request from v3.5.1 to v3.5.2 #346 (@dependabot[bot])
- adding test-bom entries #344 (@wetted)
- manually promote 2.2.1 release version to 2.2.2-SNAPSHOT #342 (@wetted)
- Bump micronaut-gradle-plugins from 2.0.11 to 2.0.13 #340 (@dependabot[bot])
- Fix invalid annotation array param #338 (@rafaelrenanpacheco)
- build: github actions MANTAINING.md #337 (@micronaut-build)
- [test] Update common files for branch master #335 (@micronaut-build)
- Bump mockito-junit-jupiter from 3.5.15 to 3.6.28 #332 (@dependabot[bot])
- [test] Update common files for branch master #328 (@micronaut-build)
- [test] Update common files for branch master #325 (@micronaut-build)
- [test] Update common files for branch master #323 (@micronaut-build)
Micronaut Test 2.2.1
v2.2.1 (2020-10-27)
Merged pull requests:
- Cleanup / add docs #320 (@graemerocher)
- Allow micronaut test to manage execution of external process server #319 (@graemerocher)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 2.2.0
v2.2.0 (2020-10-26)
Implemented enhancements:
- Allow Micronaut Test to run against an external server #316 (@graemerocher)
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:
- Bump mockito-junit-jupiter from 3.5.13 to 3.5.15 #313 (@dependabot[bot])
- [test] Update common files for branch master #311 (@micronaut-build)
- Dependency upgrades #310 (@micronaut-build)
- [test] Update common files for branch master #309 (@micronaut-build)
- Dependency upgrades #308 (@micronaut-build)
- Fix test active conditions for beans defined in super class #307 (@dstepanov)
- Ensure shutdown is only called once. Fixes #304 #305 (@graemerocher)
- Bump mockito-junit-jupiter from 3.5.11 to 3.5.13 #302 (@dependabot[bot])
- Dependency upgrades #301 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 2.1.1
v2.1.1 (2020-09-24)
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
v2.1.0 (2020-09-18)
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:
- Pr 298 #299 (@jameskleeh)
- Bump mockito-junit-jupiter from 3.5.10 to 3.5.11 #295 (@dependabot[bot])
- Dependency upgrades #283 (@micronaut-build)
- Added Factory Replacement to Mockito Mocks #239 (@rohitkg98)
- Splitting @MicronautTest into both JUnit and Spock projects. #229 (@alvarosanchez)
- Add dependecies versions to the docs #294 (@ilopmar)
- Upgrade to Kotlin 1.4.10 and Kotest 4.2.5 #293 (@ilopmar)
- New project version is 2.1.0.BUILD-SNAPSHOT #292 (@ilopmar)
Micronaut Test 2.1.0.M1
v2.1.0.M1 Release v2.1.0.M1