Releases: micronaut-projects/micronaut-test
Releases · micronaut-projects/micronaut-test
Micronaut Test 3.7.0
Micronaut Test 3.6.2
Micronaut Test 3.6.0
What's Changed
Dependency updates 🚀
- build: mockito monorepo to v4.8.0
- build: Micronaut 3.6.3
- build: KoTest to 5.4.2 from 5.4.1
- fix(deps): update dependency io.mockk:mockk to v1.12.7 by @renovate in #630
- fix(deps): update dependency io.rest-assured:rest-assured-bom to v5.2.0 by @renovate in #632
- fix(deps): update junit5 monorepo to v5.9.0 by @renovate in #618
Other Changes 💡
CI ⚙️
Full Changelog: v3.5.0...v3.6.0
Micronaut Test 3.5.0
What's Changed
Dependency updates 🚀
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.14 by @renovate in #612
- fix(deps): update dependency io.micronaut:micronaut-bom to v3.5.4 by @renovate in #606
- chore(deps): update plugin org.jetbrains.kotlin.kapt to v1.7.10 by @renovate in #602
- chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.7.10 by @renovate in #601
- fix(deps): update dependency io.rest-assured:rest-assured-bom to v5.1.1 by @renovate in #599
- fix(deps): update kotest5 to v5.4.1 by @renovate in #603
- chore(deps): update plugin org.graalvm.buildtools.native to v0.9.13 by @renovate in #607
- fix(deps): update dependency io.mockk:mockk to v1.12.5 by @renovate in #617
- fix(deps): update kotlin to v1.7.10 by @renovate in #600
Full Changelog: v3.4.0...v3.5.0
Micronaut Test 3.4.0
What's Changed
New Features 🎉
- Add REST-assured module by @graemerocher in #591
- Add API to intercept the test method by @dstepanov in #592
Dependency updates 🚀
- chore(deps): update dependency org.assertj:assertj-core to v3.23.1 by @renovate in #590
- chore(deps): update dependency io.micronaut:micronaut-bom to v3.5.1 by @renovate in #587
- chore(deps): update mockito monorepo to v4.6.1 by @renovate in #588
Other Changes 💡
Full Changelog: v3.3.1...v3.4.0
Micronaut Test 3.3.1
What's Changed
Bug Fixes 🐞
- Fix rebuilding embedded application by @dstepanov in #596
Dependency updates 🚀
Full Changelog: v3.3.0...v3.3.1
Micronaut Test 3.3.0
What's Changed
Bug Fixes 🐞
- Fix spock initializing base class by @dstepanov in #585
Improvements ⭐
- fix sonar issues by @graemerocher in #586
Dependency updates 🚀
- chore(deps): update dependency io.mockk:mockk to v1.12.4 by @renovate in #573
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.9 by @renovate in #574
- chore(deps): update dependency io.micronaut:micronaut-bom to v3.4.4 by @renovate in #583
- chore(deps): update kotest5 to v5.3.0 by @renovate in #575
Other Changes 💡
- Update ProjectConfig.kt in Kotest5 documentation by @fitzvinicius in #578
New Contributors
- @fitzvinicius made their first contribution in #578
Full Changelog: v3.2.0...v3.3.0
Micronaut Test 3.2.0
v3.2.0 (2022-05-12)
Implemented enhancements:
- Kotest 5.x.x support #531 (@Nandi)
- Kotest 5.x.x support #508
- allow mocks to be produced from fields #567 (@graemerocher)
- Migration to Gradle Version Catalog #553 (@donbeave)
Merged pull requests:
- Fix doc generation #571 (@timyates)
- [test] Update common files for branch master #569 (@micronaut-build)
- ci: projectVersion to 3.2.0-SNAPSHOT #568 (@sdelamo)
- chore(deps): update mikepenz/action-junit-report action #566 (@renovate[bot])
- ci: update KoTest 5 from 5.2.1 to 5.3.0 #565 (@renovate[bot])
- chore(deps): update actions/checkout action to v3 #564 (@renovate[bot])
- chore(deps): update actions/cache action to v3 #563 (@renovate[bot])
- chore(deps): update spockversion to v2.1-groovy-3.0 #562 (@renovate[bot])
- chore(deps): update plugin io.micronaut.build.shared.settings to v5.3.5 #561 (@renovate[bot])
- chore(deps): update mockito monorepo to v4.5.1 #560 (@renovate[bot])
- chore(deps): update micronautversion to v3.4.3 #559 (@renovate[bot])
- chore(deps): update plugin org.jetbrains.kotlin.kapt to v1.6.21 #558 (@renovate[bot])
- chore(deps): update plugin org.jetbrains.kotlin.jvm to v1.6.21 #557 (@renovate[bot])
- chore(deps): update plugin org.graalvm.buildtools.native to v0.9.11 #556 (@renovate[bot])
- chore(deps): update dependency io.mockk:mockk to v1.12.3 #554 (@renovate[bot])
- Migration to Gradle Version Catalog #553 (@donbeave)
- [test] Update common files for branch master #552 (@micronaut-build)
- [test] Update common files for branch master #548 (@micronaut-build)
- Fix grammatical typo #543 (@jdpgrailsdev)
- Bump org.graalvm.buildtools.native from 0.9.10 to 0.9.11 #537 (@dependabot[bot])
- Update annotation reference in introduction.adoc #530 (@avarun42)
- [test] Update common files for branch master #528 (@micronaut-build)
- ci: checkstyle SupressionFilter #527 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Test 3.1.1
What's Changed
- [test] Update common files for branch master by @micronaut-build in #526
- build: update build plugin to 5.2.3 by @sdelamo in #525
- ci: change githubCoreBranch to 3.4.x by @sdelamo in #524
Full Changelog: v3.1.0...v3.1.1
Micronaut Test 3.1.0
What's Changed
- [test] Update common files for branch master by @micronaut-build in #491
- Remove Kotlintest documentation by @timyates in #517
- Update build to latest infrastructure by @timyates in #518
- Use the correct test instance for injecting mocks in case of nested tests by @ckosmowski in #515
- [test] Update common files for branch master by @micronaut-build in #497
- Actualization libraries versions to compatible JDK17 by @altro3 in #512
- Try fix native testing by @graemerocher in #523
New Contributors
- @timyates made their first contribution in #517
- @ckosmowski made their first contribution in #515
- @altro3 made their first contribution in #512
Full Changelog: v3.0.5...v3.1.0