Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 15:18
97376ba

Changelog generated by Shipkit Changelog Gradle Plugin

1.5.0

  • 2021-11-14 - 23 commit(s) by Daniel Kraus, Filip Hrisafov, John L, Jonathan Bluett-Duncan, Mihály Verhás, Nicolai Parlog, Roland Weisleder, Simon Schrottner
  • Use new Gradle build action (#537)
  • Use Java 17 instead of 16 in build (#536)
  • Disable environment variable tests on Java 17+ (#535)
  • Disable environment variable tests on Java 17+ (#534)
  • Untangle CartesianTestNameFormatter from ParameterizedTest (#533)
  • Only adjust .idea/vcs.xml if it exists (#532)
  • Correct workflow name so build status image is displayed (#530) (#531)
  • Pioneer build status image is not shown (#530)
  • Support for array arguments in @CartesianTest (#528)
  • Add JUnit 5.8 to build matrix (#527)
  • @CartesianTest not working with array arguments (#523)
  • Add JDK 17 to the build matrix (#521)
  • CartesianArgumentsProvider is not intuitive to implement (#520)
  • Decouple CartesianArgumentsProvider from the Jupiter Arguments Provider (#519)
  • Add @Deprecated on the CartesianValueSource (#518)
  • Switch build from AdoptOpenJDK to Eclipse Adoptium (#516)
  • Switch build to Eclipse Temurin (#515)
  • Cache Gradle via setup-java (#514)
  • Use new setup-java cache for Gradle to reduce workflow size (#513)
  • Update JUnit Matrix to new version (#512)
  • Update JUnit versions (#511)
  • Setting environment fails on Java 17-ea (#509)
  • Upgrade actions/setup-java to v2 (#507)
  • Sync actions/setup-java versions/usage (#506)
  • Retrying test on specific exceptions (#504)
  • Remove unnecessary words in Javadoc (#501)
  • Delete unused exception (#500)
  • Add Daniel as maintainer (#498)
  • Restructure build (#474) (#495)
  • Rework CartesianProductTest (#487)
  • Move annotation discovery into AbstractEntryBasedExtension (#485)
  • Restructure build matrix (#474)
  • Investigate usage of findClosestEnclosingRepeatableAnnotations in EnvironmentVariableExtension and SystemPropertyExtension (#460)
  • Investigate parameter targeting of CartesianProductTest arguments source annotations (#415)
  • Improve @RetryingTest: allow defining exceptions for which to retry (#406)
  • Move Pioneer utils to new package internal (#403)
  • Untangle CartesianProductTestNameFormatter from ParameterizedTest (#382)
  • DisableIfArgument (#368)
  • Explore use of InvocationInterceptor to disable (parameterized) tests (#313)