Eventsourcing for Java v0.4.6 Release Notes

Release Date: 2017-01-09 // over 7 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)