Skip to content

Release 6.1.0

Choose a tag to compare

@staycaffeinated staycaffeinated released this 21 Jan 17:38
· 33 commits to main since this release

Added

Test fixtures are now generated as part of the spring-webflux and spring-webmvc templates. The unit tests and integration tests were refactored to leverage these test fixtures.

Integration tests are now generated by the spring-webflux template. These integration tests support PostgreSQL and Test Containers.

Fixed

The jakarta.persistence-api library is now part of build.gradle and dependencies.gradle. This resolves some compile-time warnings that came about when the upgrade to Spring Framework 6/Boot 3 occurred.

Changed

These libraries and Gradle has been updated to their latest versions: JUnit, Reactor Test, Coditory Integration Test plugin, and the Spotless plugin.