Releases: micronaut-projects/micronaut-test
Releases · micronaut-projects/micronaut-test
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
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