Skip to content

Releases: ebean-orm/ebean

4.1.7

08 Oct 09:07
Compare
Choose a tag to compare

Issues

#190 javax.persistence.PersistenceException: Server [null] was not found? at EntityBeanIntercept.loadBean(EntityBeanIntercept.java:693)

4.1.6

08 Oct 09:05
Compare
Choose a tag to compare

Issues:

#186 Fix for Lazy load when fetched optional ManyToOne bean is null in database

#182 Pom change - modify slf4j-api to be compile scope and not provided scope

4.1.5

01 Aug 10:18
Compare
Choose a tag to compare

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:

  • #177 BUG : EbeanServer.refresh() not loading/refreshing @lob property unless it is annotated with @basic(fetch=FetchType.EAGER)

4.1.4

24 Jul 13:41
Compare
Choose a tag to compare

Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=18&state=closed

Issues of Note:

  • #174 BUG : Incorrect SQL generated with syntax error at the "order by" clause
  • #173 ENH : Ability to use a MappedSuperClass without being enhanced as long as it doesn't have persistent fields
  • #175 ENH : Change to use System.getProperty("ebean.serverfactory") rather than GlobalProperties

4.1.3

24 Jul 13:46
Compare
Choose a tag to compare

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

4.1.2

24 Jul 13:50
Compare
Choose a tag to compare

Refer: https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=15&state=closed

Bug fixes:

  • #154 Regression for @orderby on a @manytomany property due to change from
  • #166 Incorrect join with @OnetoOne optional on one side and NOT optional on other side
  • #164 Incorrect join used when where expression has a many property and ends with a foreign key column

4.1.1

24 Jul 13:54
Compare
Choose a tag to compare

Refer https://github.com/ebean-orm/avaje-ebeanorm/issues?milestone=14&state=closed

Bug fixes:

  • #156 BUG: NPE in DDL Generation when Embedded bean as column with unique constraint
  • #155 ENH: Add markAsDirty() method - supports incrementing/updating the @Version property on otherwise unmodified bean