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 2012/12/17 12:22:44 UTC

svn commit: r1422852 - in /isis/site/trunk/content: components/objectstores/jdo/ components/objectstores/jdo/release-notes/ components/objectstores/nosql/ components/objectstores/nosql/release-notes/ components/objectstores/sql/ components/objectstores...

Author: danhaywood
Date: Mon Dec 17 11:22:39 2012
New Revision: 1422852

URL: http://svn.apache.org/viewvc?rev=1422852&view=rev
Log:
isis site - adding release notes, updating component about pages

Added:
    isis/site/trunk/content/components/objectstores/jdo/release-notes/
    isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md
    isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.md
    isis/site/trunk/content/components/objectstores/nosql/release-notes/
    isis/site/trunk/content/components/objectstores/nosql/release-notes/about.md
    isis/site/trunk/content/components/objectstores/sql/release-notes/
    isis/site/trunk/content/components/objectstores/sql/release-notes/about.md
    isis/site/trunk/content/components/objectstores/xml/release-notes/
    isis/site/trunk/content/components/objectstores/xml/release-notes/about.md
    isis/site/trunk/content/components/profilestores/sql/release-notes/
    isis/site/trunk/content/components/profilestores/sql/release-notes/about.md
    isis/site/trunk/content/components/profilestores/xml/release-notes/
    isis/site/trunk/content/components/profilestores/xml/release-notes/about.md
    isis/site/trunk/content/components/progmodels/groovy/release-notes/
    isis/site/trunk/content/components/progmodels/groovy/release-notes/about.md
    isis/site/trunk/content/components/progmodels/wrapper/release-notes/
    isis/site/trunk/content/components/progmodels/wrapper/release-notes/about.md
    isis/site/trunk/content/components/security/file/release-notes/
    isis/site/trunk/content/components/security/file/release-notes/about.md
    isis/site/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.md
    isis/site/trunk/content/components/security/ldap/release-notes/
    isis/site/trunk/content/components/security/ldap/release-notes/about.md
    isis/site/trunk/content/components/security/sql/release-notes/
    isis/site/trunk/content/components/security/sql/release-notes/about.md
    isis/site/trunk/content/components/viewers/bdd/release-notes/
    isis/site/trunk/content/components/viewers/bdd/release-notes/about.md
    isis/site/trunk/content/components/viewers/dnd/release-notes/
    isis/site/trunk/content/components/viewers/dnd/release-notes/about.md
    isis/site/trunk/content/components/viewers/html/release-notes/
    isis/site/trunk/content/components/viewers/html/release-notes/about.md
    isis/site/trunk/content/components/viewers/junit/release-notes/
    isis/site/trunk/content/components/viewers/junit/release-notes/about.md
    isis/site/trunk/content/components/viewers/restfulobjects/release-notes/
    isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md
    isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.md
    isis/site/trunk/content/components/viewers/scimpi/release-notes/
    isis/site/trunk/content/components/viewers/scimpi/release-notes/about.md
    isis/site/trunk/content/components/viewers/wicket/release-notes/
    isis/site/trunk/content/components/viewers/wicket/release-notes/about.md
    isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.md
Removed:
    isis/site/trunk/content/components/security/noop/
Modified:
    isis/site/trunk/content/components/objectstores/jdo/about.md
    isis/site/trunk/content/components/objectstores/nosql/about.md
    isis/site/trunk/content/components/objectstores/sql/about.md
    isis/site/trunk/content/components/objectstores/xml/about.md
    isis/site/trunk/content/components/profilestores/sql/about.md
    isis/site/trunk/content/components/profilestores/xml/about.md
    isis/site/trunk/content/components/progmodels/groovy/about.md
    isis/site/trunk/content/components/progmodels/wrapper/about.md
    isis/site/trunk/content/components/security/file/about.md
    isis/site/trunk/content/components/security/ldap/about.md
    isis/site/trunk/content/components/security/sql/about.md
    isis/site/trunk/content/components/viewers/bdd/about.md
    isis/site/trunk/content/components/viewers/dnd/about.md
    isis/site/trunk/content/components/viewers/html/about.md
    isis/site/trunk/content/components/viewers/junit/about.md
    isis/site/trunk/content/components/viewers/restfulobjects/about.md
    isis/site/trunk/content/components/viewers/scimpi/about.md
    isis/site/trunk/content/components/viewers/wicket/about.md
    isis/site/trunk/content/core/release-notes/isis-1.0.0.md

