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

svn commit: r1631624 - /isis/site/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.md

Author: danhaywood
Date: Tue Oct 14 05:16:44 2014
New Revision: 1631624

URL: http://svn.apache.org/r1631624
Log:
isis addon modules

Modified:
    isis/site/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.md

Modified: isis/site/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.md?rev=1631624&r1=1631623&r2=1631624&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/services/auditing-service-jdo.md Tue Oct 14 05:16:44 2014
@@ -1,5 +1,9 @@
 Title: Auditing Service using JDO
 
+{note
+In 1.6.0 this implementation was released as *org.apache.isis.core:isis-module-audit-jdo:1.6.0* and was also released as an [Isis addon](http://github.com/isisaddons/isis-module-audit) module.  **In 1.7.0+ only the [Isis addon](http://github.com/isisaddons/isis-module-audit) implementation is released.**
+}
+
 The JDO objectstore provides a simple implementation of the applib [AuditingService](../../../../reference/services/auditing-service.html) that simply persists the event data into a `AuditEntryJdo` entity.  This is mapped to an `IsisAuditEntry` table.
 
 > Rather than using an `AuditingService`, you may prefer to use the [Publishing Service](../../../../reference/services/publishing-service.html), since it is considerably more flexible.  A JDO [implementation](./publishing-service-jdo.html) is available.