Eventsourcing for Java v0.2.5 Release Notes

  • Backwards-incompatible changes

    • 👻 If a command results in exception (during #events() call or during stream generation), all events will be replaced with a CommandTerminatedExceptionally event so that the exception does not get lost.
    • EntityHandle#get() has been split into get() and getOptional() for usability reasons.

    🛠 Bugfixes

    • MVStoreJournal entity iterator was iterating over non-matching keys