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)