Releases: ebean-orm/ebean
Releases · ebean-orm/ebean
4.1.6
4.1.5
Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=17&state=closed
1 Pull Request:
- #180 Index annotation for generating single-column indexes in DDL
1 Issues:
4.1.4
Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=18&state=closed
Issues of Note:
4.1.3
Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=16&state=closed
Issues of Note:
- BUG : Ebean try to do update child nodes instead of inserting them on cascading save resulting in OptimisticLockException
- ENH : DataSource - add support for configuring autocommit=true
- ENH : Caused by: java.lang.ClassCastException: org.example.Order cannot be cast to org.example.Customer