Ebean ORM v12.3.1 Release Notes

Release Date: 2020-04-30 // almost 4 years ago
  • Major changes

    0️⃣ #1976 Change OraclePlatform to default to use Identity (rather than sequence)
    🚚 #1993 Remove autoCommitMode and explicitTransactionBeginMode

    issues

    #2001 - ENH - Add convenient alternative to set read-only url (on the main DataSourceConfig)
    ⚡️ #1996 - MySQLSyntaxErrorException when update in bulk using idIn() expression
    #2000 - Tests only - bump sql server to 2019-GA-ubuntu-16.04
    🔨 #1999 - Refactor read-only DataSource initialisation
    🔨 #1998 - Refactor internals rename createQueryTransaction() to createReadOnlyTransaction()
    #1997 - Modify @transactional(readOnly=true) to use the read only DataSource behaviour change