Skip to content

Releases: verifyica-team/verifyica

0.8.1

18 Dec 16:16
Compare
Choose a tag to compare

Fixed

  • Fixed TemporaryDirectory cleanup code to correctly delete the temporary directory and any sub directories/files

0.8.0 - Obsolete

16 Dec 17:49
Compare
Choose a tag to compare

New

  • Added configuration property to disable test banner logging for each test

Changed

  • Changed timestamps in Verifyica headers when using the Verifyica Maven plugin
  • Updated dependencies

0.7.2 - Obsolete

26 Nov 05:53
Compare
Choose a tag to compare

New

  • Added ISO8601 timestamps to Verifyica headers when using the Verifyica Maven plugin

Changed

  • Updated dependencies

0.7.1 - Obsolete

13 Nov 04:45
Compare
Choose a tag to compare

Fixed

  • Fixed engine threading performance

0.7.0 - Obsolete

09 Nov 23:40
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Converted to use Dependabot

New

  • Added configurable engine execution (state machine) throttling
    • throttle at the class, argument, or test (and associated method) levels
  • Added compact summary when running via Verifyica Maven Plugin
    • easier to grep summary results

0.6.2 - Obsolete

04 Nov 02:24
Compare
Choose a tag to compare

Fixed

  • Fixed Maven Plugin properties handling
  • Fixed StackTrace pruning

0.6.1 - Obsolete

29 Oct 02:28
Compare
Choose a tag to compare

Fixed

  • Fixed Maven Plugin to correctly report all test failures to Maven

0.6.0 - Obsolete

27 Oct 02:09
Compare
Choose a tag to compare

Fixed

  • Minor performance improvements when shutting down ExecutorServices

Changed

  • Removed @Verifyica.Independent annotation (not used)
  • Removed deprecated classes
    • Assumptions
    • Runner
    • SkipExecution
    • Cleanup

New

  • Added @Verifyica.DependsOn / @Verifyica.DependsOns annotations to order test methods using @Verifyica.Tag values

0.5.2 - Obsolete

23 Oct 23:02
Compare
Choose a tag to compare

Fixed

  • Fixed intermittent deadlock when using System.out in tests
  • Fixed performance issue when waiting on test class / test argument executors to terminate

Changed

  • Updated example tests

0.5.1 - Obsolete

23 Oct 02:59
Compare
Choose a tag to compare

Fixed

  • Fixed LockManager to trim keys
  • Fixed Trap.assertEmpty() to handle a Collection with a null Trap
  • Fixed interleaved System.out / System.err output

Changed

  • Deprecated Assumptions, Cleanup, and SkipExecution classes (see Execution)
  • Updated dependencies

New

  • Added Execution class