Eventsourcing for Java v0.4.6 Release Notes

Release Date: 2017-01-09 // over 6 years ago
  • 🛠 Bugfixes

    • [Core] Entity interface drops type parameter (#178)

    🔋 Features

    • [Repository] Introduced QuerySubscriber (#164)

    👌 Improvements

    • [Layout] Improve error message (#180)
    • [PostgreSQL] enforce pgjdbc-ng and make use of HikariCP underneath (#185)
    • Minor components dependency graph improvement (#186)
    • [Kotlin] Drop class analyzer requirement (#187)

    ⬆️ Upgrades

    • [Core] cqengine 2.9.2 (#182)
    • [Kotlin] Use Kotlin 1.1-M04 (#189)

Previous changes from v0.4.5

  • 🛠 Bugfixes

    • [Core] @Indices annotation has no effect (#171)

    🗄 Deprecations

    • 🗄 [Core] EntitySubscriber#accept(Stream) is deprecated (#172)
    • 🗄 [Core] non-final index definitions are deprecated (#176)

    ⬆️ Upgrades

    • [Core] Guava 20.0 (#175)