ebean v11.39.1 Release Notes

Release Date: 2019-05-22 // almost 5 years ago
  • Issues:

    ๐Ÿณ #1706 Docker testing MySql and SQL Server default to case sensitive collation
    โœ… #1721 Changed test to detect issue #1717
    ๐Ÿ”จ #1719 #1720 Refactor TableModState to use nanoTime
    ๐Ÿ”จ #1718 Refactor: unwrap invocationTargetException in Lifecycle methods
    โœ… #1717 Add tests for Query Cache invalidation
    ๐Ÿ”จ #1716 Refactor DefaultTransactionThreadLocal, convert ThreadLocal to field (from map)
    ๐Ÿ”จ #1715 Refactor tidy on DefaultTransactionThreadLocal
    ๐Ÿ”จ #1713 Refactor: Ebean uses the MigrationVersion from the ebean-migration artifact
    โœ… #1712 The BaseTestCase ensures, that the threadLocal is cleared after each test.
    #1711 Fix memory leak in threadLocal on implicit transactions
    โœ… #1710 New test for SqlServerPlatform
    ๐Ÿ”จ #1708 Refactor Tests: Check idType instead of assuming idType for a platform
    0๏ธโƒฃ #1704 #1701 (v2) - Replace TransactionMap with HashMap in DefaultTransactionThreadLocal
    #1705 SpiTransactionProxy depth(int diff) ... does not pass on depth to underlying transaction
    #1698 FIX for IAE "key can't be empty" in System.getProperty()
    0๏ธโƒฃ #1702 Fix: Migration when dbdefault is involved
    ๐Ÿ”ง #1697 #1695 - For MySql like remove the binary keyword + Add caseSensitiveCollation configuration option
    #1699 Fix: equals() and hashCode() in ModifyAwareXXX
    ๐Ÿ”จ #1696 Refactor - trim unnecessary whitespace around IN clause bind parameters
    #1694 RawSql findList() with firstRows/maxRows adds "order by id" (even with orderById(false))
    โšก๏ธ #1693 Update ebean-migration 11.15.1 bug