Modified: isis/site/trunk/content/components/objectstores/jdo/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/about.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/about.md Mon Dec 17 11:22:39 2012
@@ -1,8 +1,9 @@
-Title: JDO DataNucleus object store
+Title: JDO (DataNucleus) Object Store
 
-{stub
-This page is a stub.
-}
+The JDO objectstore enables the persistence of domain objects using the JDO API. [DataNucleues](http://datanucleus.org) - the reference implementation for JDO - is used as the backing implementation.
 
-Additional reading:
-* [Hints and Tips](hints-and-tips.html)
\ No newline at end of file
+- [Releases](release-notes/about.html)
+
+Hints and tips:
+
+- [Maven and Eclipse](hints-and-tips.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md (added)
+++ isis/site/trunk/content/components/objectstores/jdo/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,3 @@
+Title: Release Notes
+
+- [isis-objectstore-jdo-1.0.0](isis-objectstore-jdo-1.0.0.html)

Added: isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.md (added)
+++ isis/site/trunk/content/components/objectstores/jdo/release-notes/isis-objectstore-jdo-1.0.0.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,16 @@
+Title: isis-objectstore-jdo-1.0.0
+                               
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-14'>ISIS-14</a>] -         Add JDO 3.1 object store in order to support any datastore
+</li>
+</ul>
+                                            
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-246'>ISIS-246</a>] -         applib.value.DateTime support in JDO-DataNucleus
+</li>
+</ul>
+ 
\ No newline at end of file

Modified: isis/site/trunk/content/components/objectstores/nosql/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/nosql/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/nosql/about.md (original)
+++ isis/site/trunk/content/components/objectstores/nosql/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,5 @@
 Title: NoSQL object store
 
-{stub
-This page is a stub.
-}
+The nosql objectstore module provides an implementation of the object store API that persists domain objects using JSON.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)

Added: isis/site/trunk/content/components/objectstores/nosql/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/nosql/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/objectstores/nosql/release-notes/about.md (added)
+++ isis/site/trunk/content/components/objectstores/nosql/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,9 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.
+
+

Modified: isis/site/trunk/content/components/objectstores/sql/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/sql/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/sql/about.md (original)
+++ isis/site/trunk/content/components/objectstores/sql/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,5 @@
 Title: SQL object store
 
-{stub
-This page is a stub.
-}
+The SQL object store module provides the ability to persist domain objects into an RDBMS. It has no external dependencies, using simply JDBC.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/objectstores/sql/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/sql/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/objectstores/sql/release-notes/about.md (added)
+++ isis/site/trunk/content/components/objectstores/sql/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/objectstores/xml/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/xml/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/xml/about.md (original)
+++ isis/site/trunk/content/components/objectstores/xml/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: XML object store
 
-{stub
-This page is a stub.
-}
+The xml object store provides a simple way to persist domain objects to file storage. The format of this file is a proprietary XML schema.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+Note that the XML object store is suitable for single-user standalone apps, but is not intended for multi-user deployments.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/objectstores/xml/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/xml/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/objectstores/xml/release-notes/about.md (added)
+++ isis/site/trunk/content/components/objectstores/xml/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/profilestores/sql/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/profilestores/sql/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/profilestores/sql/about.md (original)
+++ isis/site/trunk/content/components/profilestores/sql/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: SQL Profile Store
 
-{stub
-This page is a stub.
-}
+A 'profile store' is a mechanism to store information about a current user of the system. This information is predominantly for use by viewer implementations, eg to store user preferences, bookmarks or view configurations.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The SQL profile store stores profiles in a number of RDBMS tables.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/profilestores/sql/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/profilestores/sql/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/profilestores/sql/release-notes/about.md (added)
+++ isis/site/trunk/content/components/profilestores/sql/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/profilestores/xml/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/profilestores/xml/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/profilestores/xml/about.md (original)
+++ isis/site/trunk/content/components/profilestores/xml/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: XML Profile Store
 
-{stub
-This page is a stub.
-}
+A 'profile store' is a mechanism to store information about a current user of the system. This information is predominantly for use by viewer implementations, eg to store user preferences, bookmarks or view configurations.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The xml profile store provides a simple way to persist user profiles to file storage. The format of this file is a proprietary XML schema.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/profilestores/xml/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/profilestores/xml/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/profilestores/xml/release-notes/about.md (added)
+++ isis/site/trunk/content/components/profilestores/xml/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/progmodels/groovy/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/progmodels/groovy/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/progmodels/groovy/about.md (original)
+++ isis/site/trunk/content/components/progmodels/groovy/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: Groovy Programming Model
 
-{stub
-This page is a stub.
-}
+A 'programming model' means the support for various programming conventions and annotations used by Isis to build up its internal metamodel.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The groovy progmodel implementation, which extends the default programming model provided with [core](../../../core/about.html) is intended to allow domain objects to be written in [Groovy](http://groovy.codehaus.org).
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/progmodels/groovy/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/progmodels/groovy/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/progmodels/groovy/release-notes/about.md (added)
+++ isis/site/trunk/content/components/progmodels/groovy/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/progmodels/wrapper/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/progmodels/wrapper/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/progmodels/wrapper/about.md (original)
+++ isis/site/trunk/content/components/progmodels/wrapper/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: Wrapper Programming Model
 
-{stub
-This page is a stub.
-}
+A 'programming model' means the support for various programming conventions and annotations used by Isis to build up its internal metamodel.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The wrapper progmodel implementation, which builds on the default programming model provided in [core](../../../core/about.html) provides the ability for domain objects to be wrapped such that interactions between domain objects can be "as if" through the viewer. (In other words, business rule constraints are applied).
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/progmodels/wrapper/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/progmodels/wrapper/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/progmodels/wrapper/release-notes/about.md (added)
+++ isis/site/trunk/content/components/progmodels/wrapper/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/security/file/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/file/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/file/about.md (original)
+++ isis/site/trunk/content/components/security/file/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: File-based Security
 
-{stub
-This page is a stub.
-}
+Security implementations provide authentication and authorization services. They do not providing services such as auditing, encryption, non-repudiation or confidentiality.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The file implementation uses simple flat files to store user account/password (authentication) and permissions (authorization) data.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/security/file/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/file/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/security/file/release-notes/about.md (added)
+++ isis/site/trunk/content/components/security/file/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,3 @@
+Title: Release Notes
+
+- [isis-security-file-1.0.0](isis-security-file-1.0.0.html)

Added: isis/site/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.md (added)
+++ isis/site/trunk/content/components/security/file/release-notes/isis-security-file-1.0.0.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,6 @@
+Title: isis-security-file-1.0.0
+                               
+No changes since previous release when released as part of [core](../../../core/about.html).
+
+In other words, this release is merely a repackaging of existing functionality.
+ 
\ No newline at end of file

Modified: isis/site/trunk/content/components/security/ldap/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/ldap/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/ldap/about.md (original)
+++ isis/site/trunk/content/components/security/ldap/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: LDAP Security
 
-{stub
-This page is a stub.
-}
+Security implementations provide authentication and authorization services. They do not providing services such as auditing, encryption, non-repudiation or confidentiality.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The ldap implementation provides integration with an LDAP provider.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/security/ldap/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/ldap/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/security/ldap/release-notes/about.md (added)
+++ isis/site/trunk/content/components/security/ldap/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/security/sql/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/sql/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/security/sql/about.md (original)
+++ isis/site/trunk/content/components/security/sql/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: SQL Security
 
-{stub
-This page is a stub.
-}
+Security implementations provide authentication and authorization services. They do not providing services such as auditing, encryption, non-repudiation or confidentiality.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+The sql implementation provides basic integration with a SQL database.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/security/sql/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/security/sql/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/security/sql/release-notes/about.md (added)
+++ isis/site/trunk/content/components/security/sql/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/viewers/bdd/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/bdd/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/bdd/about.md (original)
+++ isis/site/trunk/content/components/viewers/bdd/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,7 @@
 Title: BDD Concordion viewer
 
-{stub
-This page is a stub.
-}
+The bdd viewer provides the ability to story-test the functionality in your domain objects, using a behaviour-driven design (BDD) framework.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+Currently the only framework supported is [Concordion](http://concordion.org), though others may be supported in the future.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/viewers/bdd/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/bdd/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/bdd/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/bdd/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/viewers/dnd/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/dnd/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/dnd/about.md (original)
+++ isis/site/trunk/content/components/viewers/dnd/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,9 @@
 Title: Drag-n-Drop viewer
 
-{stub
-This page is a stub.
-}
+The Drag and Drop (DnD) viewer is non-web graphical user interface that employs a desktop metaphor for interacting with domain objects.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+It renders each domain object as an icon or a window and allows the user to manage and manipulate them using the mouse and keyboard. Dragging and dropping domain objects plays a major role in this interface, hence its name.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The DnD viewer defines its own API to allow new views to be defined. These can be for entities, for entity properties (and action parameters), for entity collections, and for collections of entities.
+
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/viewers/dnd/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/dnd/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/dnd/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/dnd/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/viewers/html/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/html/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/html/about.md (original)
+++ isis/site/trunk/content/components/viewers/html/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,9 @@
 Title: HTML Viewer
 
-{stub
-This page is a stub.
-}
+The HTML viewer provides a simple webapp interface for interacting with an Isis domain model.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+It renders each domain object or collection of domain objects as a web page, with hyperlinks used to navigate between objects. In addition, object actions can also be invoked, with hyperlinks bringing up a page for action parameters if required.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The HTML viewer offers only very limited customization opportunities; the CSS can be altered, but that's about it.
+
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/viewers/html/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/html/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/html/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/html/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/viewers/junit/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/junit/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/junit/about.md (original)
+++ isis/site/trunk/content/components/viewers/junit/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,5 @@
 Title: JUnit viewer
 
-{stub
-This page is a stub.
-}
+The junit viewer module provides JUnit4 integration, allowing unit tests to be written exercising business rules by catching the exceptions thrown by proxied domain objects.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
-
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+- [Releases](release-notes/about.html)
\ No newline at end of file

Added: isis/site/trunk/content/components/viewers/junit/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/junit/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/junit/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/junit/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/viewers/restfulobjects/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/about.md (original)
+++ isis/site/trunk/content/components/viewers/restfulobjects/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,9 @@
 Title: Restful Objects viewer
 
-{stub
-This page is a stub.
-}
+The restfulobjects viewer provides a RESTful interface to the domain object model, running over the HTTP protocol, and implemented as a webapp (servlet).
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+Each domain object (or part of object) is exposed as a RESTful resource, in a JSON representation.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+The viewer is an implementation of the [Restful Objects](http://restfulobjects.org) specification, intended to allow other server-side frameworks to be implemented to support the same protocol.  It currently implements **v0.56** of the spec.
+
+- [Releases](release-notes/about.html).
\ No newline at end of file

Added: isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/restfulobjects/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,4 @@
+Title: Release Notes
+
+- [isis-viewer-restfulobjects-1.0.0](isis-viewer-restfulobjects-1.0.0.html)
+

Added: isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.md (added)
+++ isis/site/trunk/content/components/viewers/restfulobjects/release-notes/isis-viewer-restfulobjects-1.0.0.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,17 @@
+Title: isis-viewer-restfulobjects-1.0.0
+                               
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-194'>ISIS-194</a>] -         Allow JSON viewer to work with object stores other than the in-memory objectstore.
+</li>
+</ul>
+                          
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-256'>ISIS-256</a>] -         NullPointerReference exceptions when attempting to persist an object
+</li>
+</ul>
+            

Modified: isis/site/trunk/content/components/viewers/scimpi/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/scimpi/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/scimpi/about.md (original)
+++ isis/site/trunk/content/components/viewers/scimpi/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,13 @@
 Title: Scimpi viewer
 
-{stub
-This page is a stub.
-}
+The scimpi module provides a webapp viewer that out-of-the-box provides a similar interface to that provided by the [HTML viewer](../html/about.html).
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+However, unlike the HTML viewer it allows the user interface to be extensively customized.
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").
+### Customization
+
+Scimpi works by searching for a specific page to render the domain object, eg `Customer.shtml` to render a `Customer` object. If none is found, it always falls back to a generic page, which can render any object.
+
+Customization therefore is accomplished by providing a specific page. The elements of this page can be any of the tags that Scimpi understands.
+
+- [Releases](release-notes/about.html).
\ No newline at end of file

Added: isis/site/trunk/content/components/viewers/scimpi/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/scimpi/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/scimpi/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/scimpi/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,7 @@
+Title: Release Notes
+
+<!--
+- [isis-xxx-yyy-1.0.0](isis-xxx-yyy-1.0.0.html)
+-->
+
+While incubating, this component was released as part of core.  There have been no releases of this component since Isis graduated out of the incubator.

Modified: isis/site/trunk/content/components/viewers/wicket/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/about.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/about.md (original)
+++ isis/site/trunk/content/components/viewers/wicket/about.md Mon Dec 17 11:22:39 2012
@@ -1,9 +1,21 @@
 Title: Wicket viewer
 
-{stub
-This page is a stub.
-}
+The wicket module provides a customizable webapp viewer for an Isis domain model, implemented using the [Apache Wicket](http://wicket.apache.org) web framework.
 
-Isis graduated from the Apache incubator in October 2012; we are currently setting ourselves up as a top-level project.
+Like the [HTML viewer](../html/about.html), the wicket viewer provides a generic webapp with a page displayed for each entity or collection of entities. Unlike that viewer, though, you can also customize the GUI.
+
+### Customization
+
+The wicket viewer allows you to customize the GUI in 3 ways:
+
+* first and most straight-forwardly, you can change the styling using CSS
+
+* second, you can write your own views using the Apache Wicket `Component` API.
+
+  These views will typically be to render a specific entity, a particular property/parameter type, or a collection of entities. You can either write these views from scratch, or use existing `Component` implementations (for example the open source code available at Wicket's companion site, [wicketstuff.org](http://wicketstuff.org)).
+
+* third, you can register your own pages for a particular object type
+This allows you to render certain objects (eg a DashBoard object) using a completely customized web page if required.
+
+- [Releases](release-notes/about.html).
 
-In the meantime you can access our original incubator website [here](http://incubator.apache.org/isis "Apache Isis (incubator website)").

Added: isis/site/trunk/content/components/viewers/wicket/release-notes/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/release-notes/about.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/release-notes/about.md (added)
+++ isis/site/trunk/content/components/viewers/wicket/release-notes/about.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,3 @@
+Title: Release Notes
+
+- [isis-viewer-wicket-1.0.0](isis-viewer-wicket-1.0.0.html)

Added: isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.md?rev=1422852&view=auto
==============================================================================
--- isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.md (added)
+++ isis/site/trunk/content/components/viewers/wicket/release-notes/isis-viewer-wicket-1.0.0.md Mon Dec 17 11:22:39 2012
@@ -0,0 +1,38 @@
+Title: isis-viewer-wicket-1.0.0
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-232'>ISIS-232</a>] -         General improvements to the Wicket viewer
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-263'>ISIS-263</a>] -         Introduce a new @CommonlyUsed annotation as a hint for the UI.  To be implemented by Wicket viewer (as a minimum)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-264'>ISIS-264</a>] -         Add @Paged annotation (for use by viewer-side paging as a minimum).  Implement in Wicket as a minimum
+</li>
+</ul>
+                                                                       
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-239'>ISIS-239</a>] -         Add support for MultiLine facet in Wicket viewer
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-244'>ISIS-244</a>] -         Hide properties in tables that are statically invisible within the Wicket viewer
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-251'>ISIS-251</a>] -         Implement concurrency exception handling in Wicket viewer
+</li>
+</ul>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-287'>ISIS-287</a>] -         BigInteger types throw error in Wicket viewer
+</li>
+</ul>
+            
+    
+<h2>        Wish
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-271'>ISIS-271</a>] -         the option to overrule properties distributed as part of the application (read external properties)
+</li>
+</ul>

Modified: isis/site/trunk/content/core/release-notes/isis-1.0.0.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/release-notes/isis-1.0.0.md?rev=1422852&r1=1422851&r2=1422852&view=diff
==============================================================================
--- isis/site/trunk/content/core/release-notes/isis-1.0.0.md (original)
+++ isis/site/trunk/content/core/release-notes/isis-1.0.0.md Mon Dec 17 11:22:39 2012
@@ -1,47 +1,91 @@
-Title: Isis Core v1.0.0
-
-## Bug
-    * [ISIS-184] - PasswordValueSemanticsProvider.doEncode threw exception when I provided a defaultXXX method
-    * [ISIS-255] - Test in Runtime TestSupport component fails due to TimeZone
-    * [ISIS-265] - NullPointerException when storing new objects
-    * [ISIS-266] - BoundedFacetAbstract was invalidating using disabledReason()
-
-
-
-## Improvement
-    * [ISIS-89] - Finish off updating documentation post the first (pre 1.0) release of Isis.
-    * [ISIS-131] - Archive off (and no longer support) the default runtime's client/server remoting
-    * [ISIS-188] - Stabilization for isis-1.0.0 release.
-    * [ISIS-192] - Change the default config files for file-based authentication and file-based authorization
-    * [ISIS-202] - Rename @Stable to @ViewModel
-    * [ISIS-203] - Improve the logging at startup
-    * [ISIS-216] - Make OIDs immutable and self-describing (ie make OidWithSpecification the norm, using an ObjectTypeFacet as a way of determining the type).
-    * [ISIS-227] - Separate out Eclipse (m2e) target classes from Maven cli,so co-exist better.
-    * [ISIS-228] - Use JUnit categories to distinguish between tests that can be run on CI server and those that cannot.
-    * [ISIS-243] - Remove the Maybe type from the Isis applib.
-    * [ISIS-245] - Collapse the Version hierarchy
-    * [ISIS-248] - Perform concurrency checking within the persistor (rather than rely on every viewer/client to do the check)
-    * [ISIS-252] - Use enums instead of booleans in FacetFactory's/Facets/ValueSemanticsProvider
-    * [ISIS-253] - Get rid of DateValueFacet#getLevel(), since unused
-    * [ISIS-257] - Remove the @Executed annotation from the applib (and corresponding metadata stuff) since remoting no longer supported.
-    * [ISIS-258] - Extend @Hidden and @Disabled to specify Where the object member should be hidden/disabled.
-    * [ISIS-259] - Replace @QueryOnly and @Idempotent with a new @ActionSemantics annotation.
-    * [ISIS-260] - If a property is annotated as @Title, then by default it should not appear as a column in tables.
-    * [ISIS-261] - Remove obsolete code (Enumeration interface, AnnotationBasedFacetFactory)
-    * [ISIS-262] - Real composite for ResourceSourceStream
-    * [ISIS-267] - Handle "recreating" object adapters which are already resolved
-    * [ISIS-274] - Simplify the bootstrapping of Isis so that there are fewer configuration properties to set in isis.properties
-    * [ISIS-280] - More consistent support for @Prototype and @Exploration, by utilizing the existing HidingInteractionAdvisor API
-    * [ISIS-281] - Provide support for integration testing using a JUnit rule.
-    * [ISIS-283] - Provide the ability to use fixtures as domain objects, eg within demo apps
-    * [ISIS-285] - Add additional MetaModelValidators so that orphaned prefixes are treated as a validation error.
-    * [ISIS-286] - Make sure pending changes are stored before issuing a query
-
-## New Feature
-    * [ISIS-52] - Extend the NoSQL Object Store to properly support MongoDB.
-    * [ISIS-240] - Provide a bookmark service in order to lookup any object
-    * [ISIS-242] - Provide support for JODA LocalDate and LocalDateTime as value types.
-    * [ISIS-250] - Change MetaModelValidator such that multiple validation errors can be reported in a single shot....
-    * [ISIS-263] - Introduce a new @CommonlyUsed annotation as a hint for the UI.  To be implemented by Wicket viewer (as a minimum)
-    * [ISIS-264] - Add @Paged annotation (for use by viewer-side paging as a minimum).  Implement in Wicket as a minimum
-
+Title: `isis-1.0.0`
+                
+<h2>        New Feature
+</h2>
+<ul>
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-240'>ISIS-240</a>] -         Provide a bookmark service in order to lookup any object
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-242'>ISIS-242</a>] -         Provide support for JODA LocalDate and LocalDateTime as value types.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-250'>ISIS-250</a>] -         Change MetaModelValidator such that multiple validation errors can be reported in a single shot....
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-263'>ISIS-263</a>] -         Introduce a new @CommonlyUsed annotation as a hint for the UI.  To be implemented by Wicket viewer (as a minimum)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-264'>ISIS-264</a>] -         Add @Paged annotation (for use by viewer-side paging as a minimum).  Implement in Wicket as a minimum
+</li>
+</ul>
+
+           
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-89'>ISIS-89</a>] -         Finish off updating documentation post the first (pre 1.0) release of Isis.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-131'>ISIS-131</a>] -         Archive off (and no longer support) the default runtime&#39;s client/server remoting
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-188'>ISIS-188</a>] -         Stabilization for isis-1.0.0 release.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-192'>ISIS-192</a>] -         Change the default config files for file-based authentication and file-based authorization
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-202'>ISIS-202</a>] -         Rename @Stable to @ViewModel
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-203'>ISIS-203</a>] -         Improve the logging at startup
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-216'>ISIS-216</a>] -         Make OIDs immutable and self-describing (ie make OidWithSpecification the norm, using an ObjectTypeFacet as a way of determining the type).
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-227'>ISIS-227</a>] -         Separate out Eclipse (m2e) target classes from Maven cli,so co-exist better.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-228'>ISIS-228</a>] -         Use JUnit categories to distinguish between tests that can be run on CI server and those that cannot.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-243'>ISIS-243</a>] -         Remove the Maybe type from the Isis applib.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-245'>ISIS-245</a>] -         Collapse the Version hierarchy
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-248'>ISIS-248</a>] -         Perform concurrency checking within the persistor (rather than rely on every viewer/client to do the check)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-252'>ISIS-252</a>] -         Use enums instead of booleans in FacetFactory&#39;s/Facets/ValueSemanticsProvider
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-253'>ISIS-253</a>] -         Get rid of DateValueFacet#getLevel(), since unused
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-257'>ISIS-257</a>] -         Remove the @Executed annotation from the applib (and corresponding metadata stuff) since remoting no longer supported.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-258'>ISIS-258</a>] -         Extend @Hidden and @Disabled to specify Where the object member should be hidden/disabled.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-259'>ISIS-259</a>] -         Replace @QueryOnly and @Idempotent with a new @ActionSemantics annotation.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-260'>ISIS-260</a>] -         If a property is annotated as @Title, then by default it should not appear as a column in tables.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-261'>ISIS-261</a>] -         Remove obsolete code (Enumeration interface, AnnotationBasedFacetFactory)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-262'>ISIS-262</a>] -         Real composite for ResourceSourceStream
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-267'>ISIS-267</a>] -         Handle &quot;recreating&quot; object adapters which are already resolved
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-274'>ISIS-274</a>] -         Simplify the bootstrapping of Isis so that there are fewer configuration properties to set in isis.properties
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-280'>ISIS-280</a>] -         More consistent support for @Prototype and @Exploration, by utilizing the existing HidingInteractionAdvisor API
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-281'>ISIS-281</a>] -         Provide support for integration testing using a JUnit rule.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-283'>ISIS-283</a>] -         Provide the ability to use fixtures as domain objects, eg within demo apps
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-285'>ISIS-285</a>] -         Add additional MetaModelValidators so that orphaned prefixes are treated as a validation error.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-286'>ISIS-286</a>] -         Make sure pending changes are stored before issuing a query
+</li>
+</ul>
+    
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-184'>ISIS-184</a>] -         PasswordValueSemanticsProvider.doEncode threw exception when I provided a defaultXXX method
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-255'>ISIS-255</a>] -         Test in Runtime TestSupport component fails due to TimeZone
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-265'>ISIS-265</a>] -         NullPointerException when storing new objects
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/ISIS-266'>ISIS-266</a>] -         BoundedFacetAbstract was invalidating using disabledReason()
+</li>
+</ul>
+                                             
\ No newline at end of file