|
[DataNucleus-commits] SF.net SVN: datanucleus:[16640]
documentation/datanucleus.org/trunk/src/ site/xdoc
From: <andy_jefferson@us...> - 2013-02-20 10:34
|
Revision: 16640
http://datanucleus.svn.sourceforge.net/datanucleus/?rev=16640&view=rev
Author: andy_jefferson
Date: 2013-02-20 10:34:46 +0000 (Wed, 20 Feb 2013)
Log Message:
-----------
3.2.0.m4
Modified Paths:
--------------
documentation/datanucleus.org/trunk/src/site/xdoc/index.xml
documentation/datanucleus.org/trunk/src/site/xdoc/news/index.xml
documentation/datanucleus.org/trunk/src/site/xdoc/products/accessplatform.xml
Added Paths:
-----------
documentation/datanucleus.org/trunk/src/site/xdoc/news/access_platform_3_2_m4.xml
Modified: documentation/datanucleus.org/trunk/src/site/xdoc/index.xml
===================================================================
--- documentation/datanucleus.org/trunk/src/site/xdoc/index.xml 2013-02-20 09:16:44 UTC (rev 16639)
+++ documentation/datanucleus.org/trunk/src/site/xdoc/index.xml 2013-02-20 10:34:46 UTC (rev 16640)
@@ -9,6 +9,7 @@
<body>
<section name="DataNucleus">
<div id="TICKER" style="display:none; border-top:2px solid #CCCCCC; border-bottom:2px solid #CCCCCC; overflow:hidden; background-color:#FFFFFF; width:750px" onmouseover="TICKER_PAUSED=true" onmouseout="TICKER_PAUSED=false">
+ <span style='background-color:#d4e3f1;'> 20-Feb-2013 </span> -- <a href="news/access_platform_3_2_m4.html">DataNucleus AccessPlatform 3.2.0 M4 released</a> ...
<span style='background-color:#d4e3f1;'> 01-Feb-2013 </span> -- <a href="news/access_platform_3_2_m3.html">DataNucleus AccessPlatform 3.2.0 M3 released</a> ...
<span style='background-color:#2385c6;'> 22-Jan-2013 </span> -- <a href="news/access_platform_3_1_4.html">DataNucleus AccessPlatform 3.1.4 released</a> ...
<span style='background-color:#d4e3f1;'> 01-Jan-2013 </span> -- <a href="news/access_platform_3_2_m2.html">DataNucleus AccessPlatform 3.2.0 M2 released</a> ...
@@ -54,7 +55,7 @@
<a href="products/accessplatform_3_1/getting_started.html">[Get Started]</a><br/>
<b>Version 3.2</b>
<a href="products/accessplatform_3_2/index.html">[Read More]</a> |
- <a href="http://sourceforge.net/projects/datanucleus/files/datanucleus-accessplatform/3.2.0.m3">[Download]</a> |
+ <a href="http://sourceforge.net/projects/datanucleus/files/datanucleus-accessplatform/3.2.0.m4">[Download]</a> |
<a href="products/accessplatform_3_2/getting_started.html">[Get Started]</a>
</td>
</tr>
Added: documentation/datanucleus.org/trunk/src/site/xdoc/news/access_platform_3_2_m4.xml
===================================================================
--- documentation/datanucleus.org/trunk/src/site/xdoc/news/access_platform_3_2_m4.xml (rev 0)
+++ documentation/datanucleus.org/trunk/src/site/xdoc/news/access_platform_3_2_m4.xml 2013-02-20 10:34:46 UTC (rev 16640)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <properties>
+ <title>News</title>
+ </properties>
+
+ <body>
+ <section name="DataNucleus Access Platform 3.2 M4 Released">
+ <div id="dzone_vote_widget" style="float: left; margin-right: 8px;">
+ <script type="text/javascript">var dzone_title = 'DataNucleus Access Platform 3.2 M4 Released';</script>
+ <script type="text/javascript">var dzone_url = 'http://www.datanucleus.org/news/access_platform_3_2_m4.html';</script>
+ <script type="text/javascript" language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script>
+ </div>
+ <p>
+ <b>February 20th 2013</b>- DataNucleus Access Platform 3.2 ("Copernicus") Milestone 4 is released.
+ DataNucleus Access Platform provides persistence and retrieval of Java objects to/from
+ a wide range of datastores including relational, web-based, map-based, and documents.
+ <i>Version 3.2 Milestone 4</i> includes the following changes
+ </p>
+ <ul>
+ <li>Upgrade support for javax.cache to v0.61</li>
+ <li>Add support for javax.cache "readThrough", "writeThrough", "statisticsEnabled" and "storeByValue"</li>
+ <li>Fix bug where user had JPA inheritance tree with MappedSuperclass part way through tree
+ and no discriminator value specified.</li>
+ <li>JDO : Fix to JDO PM.getProperties to present the properties in the case they are in the JDO spec.</li>
+ <li>Support disabling of L2 cache on a PM basis</li>
+ <li>Add synchronisation to evict method on query results cache</li>
+ <li>Much code refactoring around the enhancer and restricting JDO classes to just two places specific
+ to the bytecode enhancement contract.</li>
+ <li>JPA : Support for JPA2.1 XSD (Proposed Final Draft (PFD))</li>
+ <li>JPA : Update support for "generate-schema" to match JPA2.1 PFD</li>
+ <li>JPA : Fix bug in XML <collection-table name=...> processing</li>
+ <li>JPA : Add missing support for @MapKeyTemporal and associated XML variant.</li>
+ <li>JPA : Cater for missing @OneToOne on persistable field</li>
+ <li>JDO : Fix initialisation of a Localiser that caused problems in OSGi</li>
+ <li>RDBMS : Fix to NPE in UpdateRequest/DeleteRequest for corner-case version handling</li>
+ <li>RDBMS : Fix to not setting version when class was read in and has no DFG fields</li>
+ <li>RDBMS : Fix to bulk update for SQLServer</li>
+ <li>RDBMS : Support for Tomcat connection pool (Marshall Reeske)</li>
+ <li>RDBMS : Better control over how statements are logged</li>
+ <li>RDBMS : Fix bug in HAVING clause application</li>
+ <li>RDBMS : Omit class from discriminator restriction when class is abstract</li>
+ <li>Various minor bug fixes and improvements</li>
+ </ul>
+ <p>
+ This release is downloadable under an Apache 2 license from the
+ <a href="http://www.datanucleus.org/project/download.html">DataNucleus community site</a>.
+ </p>
+ </section>
+
+ </body>
+</document>
\ No newline at end of file
Modified: documentation/datanucleus.org/trunk/src/site/xdoc/news/index.xml
===================================================================
--- documentation/datanucleus.org/trunk/src/site/xdoc/news/index.xml 2013-02-20 09:16:44 UTC (rev 16639)
+++ documentation/datanucleus.org/trunk/src/site/xdoc/news/index.xml 2013-02-20 10:34:46 UTC (rev 16640)
@@ -17,6 +17,12 @@
<th>Publication</th>
</tr>
<tr>
+ <td>20/Feb/2013</td>
+ <td><a href="access_platform_3_2_m4.html">AccessPlatform 3.2.0 M4 released</a></td>
+ <td>DataNucleus team</td>
+ <td>DataNucleus</td>
+ </tr>
+ <tr>
<td>01/Feb/2013</td>
<td><a href="access_platform_3_2_m3.html">AccessPlatform 3.2.0 M3 released</a></td>
<td>DataNucleus team</td>
Modified: documentation/datanucleus.org/trunk/src/site/xdoc/products/accessplatform.xml
===================================================================
--- documentation/datanucleus.org/trunk/src/site/xdoc/products/accessplatform.xml 2013-02-20 09:16:44 UTC (rev 16639)
+++ documentation/datanucleus.org/trunk/src/site/xdoc/products/accessplatform.xml 2013-02-20 10:34:46 UTC (rev 16640)
@@ -23,7 +23,7 @@
<b>DataNucleus AccessPlatform Checklist</b>
<ul>
<li><b>Current version(s)</b> :
- <a href="http://www.datanucleus.org/products/accessplatform_3_2/index.html">3.2.0.m3 (Copernicus)</a>,
+ <a href="http://www.datanucleus.org/products/accessplatform_3_2/index.html">3.2.0.m4 (Copernicus)</a>,
<a href="http://www.datanucleus.org/products/accessplatform_3_1/index.html">3.1.4 (Kepler)</a>
</li>
<li><b>Old version(s)</b> :
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
| Thread | Author | Date | |
|---|---|---|---|
| [DataNucleus-commits] SF.net SVN: datanucleus:[16082] documentation/datanucleus.org/trunk/src/ site/xdoc | <andy_jefferson@us...> |
|
|
|
|
|
|
|
|