You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metamodel.apache.org by bu...@apache.org on 2017/05/21 13:53:09 UTC

svn commit: r1012611 - in /websites/staging/metamodel/trunk/content: ./ index.html

Author: buildbot
Date: Sun May 21 13:53:08 2017
New Revision: 1012611

Log:
Staging update by buildbot for metamodel

Modified:
    websites/staging/metamodel/trunk/content/   (props changed)
    websites/staging/metamodel/trunk/content/index.html

Propchange: websites/staging/metamodel/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 21 13:53:08 2017
@@ -1 +1 @@
-1781838
+1795702

Modified: websites/staging/metamodel/trunk/content/index.html
==============================================================================
--- websites/staging/metamodel/trunk/content/index.html (original)
+++ websites/staging/metamodel/trunk/content/index.html Sun May 21 13:53:08 2017
@@ -192,6 +192,14 @@
 			<p>Looking for the changelog? Check out our <a href="https://github.com/apache/metamodel/blob/master/CHANGES.md">CHANGES.md</a> file.</p>
 			
 			<ul>
+				<li>2017-02-03 Early access release 5.0-RC1 - <i>We're making available this release candidate since the 5.x development has reached a milestone at which the following major changes are code complete:</i>
+					<ul>
+						<li>[METAMODEL-6] - Added update summary containing information about changes on returning UpdateableDataContext.executeUpdate(..)</li>
+						<li>[METAMODEL-222] - Added support for Java 8 lambdas, removed support for Java 7.</li>
+						<li>[METAMODEL-1087] - Removed deprecated APIs from MetaModel's codebase.</li>
+						<li>[METAMODEL-1139] - Employed Java 8 functional types (java.util.function) in favor of (now deprecated) Ref, Action, Func.</li>
+					</ul>
+				</li>
 				<li>2017-02-03 New release 4.6.0 - <i>New connector for Amazon DynamoDB. New NOT IN and NOT LIKE operators. Made PojoDataContext thread-safe.</i></li>
 				<li>2016-11-16 New release 4.5.5 - <i>Optimized lookup by primary key in Cassandra. ColumnNamingStrategy support for CSV and Fixed Width files. Bugfixes. Better Apache Hive support through JDBC driver quirks.</i></li>
 				<li>2016-08-04 New release 4.5.4 - <i>New dynamic factory SPI for DataContext objects. Cassandra 3.x support. PostgreSQL 'json' datatypes support. Added EBCDIC file support.</i></li>