Skip to content

0.9.2

Choose a tag to compare

@lazar-mitrovic lazar-mitrovic released this 12 Jul 14:24
· 851 commits to master since this release

This release contains:

  • Revamped Gradle plugin that is now a lot more idiomatic.
  • Fixes for several issues regarding JUnit testing.
  • Removal of Test Discovery mode from the Maven plugin.
  • Fix for Maven creating empty test images when no tests are present.
  • Added support for Kotlin tests in Gradle.

In addition to those improvements, several behind-the-scenes changes were made in order to ensure better compatibility moving forward:

  • Test coverage has been greatly improved for all subprojects.
  • Build tooling for this repository has been improved significantly.

Note that there has been a breaking change in the Gradle plugin - persistConfig configuration option was removed.
Using said option will cause existing builds to break, so users are advised to remove it from their configuration prior to upgrading.
System property -DpersistConfig will have no effect going forward.

Related PRs: #71, #78, #87, #89, #91, #94, #95, #96

All artifacts are available on the Maven Central.