Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Releases: zapodot/akka-test-junit

2.0.0

21 Mar 18:23
Compare
Choose a tag to compare

Changes:

  • #1 Support for in-memory journal for Akka Persistence
  • #6 Akka baseline moved to 2.5.X
  • Java baseline moved to 1.8

1.2.0

22 Sep 20:10
Compare
Choose a tag to compare

New features:

  • will shutdown the ActorSystem properly using JavaTestKit.shutdownActorSystem(ActorSystem), thus avoiding posible race conditions (as suggested in issue #2)
  • added convenience method testKit() that returns an instance of JavaTestKit that is created automatically before the test and cleaned up afterwards (as suggested in issue #2)

Special thanks to @eshepelyuk for all the valuable input for this release

Updated dependencies:

  • JUnit updated to 4.12
  • Akka updated to 2.3.15