All Versions
51
Latest Version
Avg Release Cycle
13 days
Latest Release
1205 days ago

Changelog History
Page 5

  • v11.42.2 Changes

    August 07, 2019

    Issues

    #1783 Save bean with only *ToMany relations with user generated ID bug

  • v11.42.1 Changes

    July 31, 2019

    Issues:

    #1769 - 'Rename ebean-test-config artifact to be ebean-test
    #1778 Bump jackson-core.version from 2.9.8 to 2.9.9
    🏗 #1763 Change such that db-create-all.sql and db-drop-all.sql generated files go into target (maven) or build (gradle) directories behaviour change

  • v11.41.4 Changes

    July 29, 2019

    Issues:

    #1776 refresh() does not work on oneToMany if property was not yet accessed bug
    0️⃣ #1775 MySql 8 by default wants JDBC Date set and read with JVM Calendar (timezone) bug
    #1774 Change built in SQL Server I___create_procs DDL script to use GO (and not $$ delimiters) bug
    👍 #1770 Support use of Savepoints with MySql and MariaDB (that barf on savepoint.getSavepointId()) bug

    ✨ Enhancements:

    🐳 #1771 ENH: Add support for mariadb docker test container enhancement

  • v11.41.3 Changes

    July 21, 2019

    Issues:

    #1765 Wrong SQL generated on m2m and OrderBy (Regression of #1746)
    🚀 #1764 When an application is redeployed on tomcat, DtoQueries may fail with wrong MethodLookup bug
    #1754 When using @DbForeignKey(noconstraint = true) in views, you may not access the ID of a 'deleted' entity #1762 Bump ebean-migration to 11.17.1

  • v11.41.2 Changes

    July 17, 2019

    Issues:

    #1758 Error when using ebean 11.41.1 and ebean-spring-txn 11.10.4
    #1757 Compiling error when use io.ebean.tile:enhancement:11.4x.x bug
    📦 #1755 Cannot use enhanced classes, when they are in different maven packages with agent 11.40.1
    #1753 Issue with using the Formula-Properties (query generates wrong sql) bug
    #1751 instrumentation issue when using private constructors

    ✨ Enhancements:

    #1760 ENH: Add ForTests.rollbackAll(closure) and ForTests.createRollbackAll() enhancement
    #1759 ENH: Add ForTests.noTransactional() ... for testing purposes disable @transactional enhancement
    #1756 ENH: backdoor to disable @transactional during unit testing enhancement

  • v11.41.1 Changes

    July 02, 2019

    Issues:

    👍 #1748 Support older JPA API that doesn't have orphanRemoval() or joinColumn.foreignKey()
    🚀 #1747 Refactor tidy internals - io.ebeaninternal.server.deploy.parse
    #1746 Wrong SQL generated when using setDistinct and order by on aggregated column
    #1743 When using @PrimaryKeyJoinColumn, FK constraint generation cannot be disabled
    #1745 #1743 - When using @PrimaryKeyJoinColumn, FK constraint generation ca…
    #1744 With Inheritance query on a type that has no sub-types, don't include the discriminator column in the select clause
    👻 #1740 Persistence exception when using dynamic aggregation with @Inheritance bug
    #1739 Entity with just @id and @OneToMany fields produces broken insert query bug
    #1742 Bump to ebean-agent 11.41.1

  • v11.40.1 Changes

    June 28, 2019

    Issues:

    🔨 #1738 Refactor tidy internals - Refactor SqlTreeNodeBean load method and tidy DLoadContext
    #1737 PersistenceException while using aggregate query on related entity bug
    #1736 Bump to ebean-agent 11.40.1 (with synthetic modifier on generated code)

  • v11.39.3 Changes

    June 14, 2019

    👻 #1722 - L2 cache throw exception when query with custom ManyToMany relation model

  • v11.39.2 Changes

    June 13, 2019

    Issues:

    #1730 Incorrect JDBC batch ordering when first having a *ToMany reference and then from there two or more *ToOne reference, when using UUID bug
    by jonasPoehler
    #1723 Testcase for ebean with circular dependences bug
    by tobias
    🔨 #1727 Refactor internals to use Instant for json parse on date time types refactor
    by rbygrave
    🔨 #1728 #1727 - Refactor internals to use Instant for json parse on date time types refactor
    by rbygrave
    #1726createEntityBean unloads initialized properties bug
    by jonasPoehler
    🛠 #1729 Bugfix/create entity bean unload bug
    by jonasPoehler
    #1725 java.time test cases fails under java 11 bug
    by tobias
    📜 #1724 Add (failing) java 11 to travis - date time parsing with nanos precision bug
    by tobias

  • v11.39.1 Changes

    May 22, 2019

    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