You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by bu...@apache.org on 2013/07/19 09:01:09 UTC

svn commit: r870095 - in /websites/staging/cayenne/trunk/content: ./ 2013/07/cayenne-32m1-released.html

Author: buildbot
Date: Fri Jul 19 07:01:08 2013
New Revision: 870095

Log:
Staging update by buildbot for cayenne

Modified:
    websites/staging/cayenne/trunk/content/   (props changed)
    websites/staging/cayenne/trunk/content/2013/07/cayenne-32m1-released.html

Propchange: websites/staging/cayenne/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 19 07:01:08 2013
@@ -1 +1 @@
-1504783
+1504785

Modified: websites/staging/cayenne/trunk/content/2013/07/cayenne-32m1-released.html
==============================================================================
--- websites/staging/cayenne/trunk/content/2013/07/cayenne-32m1-released.html (original)
+++ websites/staging/cayenne/trunk/content/2013/07/cayenne-32m1-released.html Fri Jul 19 07:01:08 2013
@@ -104,7 +104,7 @@ the first milestone of Cayenne 3.2. You 
 Well, 3.2 is becoming all about improving user-facing APIs (Query, ObjectContext, etc.). We are finally fully taking 
 advantage of generics to make your code type-safe, and otherwise ensuring that the code you write is more 
 concise and readable. Some of these improvements are achieved via smart class generation 
-that creates type-safe static "properties", allowing to build type-safe expression. Just to give a taste of Cayenne 3.2:</p>
+that creates type-safe static "properties", allowing to build type-safe expressions. Just to give a taste of Cayenne 3.2:</p>
 <div class="codehilite"><pre><span class="c1">// 3.1 style:</span>
 <span class="n">Expression</span> <span class="n">e</span> <span class="o">=</span> <span class="n">ExpressionFactory</span><span class="p">.</span><span class="n">matchExp</span><span class="p">(</span><span class="n">Painting</span><span class="p">.</span><span class="no">ARTIST_PROPERTY</span><span class="p">,</span> <span class="n">artist</span><span class="p">);</span>
 <span class="n">SelectQuery</span> <span class="n">q</span> <span class="o">=</span> <span class="k">new</span> <span class="n">SelectQuery</span><span class="p">(</span><span class="n">Painting</span><span class="p">.</span><span class="k">class</span><span class="p">,</span> <span class="n">e</span><span class="p">);</span>
@@ -123,7 +123,6 @@ improvement is a reworked 'cdbimport' th
 the early 3.2 adopters.</p>
 <p>Cayenne can be downloaded from <a href="/download.html">here</a>.</p>
 <p>A full list of changes in this release:</p>
-<p>Changes/New Features:</p>
 <ul>
 <li>CAY-1294 Generify query</li>
 <li>CAY-1646 Synchronize tabs in Modeler between ObjEntity and DbEntity editor panes</li>