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

Changelog History
Page 3

  • v12.2.3 Changes

    April 08, 2020

    Issues:

    #1982 conflict with eureka config generate StringIndexOutOfBoundsException with 12.2.1 version
    #1980 NullPointerException in EntityBeanIntercept
    #1981 Use temp variable to avoid NPE race bug

    โœจ Enhancements:

    #1984 ENH: Add DB.script() ... to access ScriptRunner from DB

  • v12.2.2 Changes

    March 25, 2020

    Issues:

    #1980 - NullPointerException in EntityBeanIntercept
    #1979 - @OrderColumn does not work on inheritance models bug
    0๏ธโƒฃ #1978 - "insert into table default values" is invalid MySQL syntax bug

  • v12.2.1

    March 12, 2020
  • v12.1.13 Changes

    February 21, 2020

    Issues:

    #1954 - Add JSON expression handing for MySql - MySqlDbExpression.json bug
    #1952 - Entity bean with @id and ONLY @WhenCreated treated as reference bean - not inserted bug
    โœ… #1949 - Test only - usingDatabase with a non default db
    #1941 - @history with SQL Server - does not work well when it got generated with ebean.allQuotedIdentifiers enabled
    ๐Ÿ—„ #1946 - Deprecate orderBy() migrate to order() deprecated-api
    #1937 - When add a new col with @DbComment in Entity,the DbMigration does not generate comment ddl
    #1942 - Bump datasource to 4.7.3, includes - datasource.offline() closes busy connections ... should let them close on return
    #1939 #1938 - API consistency add setParameters(varargs) & setParameter() - migrate from setNextParameter() and setParams()

    โœจ Enhancements:

    #1948 - ENH: Add query.usingDatabase(database) enhancement
    ๐Ÿ’… #1945 - ENH: Add query.orderById(boolean) to ExpressionList ... improve fluid style enhancement

  • v12.1.12 Changes

    February 09, 2020

    Issues:

    ๐Ÿ”จ #1924 Refactor for Transaction profiling - base on ProfileLocation / remove profileId refactor
    ๐Ÿ”จ #1932 Refactor ebean-test (docker) for better CI use (e.g. Jenkins Kubernetes plugin) refactor
    ๐Ÿ”จ #1925 #1924 - Refactor for Transaction profiling - base on ProfileLocation / remove profileId refactor
    ๐Ÿ”จ #1930 Refactor changed ip.ebeaninternal.api.SpiQuery to io.ebean.Query in Server.exists refactor
    #1928 FIX: Regression of #1775 - set date for other platforms (non MySQL) broken, when ebean.dataTimeZone is set to GMT
    #1927 Fix cache emptylist and Fix / improvement for UUIDv1Generator mac address detection bug
    #1926 Fix to handle empty bind collection for idIn() expression

    โœจ Enhancements:

    #1936 ENH: Add saveAll(Object... beans) ... using varargs for DB and Database enhancement
    #1935 ENH: Add DB.createTransaction()
    #1934 ENH: Add methods to Model that take explicit transaction - save(transaction), delete(transaction) ...
    #1933 ENH: Add DtoQuery.usingTransaction(Transaction) ... dto query with supplied transaction

  • v12.1.11 Changes

    January 30, 2020

    Issues:

    ๐ŸŽ #1922 Performance - Too pessimistic synchronized block for lazy loading on reference bean or l2 cache bean bug

    โœจ Enhancements:

    ๐Ÿ‘ #1920 ENH: Add support for Postgres create index concurrently enhancement

  • v12.1.10 Changes

    January 28, 2020

    Issues:

    #1918 Ebean 12.1.9 breaks Guice in Stage.PRODUCTION mode for multi tenant apps bug
    #1915 Regression with DiscriminatorValue since #1361
    ๐Ÿ‘ #1917 PostgresPlatform (9+) does not support IdType.IDENTITY? bug
    ๐Ÿ‘ #1914 ENH: Support @index platforms attribute - platform specific indexes enhancement
    ๐Ÿ‘ #1913 Change to use @Aggregation as meta annotation - support newly added @max, @min, @AvG annotations enhancement
    ๐Ÿ‘ #1912 Allow @index(unique=true) to support formula in columns bug

  • v12.1.9 Changes

    January 10, 2020

    Issues:

    #1910 Change javadoc generation to no longer use pygments doclet (code highlighting)
    #1909 For MySql map @dbjson to mysql JSON db type bug
    โœ… #1908 Testcase for #1902 bug
    #1907 SQL Server DB Migration for uuid property @NotNull - should drop index before drop constraint bug
    #1904 Bump datasource to 4.7.1
    #1903 Add ability to set migration path via DbMigration enhancement
    #1902 SingleAttributeQueries with child selection only does not work with autoTune=false (e.g. Views)
    ๐Ÿ”จ #1900 Refactor remove unnecessary MetricType
    ๐Ÿ”จ #1899 Refactor for query plan capture with initial threshold micros refactor
    #1898 #1897 - Indexes names, like index, unique, primary and foreign keys does not honor ebean.allQuotedIdentifiers bug
    #1897 Indexes names, like index, unique, primary and foreign keys does not honor ebean.allQuotedIdentifiers
    #1896 ebean.allQuotedIdentifiers is ignored for @JoinColumn bug
    #1895 Ebean creates invalid sql for particular @manytoone bug

  • v12.1.8 Changes

    December 17, 2019

    Issues:

    #1893 @DbArray with @NotNull ... should persist empty db array rather than fail NOT NULL constraint bug
    ๐Ÿ”จ #1892 Refactor change internal use of Ebean to DB
    โšก๏ธ #1890 Deprecate createSqlUpdate() ... migrate to sqlUpdate()
    ๐Ÿ—„ #1891 Deprecate createSqlQuery() ... migrate to sqlQuery()
    ๐Ÿ‘ #1885 ENH: Add ModuleInfoLoader ... to support automatic registration of entity classes (via generated code using querybean generator)
    #1886 Query bean generator enhanced to generate META-INF/ebean-generated-info.mf (such that we don't need ebean.mf)
    โšก๏ธ #1888 Bump ebean-migration 12.1.2 with updated avaje classpath scanner
    โšก๏ธ #1889 NPE at Str.java:16) when using DB.sqlUpdate(...).addBatch() without any bind parameters bug

  • v12.1.6 Changes

    December 06, 2019

    Issues:

    #1882 ENH: Add JsonContext.toJsonPretty() ... for pretty JSON output of beans and lists of beans
    โšก๏ธ #1881 Update Postgres init helper procedures for DB table partitions
    #1880 Cidr type stored as INET (instead of CIDR) + named as Cdir (typo) bug

    ๐Ÿšš #1878 Remove metric type from metric json output
    0๏ธโƒฃ #1879 For metrics reporting for timed metrics with location by default only report on initial collection
    #1877 Adjust metric names add "orm." prefix for orm queries, "dto." for dto queries