ebean v12.1.3 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • Issues:

    #1849 JoinColumn not found when using @Encrypted(dbEncryption = true) and findCount
    #1853 Classpath problem with avaje-classpath-scanner
    🚚 #1847 Delete bean with ManyToMany to always delete from intersection (not required cascade REMOVE) bug

    ✨ Enhancements:

    #1855 Add MetaInfoManager collectMetricsAsJson()
    #1854 Use profile location label to automatically give good metric name for @transactional (with profile location enhancement)
    #1848 ENH: Add EmptyPagedList ... as helper implementation of PagedList enhancement