Skip to content

4.1.3

Compare
Choose a tag to compare
@rbygrave rbygrave released this 24 Jul 13:46
· 7194 commits to master since this release

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