Skip to content

v1.7.0

Choose a tag to compare

@mjureczko mjureczko released this 24 Oct 07:58
· 43 commits to master since this release

What's Changed

  • Rearanger: Test arranger 56 by @mjureczko in #96
  • chore: bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #71
  • chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.3 by @dependabot[bot] in #72
  • chore: bump org.yaml:snakeyaml from 2.3 to 2.4 by @dependabot[bot] in #73
  • chore: bump org.assertj:assertj-core from 3.26.3 to 3.27.3 by @dependabot[bot] in #75
  • chore: bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 by @dependabot[bot] in #76
  • chore: bump org.junit:junit-bom from 5.11.3 to 5.12.2 by @dependabot[bot] in #78
  • chore: bump com.mycila:license-maven-plugin from 4.6 to 5.0.0 by @dependabot[bot] in #79
  • chore: bump org.junit:junit-bom from 5.12.2 to 5.13.4 by @dependabot[bot] in #90
  • chore: bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in #89
  • chore: bump io.github.classgraph:classgraph from 4.8.177 to 4.8.184 by @dependabot[bot] in #95
  • chore: bump org.yaml:snakeyaml from 2.4 to 2.5 by @dependabot[bot] in #92
  • chore: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #94

New Contributors

Full Changelog: v1.6.4...v1.7.0

Migration guide

Version 1.7.0 introduces a breaking change. The com.ocadotechnology.gembus.test.experimental.Data class has been removed and replaced with com.ocadotechnology.gembus.test.rearranger.Rearranger. The Data class offered only a subset of the methods now available in Rearranger, so it is sufficient to replace all occurrences of Data with Rearranger.