You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/10/14 07:16:50 UTC

svn commit: r925693 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/services/auditing-service-jdo.html

Author: buildbot
Date: Tue Oct 14 05:16:50 2014
New Revision: 925693

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 14 05:16:50 2014
@@ -1 +1 @@
-1631623
+1631624

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct 14 05:16:50 2014
@@ -1 +1 @@
-1631623
+1631624

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.html Tue Oct 14 05:16:50 2014
@@ -423,6 +423,9 @@
 </h1>
 </div>
 
+<p><div class="note">
+In 1.6.0 this implementation was released as <em>org.apache.isis.core:isis-module-audit-jdo:1.6.0</em> and was also released as an <a href="http://github.com/isisaddons/isis-module-audit">Isis addon</a> module.  <strong>In 1.7.0+ only the <a href="http://github.com/isisaddons/isis-module-audit">Isis addon</a> implementation is released.</strong></div></p>
+
 <p>The JDO objectstore provides a simple implementation of the applib <a href="../../../../reference/services/auditing-service.html">AuditingService</a> that simply persists the event data into a <code>AuditEntryJdo</code> entity.  This is mapped to an <code>IsisAuditEntry</code> table.</p>
 
 <blockquote>