http://git-wip-us.apache.org/repos/asf/isis-site/blob/97af7e5f/content/release-notes/release-notes.html
----------------------------------------------------------------------
diff --git a/content/release-notes/release-notes.html 
b/content/release-notes/release-notes.html
index 9a88be1..e5e171e 100644
--- a/content/release-notes/release-notes.html
+++ b/content/release-notes/release-notes.html
@@ -243,6 +243,7 @@ table.CodeRay td.code>pre{padding:0}
        </div> 
       </form> 
      </div> 
+     <p class="nav navbar-text navbar-right small">v1.16.1</p> 
     </div> 
    </div> 
   </nav> 
@@ -307,6 +308,25 @@ table.CodeRay td.code>pre{padding:0}
             </div></td> 
           </tr> 
           <tr> 
+           <td class="tableblock halign-left valign-top"><p 
class="tableblock"><a href="#_release-notes_1.16.1">1.16.1</a></p></td> 
+           <td class="tableblock halign-left valign-top"><p 
class="tableblock">22-02-2018</p></td> 
+           <td class="tableblock halign-left valign-top">
+            <div>
+             <div class="paragraph"> 
+              <p>Parented collections with checkboxes, replay module</p> 
+             </div>
+            </div></td> 
+           <td class="tableblock halign-right valign-top"><p 
class="tableblock">4</p></td> 
+           <td class="tableblock halign-right valign-top"><p 
class="tableblock">10</p></td> 
+           <td class="tableblock halign-right valign-top"><p 
class="tableblock">17</p></td> 
+           <td class="tableblock halign-left valign-top">
+            <div>
+             <div class="paragraph"> 
+              <p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&amp;version=12342424";>Release
 notes for v1.16.1</a></p> 
+             </div>
+            </div></td> 
+          </tr> 
+          <tr> 
            <td class="tableblock halign-left valign-top"><p 
class="tableblock"><a href="#_release-notes_1.16.0">1.16.0</a></p></td> 
            <td class="tableblock halign-left valign-top"><p 
class="tableblock">08-01-2018</p></td> 
            <td class="tableblock halign-left valign-top">
@@ -920,6 +940,139 @@ table.CodeRay td.code>pre{padding:0}
        </div> 
       </div> 
       <div class="sect1"> 
+       <h2 id="_release-notes_1.16.1">1.16.1</h2>
+       <div class="btn-group" style="float: right; font-size: small; padding: 
6px; margin-top: -55px; ">
+        <button type="button" class="btn btn-xs btn-default" 
onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc&quot;";><i
 class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
+        <button type="button" class="btn btn-xs btn-default dropdown-toggle" 
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><span 
class="caret"></span><span class="sr-only">Toggle Dropdown</span></button>
+        <ul class="dropdown-menu">
+         <li><a 
href="https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc";
 target="_blank"><i class="fa fa-pencil-square-o fa-fw" 
aria-hidden="true"></i>&nbsp; Edit</a></li>
+         <li><a 
href="https://github.com/apache/isis/commits/master/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc";
 target="_blank"><i class="fa fa-clock-o fa-fw" aria-hidden="true"></i>&nbsp; 
History</a></li>
+         <li><a 
href="https://github.com/apache/isis/raw/master/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc";
 target="_blank"><i class="fa fa-file-text-o fa-fw" 
aria-hidden="true"></i>&nbsp; Raw</a></li>
+         <li><a 
href="https://github.com/apache/isis/blame/master/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc";
 target="_blank"><i class="fa fa-hand-o-right fa-fw" 
aria-hidden="true"></i>&nbsp; Blame</a></li>
+        </ul>
+       </div> 
+       <div class="sectionbody"> 
+        <div class="paragraph"> 
+         <p>This release is primarily a bug fix release, but does introduce a 
couple of notable new features and improvements:</p> 
+        </div> 
+        <div class="ulist"> 
+         <ul> 
+          <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1585";>ISIS-1585</a> supports 
checkboxes on parented (rather than standalone) collections. The selected items 
are used as the default values for any associated actions with collection 
parameters.</p> 
+           <div class="paragraph"> 
+            <p>As part of this change, the new 
<code>@Action(associateWith="…​")</code> attribute can be used instead of 
<code>@MemberOrder(…​)</code> as a way to associate actions with either 
collections or properties.</p> 
+           </div> </li> 
+          <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1569";>ISIS-1569</a> provides 
infrastructure to enable commands to be replayed from master to slave (for 
regression testing purposes).</p> 
+           <div class="paragraph"> 
+            <p>The majority of the implementation is provided in the (non-ASF) 
(non-ASF) <a href="http://platform.incode.org";>Incode Platform</a>'s new <a 
href="http://platform.incode.org/modules/spi/command/spi-command-replay.html";>command
 replay</a> library.</p> 
+           </div> </li> 
+         </ul> 
+        </div> 
+        <div class="paragraph"> 
+         <p>Applications written against v1.16.0 should run against v1.16.1 
with few if any changes.</p> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_new_feature">New Feature</h3> 
+         <div class="ulist"> 
+          <ul> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1861";>ISIS-1861</a> - Extend 
tabgroup layout control so that a tabgroup with only one tab can show either 
collapsed (default) or with the one tab.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1856";>ISIS-1856</a> - Add 
git.properties and SCM-Revision into MANIFEST.MF</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1585";>ISIS-1585</a> - Allow 
objects in parented collections to be selected, automatically passed as 
defaults for collection parameter of associated actions. Also infer choices for 
both scalar and collection parameters.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1569";>ISIS-1569</a> - 
Automated testing tool to replay commands against a copy of prod</p> </li> 
+          </ul> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_improvement">Improvement</h3> 
+         <div class="ulist"> 
+          <ul> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1837";>ISIS-1837</a> - 
Metamodel validator should check for cyclic dependencies (reference to entities 
that live outside of the module set)</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1836";>ISIS-1836</a> - Better 
diagnostic reporting in RO viewer if passed in a non-parseable value</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1835";>ISIS-1835</a> - Better 
diagnostic reporting if fail to read a configuration flie.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1834";>ISIS-1834</a> - Relax 
metamodel validation to allow @PersistenceCapable on interfaces</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1826";>ISIS-1826</a> - Add 
Automatic-Module-Name to support Java 9.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1814";>ISIS-1814</a> - JAXB 
validator fails requiring @XmlJavaTypeAdapter even if annotated with 
@XmlTransient</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1808";>ISIS-1808</a> - Let the 
error page be customisable, eg embed an image from 
randomkittengenerator.com</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1759";>ISIS-1759</a> - Always 
calling getXxx() and hideXxx() both decreases performance of application 
(?)</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1743";>ISIS-1743</a> - fa-Icon 
mapping for mixin provided methods not honored intuitively</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1589";>ISIS-1589</a> - Allow 
layout to be loaded from either .layout.xml or .layout.fallback.xml (so that 
library modules can provide a default layout for their entities using XML).</p> 
</li> 
+          </ul> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_bug">Bug</h3> 
+         <div class="ulist"> 
+          <ul> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1858";>ISIS-1858</a> - NPE when 
Log at Debug Level</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1857";>ISIS-1857</a> - help 
block for properties/parameters with drop down actions to right encroaches on 
the field.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1855";>ISIS-1855</a> - scm 
entries in core pom.xml are incorrect</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1854";>ISIS-1854</a> - 
menubars.layout.xml seems to ignore the embedded &lt;Name&gt; ?</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1853";>ISIS-1853</a> - Fix 
AbstractSessionTemplate and to unmarshal collection and reference 
arguments.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1852";>ISIS-1852</a> - 
Iterating over query result list with parallelStream produces next 
exception</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1851";>ISIS-1851</a> - Improve 
the dynamic visibility of PropertyGroups so works with pdf js viewer (anything 
that isn’t a ScalarPanelAbstract2, basically).</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1848";>ISIS-1848</a> - 
References of type java.lang.Object (sometimes) not rendered correctly in 
Wicket viewer</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1847";>ISIS-1847</a> - 
Eventbus: AbstractDomainEvent incorrect veto handling?</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1833";>ISIS-1833</a> - 
Mandatory marker (red asterisk) not shown on mandatory parameters</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1832";>ISIS-1832</a> - Entering 
a non-valid string into a parameter of type UUID results in a stacktrace.</p> 
</li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1831";>ISIS-1831</a> - If 
Accept header bad, then our exception handler throws an NPE and so issue of bad 
header is not reported.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1829";>ISIS-1829</a> - 
AppManifestAbstract#withFixtureScripts no longer works.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1825";>ISIS-1825</a> - 
@CollectionLayout(hidden=STANDALONE_COLLECTION) results in scalar panels being 
hidden when in parented collection, (but the column is still there, ie 
blank).</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1822";>ISIS-1822</a> - 
non-existent action in menubars.layout.xml causes an NPE</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1820";>ISIS-1820</a> - New 
style BDD tests broken in 1.16.0</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1812";>ISIS-1812</a> - NPE when 
attempt to render mixed-in property as a column.</p> </li> 
+          </ul> 
+         </div> 
+        </div> 
+        <div class="sect2"> 
+         <h3 id="_other">Other</h3> 
+         <div class="sect3"> 
+          <h4 id="_documentation">Documentation</h4> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1860";>ISIS-1860</a> - 
CommandReification.DISABLED is broken / incorrectly documented.</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1859";>ISIS-1859</a> - Use of 
"timestamp" in JDOQL queries.</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1849";>ISIS-1849</a> - 1.16.0 - 
Broken Links according to W3C checker</p> </li> 
+           </ul> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_task">Task</h4> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1813";>ISIS-1813</a> - Release 
tasks for 1.16.1</p> </li> 
+           </ul> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_duplicates_won_t_fix_not_implemented">Duplicates / Won’t 
Fix / Not Implemented</h4> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1850";>ISIS-1850</a> - [NOT 
IMPLEMENTED] Rename 'default' in JSON Response</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1500";>ISIS-1500</a> - 
[DUPLICATE] ReplayService, to directly execute a previously persisted 
command</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1395";>ISIS-1395</a> - [WON’T 
FIX] Bulk actions button is shown for a collection, even if not in table view 
(eg showing collection as a map)</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1200";>ISIS-1200</a> - 
[DUPLICATE] Improve support for BDD tests, factoring out domain service to act 
as context.</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1035";>ISIS-1035</a> - 
[DUPLICATE] Allow parented collections to have bulk actions associated with 
them…​</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-926";>ISIS-926</a> - [WON’T 
FIX] Allow integration tests to run in parallel, each with a different user. 
Part of this to include a ProgrammableClockService as a replacement for 
ClockService, partiitioned by user (to allow concurrent integration tests to 
run etc).</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-834";>ISIS-834</a> - [WON’T 
FIX] Ensure that only a single implementation of a DomainService is 
registered.</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-804";>ISIS-804</a> - [INVALID] 
Make (entity) properties read-only by default.</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-689";>ISIS-689</a> - [WON’T 
FIX] Bulk action take arguments</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-516";>ISIS-516</a> - 
[DUPLICATE] Wicket: be able to invoke @Bulk on items within a parent collection 
(already supported for standalone collections)</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-514";>ISIS-514</a> - [WON’T 
FIX] [DUPLICATE] Feature: Allow @Bulk actions to accept parameters</p> </li> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-505";>ISIS-505</a> - [INVALID] 
Wicket error handling returns only a 500 if encounter an unenhanced object</p> 
</li> 
+           </ul> 
+          </div> 
+         </div> 
+         <div class="sect3"> 
+          <h4 id="_question">Question</h4> 
+          <div class="ulist"> 
+           <ul> 
+            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1824";>ISIS-1824</a> - 
menubars.layout.xml vs Wicket Viewer annotations</p> </li> 
+           </ul> 
+          </div> 
+         </div> 
+        </div> 
+       </div> 
+      </div> 
+      <div class="sect1"> 
        <h2 id="_release-notes_1.16.0">1.16.0</h2>
        <div class="btn-group" style="float: right; font-size: small; padding: 
6px; margin-top: -55px; ">
         <button type="button" class="btn btn-xs btn-default" 
onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.0.adoc&quot;";><i
 class="fa fa-pencil-square-o"></i>&nbsp;Edit</button>
@@ -957,7 +1110,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Applications written against v1.15.x should run against v1.16.0 
with few if any changes. However, note that applications <strong>are</strong> 
required to bootstrap from an <code>AppManifest</code>.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature">New Feature</h3> 
+         <h3 id="_new_feature_2">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1801";>ISIS-1801</a> - 
BookmarkUiService to clear Wicket bookmarks and breadcrumbs 
programmatically.</p> </li> 
@@ -977,7 +1130,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement">Improvement</h3> 
+         <h3 id="_improvement_2">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1804";>ISIS-1804</a> - 
Deprecate isis-mavendeps-intellij, fold into isis-mavendeps-webapp</p> </li> 
@@ -1000,7 +1153,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug">Bug</h3> 
+         <h3 id="_bug_2">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1803";>ISIS-1803</a> - Hitting 
escape twice on prompt results in the error page.</p> </li> 
@@ -1041,7 +1194,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task">Task</h3> 
+         <h3 id="_task_2">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1465";>ISIS-1465</a> - Release 
activities for 1.16.0</p> </li> 
@@ -1049,7 +1202,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_other">Other</h3> 
+         <h3 id="_other_2">Other</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-383";>ISIS-383</a> - [OUT OF 
SCOPE] Integrate Apache Lucene or ElasticSearch</p> </li> 
@@ -1083,7 +1236,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The release also has some minor new features: a new Markup value 
type that allows arbitrary HTML to be rendered in the Wicket viewer, an 
extension to Restful Objects to provide a new "layout" resource, and a new 
"logout" page for Wicket viewer to support monitoring tools.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_2">New Feature</h3> 
+         <h3 id="_new_feature_3">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1717";>ISIS-1717</a> - To make 
monitoring applications reliably able to logout, allow session to be logged out 
just by hitting a simple HTTP GET page ("/logout")</p> </li> 
@@ -1095,7 +1248,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_2">Improvement</h3> 
+         <h3 id="_improvement_3">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1733";>ISIS-1733</a> - Improve 
API of RepositoryService#persist, so returns the object being persisted.</p> 
</li> 
@@ -1106,7 +1259,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_2">Bug</h3> 
+         <h3 id="_bug_3">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1731";>ISIS-1731</a> - 
@Property(hidden=Where.PARENTED_TABLES) does not render correctly in standalone 
collection view</p> </li> 
@@ -1130,7 +1283,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_2">Task</h3> 
+         <h3 id="_task_3">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1712";>ISIS-1712</a> - 1.15.1 
release activities</p> </li> 
@@ -1138,7 +1291,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_documentation">Documentation</h3> 
+         <h3 id="_documentation_2">Documentation</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1708";>ISIS-1708</a> - Broken 
Links according to W3C checker</p> </li> 
@@ -1189,7 +1342,7 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_3">New Feature</h3> 
+         <h3 id="_new_feature_4">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1674";>ISIS-1674</a> - Create a 
"hello world" archetype</p> </li> 
@@ -1203,7 +1356,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_3">Improvement</h3> 
+         <h3 id="_improvement_4">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1688";>ISIS-1688</a> - Service 
priority should honour either @DomainServiceLayout#menuOrder or 
@DomainService#menuOrder</p> </li> 
@@ -1235,7 +1388,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_3">Bug</h3> 
+         <h3 id="_bug_4">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1690";>ISIS-1690</a> - Better 
diagnostics if a service’s @PostConstruct fails, and ensure that all get 
initialized</p> </li> 
@@ -1286,7 +1439,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_documentation_2">Documentation</h3> 
+         <h3 id="_documentation_3">Documentation</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1644";>ISIS-1644</a> - Broken 
Links</p> </li> 
@@ -1298,7 +1451,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_3">Task</h3> 
+         <h3 id="_task_4">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1521";>ISIS-1521</a> - Release 
activities for 1.15.0</p> </li> 
@@ -1361,7 +1514,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Most applications written against v1.13.x should run against 
v1.14.0 with few if any changes. That said, we do recommend that you read and 
keep in mind the <a 
href="../migration-notes/migration-notes.html#_migration-notes_1.13.0-to-1.14.0">migration
 notes</a> when you upgrade your app.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_4">New Feature</h3> 
+         <h3 id="_new_feature_5">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1529";>ISIS-1529</a> - 
TableColumnOrderService, to allow column order to be fine-tuned (or columns 
suppressed)</p> </li> 
@@ -1371,7 +1524,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_4">Improvement</h3> 
+         <h3 id="_improvement_5">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1587";>ISIS-1587</a> - Extend 
"explicitObjectType" checking to also take in view models.</p> </li> 
@@ -1389,7 +1542,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_4">Bug</h3> 
+         <h3 id="_bug_5">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1578";>ISIS-1578</a> - Should 
throw a metamodel validation exception if a disable or hide method has any 
params.</p> </li> 
@@ -1407,7 +1560,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_documentation_3">Documentation</h3> 
+         <h3 id="_documentation_4">Documentation</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1532";>ISIS-1532</a> - Move DN 
OS cfg props to DN OS guide</p> </li> 
@@ -1415,7 +1568,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_4">Task</h3> 
+         <h3 id="_task_5">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1561";>ISIS-1561</a> - Release 
1.14.0</p> </li> 
@@ -1441,7 +1594,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Update for the simpleapp archetype only, which improves docker 
support as well as reducing amount of boilerplate by backing out some of the 
mixins. It also fixes an issue with the fixture scripts (noted in previous 
release).</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_5">Improvement</h3> 
+         <h3 id="_improvement_6">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1559";>ISIS-1559</a> - Remove 
the mixins from the simpleapp archetype - adds too much boilerplate</p> </li> 
@@ -1450,7 +1603,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_5">Task</h3> 
+         <h3 id="_task_6">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1560";>ISIS-1560</a> - Release 
1.13.2.1 archetype</p> </li> 
@@ -1479,7 +1632,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This release also closes the ticket to provide a better DB 
migration story; this has been implemented by way of the (non-ASF) <a 
href="http://platform.incode.org"; target="_blank">Incode Platform</a>'s 
flywaydb module.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_5">New Feature</h3> 
+         <h3 id="_new_feature_6">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1542";>ISIS-1542</a> - Update 
simpleapp application/archetype to provide access to HSQL DB Manager (via their 
Swing UI) when running in-memory</p> </li> 
@@ -1488,7 +1641,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_6">Improvement</h3> 
+         <h3 id="_improvement_7">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1554";>ISIS-1554</a> - Prevent 
double click on buttons (which can cause applications to throw an error, eg 
concurrency exception)</p> </li> 
@@ -1504,7 +1657,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_5">Bug</h3> 
+         <h3 id="_bug_6">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1545";>ISIS-1545</a> - 
QueryResultsCache can sometimes result in throwing an exception if not properly 
initialized when fixtures being installed.</p> </li> 
@@ -1516,7 +1669,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_6">Task</h3> 
+         <h3 id="_task_7">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1540";>ISIS-1540</a> - Release 
tasks for 1.13.2</p> </li> 
@@ -1545,7 +1698,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This release also closes the ticket to provide a better DB 
migration story; this has been implemented by way of the (non-ASF) <a 
href="http://platform.incode.org"; target="_blank">Incode Platform</a>'s 
flywaydb module.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_6">New Feature</h3> 
+         <h3 id="_new_feature_7">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1542";>ISIS-1542</a> - Update 
simpleapp application/archetype to provide access to HSQL DB Manager (via their 
Swing UI) when running in-memory</p> </li> 
@@ -1554,7 +1707,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_7">Improvement</h3> 
+         <h3 id="_improvement_8">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1554";>ISIS-1554</a> - Prevent 
double click on buttons (which can cause applications to throw an error, eg 
concurrency exception)</p> </li> 
@@ -1570,7 +1723,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_6">Bug</h3> 
+         <h3 id="_bug_7">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1545";>ISIS-1545</a> - 
QueryResultsCache can sometimes result in throwing an exception if not properly 
initialized when fixtures being installed.</p> </li> 
@@ -1582,7 +1735,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_7">Task</h3> 
+         <h3 id="_task_8">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1540";>ISIS-1540</a> - Release 
tasks for 1.13.2</p> </li> 
@@ -1608,7 +1761,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This is a maintenance release with a number of minor improvements 
and bug fixes. It also provides better support for docker, by allowing 
configuration properties to be overridden using either system properties or an 
ISIS_OPT environment variable.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_7">New Feature</h3> 
+         <h3 id="_new_feature_8">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1510";>ISIS-1510</a> - Improve 
support for docker containers by allowing isis configuration properties to be 
overridden using either system properties or an ISIS_OPT environment 
variable</p> </li> 
@@ -1616,7 +1769,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_8">Improvement</h3> 
+         <h3 id="_improvement_9">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1527";>ISIS-1527</a> - Make 
overlays consistent for editable properties, with general fix for Firefox</p> 
</li> 
@@ -1636,7 +1789,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_7">Bug</h3> 
+         <h3 id="_bug_8">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1525";>ISIS-1525</a> - Problems 
with startup under certain circumstances</p> </li> 
@@ -1694,7 +1847,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Most applications written against v1.12.x should run against 
v1.13.0 with few if any changes. That said, this release has removed a small 
number of features that were dependent on internal APIs, and some configuration 
properties are now removed/unsupported. We therefore do recommend that you read 
and keep in mind the <a 
href="../migration-notes/migration-notes.html#_migration-notes_1.12.0-to-1.13.0">migration
 notes</a> when you upgrade your app.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_8">New Feature</h3> 
+         <h3 id="_new_feature_9">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1446";>ISIS-1446</a> - Extend 
the Wicket viewer client-side file-open-dialog to allow file extension to be 
specified.</p> </li> 
@@ -1728,7 +1881,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_9">Improvement</h3> 
+         <h3 id="_improvement_10">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1464";>ISIS-1464</a> - 
DomainChangeJdoAbstract#openTarget should support looking up view models</p> 
</li> 
@@ -1785,14 +1938,14 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_8">Bug</h3> 
+         <h3 id="_bug_9">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1461";>ISIS-1461</a> - More 
reliable fix to concurrency exception</p> </li> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1458";>ISIS-1458</a> - Possible 
incomplete auditing for "non-trivial" updates</p> </li> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1454";>ISIS-1454</a> - Hints 
for drop-downs in Wicket viewer not honoured.</p> </li> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1453";>ISIS-1453</a> - 
SessionManagementService#nextSession broken</p> </li> 
-           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1452";>ISIS-1452</a> - Throwing 
an exception (for -SNAPSHOT) does not abort the transaction.</p> </li> 
+           <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1452";>ISIS-1452</a> - Throwing 
an exception (for snapshots) does not abort the transaction.</p> </li> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1444";>ISIS-1444</a> - Mark 
applib FixtureScript.Execution methods as @Programmatic to avoid being added to 
the metamodel</p> </li> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1436";>ISIS-1436</a> - When 
executing a bulk action on a paginated collection items, chosen items can be 
ignored unintentionally</p> </li> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1435";>ISIS-1435</a> - 
Infitinite recursion in updating() callback if it modifies the object</p> </li> 
@@ -1815,7 +1968,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_8">Task</h3> 
+         <h3 id="_task_9">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1335";>ISIS-1335</a> - Release 
activities for v1.13.0</p> </li> 
@@ -1841,7 +1994,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis 1.12.2 is a bug fix release for Apache Isis 1.12.0. It 
addresses two UI issues which result in the viewer showing invalid data with 
respect to the data actually stored in the database.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_9">Bug</h3> 
+         <h3 id="_bug_10">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1396";>ISIS-1396</a> - Some 
elements on an entity page can be rendered against stale data.</p> </li> 
@@ -1850,7 +2003,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_9">Task</h3> 
+         <h3 id="_task_10">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1424";>ISIS-1424</a> - Release 
activities for v1.12.2</p> </li> 
@@ -1876,7 +2029,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis 1.12.1 is a bug fix release for Apache Isis 1.12.0. 
The primary issue it addresses are spurious concurrency exceptions that can be 
thrown when editing an object. It also addresses a subtle issue where the new 
support in JAXB view models for auto-edit can cause some dirty objects not to 
be updated.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_10">Bug</h3> 
+         <h3 id="_bug_11">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1355";>ISIS-1355</a> - 
concurrency exception after property edit when attempting to render…​</p> 
</li> 
@@ -1887,7 +2040,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_10">Task</h3> 
+         <h3 id="_task_11">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1362";>ISIS-1362</a> - Release 
activities for v1.12.1</p> </li> 
@@ -1922,7 +2075,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The release also includes a number of new mixins, to automatically 
surface in the UI an entity’s id, version (if any), and to download the 
layout XML and rebuild the metamodel for a given domain entity. There is also a 
mixin to clear any UI hints (part of the file-based layouts functionality). In 
all cases these mixins can be hidden using either security or by writing a <a 
href="../guides/rgcms/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a>
 to veto the visibility of the corresponding domain event.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_9">New Feature</h3> 
+         <h3 id="_new_feature_10">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1351";>ISIS-1351</a> - Extend 
<a 
href="../guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_ConfigurationService"><code>ConfigurationService</code></a>
 to list all configuration properties in the UI</p> </li> 
@@ -1936,7 +2089,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_10">Improvement</h3> 
+         <h3 id="_improvement_11">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1333";>ISIS-1333</a> - Remove 
self-host profile from the archetype</p> </li> 
@@ -1964,7 +2117,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_11">Bug</h3> 
+         <h3 id="_bug_12">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1348";>ISIS-1348</a> - Bug with 
<a 
href="../guides/ugtst/ugtst.html#_ugtst_unit-test-support_soap-fake-server-junit-rule">SoapEndpointPublishingRule</a>
 when multiple endpoints.</p> </li> 
@@ -2000,7 +2153,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_11">Task</h3> 
+         <h3 id="_task_12">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1287";>ISIS-1287</a> - Release 
activities for v1.12.0</p> </li> 
@@ -2029,7 +2182,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis is intended to be compatible with both Java 7 and Java 
8. However, it was found that v1.11.0 used a number of Java 8 APIs. This 
release fixes this issue.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_12">Bug</h3> 
+         <h3 id="_bug_13">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1276";>ISIS-1276</a> - Release 
activities for v1.11.1</p> </li> 
@@ -2067,7 +2220,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The release also includes improved control for domain events 
(these can now be suppressed if required) , and a new category of UI events (so 
that titles, icons and CSS classes can be provided by event bus 
subscribers).</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_10">New Feature</h3> 
+         <h3 id="_new_feature_11">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1279";>ISIS-1279</a> - 
AcceptHeaderService for application-defined content negotiation.</p> </li> 
@@ -2083,7 +2236,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_11">Improvement</h3> 
+         <h3 id="_improvement_12">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1275";>ISIS-1275</a> - 
Configuration property for RO viewer to relax Accept header checking.</p> </li> 
@@ -2109,7 +2262,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_13">Bug</h3> 
+         <h3 id="_bug_14">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1283";>ISIS-1283</a> - 
SAFE_AND_CACHEABLE semantics caches incorrectly, works for domain services 
(stateless) but not for domain entities (where stateful target determines 
result)</p> </li> 
@@ -2128,7 +2281,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_12">Task</h3> 
+         <h3 id="_task_13">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1243";>ISIS-1243</a> - Release 
activities for v1.11.0</p> </li> 
@@ -2157,7 +2310,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Internally there have been substantial simplifications to the 
codebase.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_11">New Feature</h3> 
+         <h3 id="_new_feature_12">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1215";>ISIS-1215</a> - New 
MultipleExecutionStrategy for fixture scripts to use value semantics for 
determining whether to run a fixture script invoked more than once.</p> </li> 
@@ -2171,7 +2324,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_12">Improvement</h3> 
+         <h3 id="_improvement_13">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1231";>ISIS-1231</a> - Add 
jdeps to build as optional profile, to verify use of internal JDK jars.</p> 
</li> 
@@ -2196,7 +2349,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_14">Bug</h3> 
+         <h3 id="_bug_15">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1229";>ISIS-1229</a> - Calling 
nextRequest() in an integration test should clear any @RequestScoped 
services.</p> </li> 
@@ -2215,7 +2368,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_13">Task</h3> 
+         <h3 id="_task_14">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1195";>ISIS-1195</a> - Release 
activities for v1.10.0</p> </li> 
@@ -2280,7 +2433,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>This release was also the first to include the updated Asciidoc 
website.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_12">New Feature</h3> 
+         <h3 id="_new_feature_13">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1167";>ISIS-1167</a> - 
NullPrintStream in unittestsupport to reduce the noise of unit tests that log 
to stdout or stderr</p> </li> 
@@ -2305,7 +2458,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_13">Improvement</h3> 
+         <h3 id="_improvement_14">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1191";>ISIS-1191</a> - Broken 
links</p> </li> 
@@ -2362,7 +2515,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_15">Bug</h3> 
+         <h3 id="_bug_16">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1190";>ISIS-1190</a> - If an 
referenced object cannot be loaded (not found in the database), then this 
should be handled gracefully</p> </li> 
@@ -2403,7 +2556,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_14">Task</h3> 
+         <h3 id="_task_15">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-1187";>ISIS-1187</a> - Mothball 
the legacy (never documented) integration testing support</p> </li> 
@@ -2440,7 +2593,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Apache Isis 1.8.0 incorporates the Wicket viewer, which was 
previously a separately released component. Other components that are included 
in core (that were previously released separately are: the Restful Objects 
viewer, Shiro Security and the JDO/DataNucleus ObjectStore.</p> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_new_feature_13">New Feature</h3> 
+         <h3 id="_new_feature_14">New Feature</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-284";>ISIS-284</a> - Maven 
plugin to validate domain object model w.r.t. Apache Isis programming 
conventions</p> </li> 
@@ -2474,7 +2627,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_improvement_14">Improvement</h3> 
+         <h3 id="_improvement_15">Improvement</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-568";>ISIS-568</a> - Drop 
support for JDK 1.6, standardize on JDK 1.7.</p> </li> 
@@ -2522,7 +2675,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_bug_16">Bug</h3> 
+         <h3 id="_bug_17">Bug</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-853";>ISIS-853</a> - joda 
DateTime properties loose time when persisted</p> </li> 
@@ -2549,7 +2702,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="_task_15">Task</h3> 
+         <h3 id="_task_16">Task</h3> 
          <div class="ulist"> 
           <ul> 
            <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-928";>ISIS-928</a> - Apache 
Isis 1.8.0 release tasks</p> </li> 
@@ -2585,7 +2738,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_14">New Feature</h4> 
+          <h4 id="_new_feature_15">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-809";>ISIS-809</a> - Provide 
implementation of ViewModelFacet that doesn't require explicit implementation 
of the IViewModel interface.</p> </li> 
@@ -2604,7 +2757,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_15">Improvement</h4> 
+          <h4 id="_improvement_16">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-864";>ISIS-864</a> - Command 
should be persisted if any dirty objects enlisted into transaction, in order to 
ensure no accidental orphans.</p> </li> 
@@ -2620,7 +2773,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_17">Bug</h4> 
+          <h4 id="_bug_18">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-404";>ISIS-404</a> - Testing if 
a "wrapped" Domain Object has been persisted fails</p> </li> 
@@ -2666,7 +2819,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_16">Task</h4> 
+          <h4 id="_task_17">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-872";>ISIS-872</a> - 1.7.0 
release activities</p> </li> 
@@ -2677,7 +2830,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer">Wicket viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_15">New Feature</h4> 
+          <h4 id="_new_feature_16">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-902";>ISIS-902</a> - Enhance 
ImageResourceCacheClassPath so that can have two entities with the same simple 
name but in different packages.</p> </li> 
@@ -2698,7 +2851,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_18">Bug</h4> 
+          <h4 id="_bug_19">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-889";>ISIS-889</a> - Action 
prompt dialog seems to be not quite big enough in Chrome (is ok in Firefox and 
IEv11)</p> </li> 
@@ -2716,7 +2869,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_17">Task</h4> 
+          <h4 id="_task_18">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-872";>ISIS-872</a> - 1.7.0 
release activities</p> </li> 
@@ -2745,7 +2898,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Isis core 1.6.0 also incorporates the Restful Objects viewer, 
Shiro Security and JDO Objectstore.</p> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_new_feature_16">New Feature</h4> 
+          <h4 id="_new_feature_17">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-493";>ISIS-493</a> - Annotation 
to identify domain services/repositories</p> </li> 
@@ -2755,7 +2908,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_16">Improvement</h4> 
+          <h4 id="_improvement_17">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-421";>ISIS-421</a> - Write TCK 
tests for Restful Objects viewer</p> </li> 
@@ -2771,7 +2924,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_19">Bug</h4> 
+          <h4 id="_bug_20">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-796";>ISIS-796</a> - lifecycle 
callback "updating()" is not firing</p> </li> 
@@ -2808,7 +2961,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_2">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_17">New Feature</h4> 
+          <h4 id="_new_feature_18">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-800";>ISIS-800</a> - like form 
for Wicket viewer</p> </li> 
@@ -2818,7 +2971,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_17">Improvement</h4> 
+          <h4 id="_improvement_18">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-781";>ISIS-781</a> - Add edit 
capability to view objects</p> </li> 
@@ -2828,7 +2981,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_20">Bug</h4> 
+          <h4 id="_bug_21">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-544";>ISIS-544</a> - focus on 
an action param date, then doesn’t show calendar picker..</p> </li> 
@@ -2840,7 +2993,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_18">Task</h4> 
+          <h4 id="_task_19">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-839";>ISIS-839</a> - 1.6.0 
release tasks</p> </li> 
@@ -2866,7 +3019,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core_3">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_18">New Feature</h4> 
+          <h4 id="_new_feature_19">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-550";>ISIS-550</a> - Complete 
the guava EventBus support with new annotations</p> </li> 
@@ -2876,7 +3029,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_18">Improvement</h4> 
+          <h4 id="_improvement_19">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-569";>ISIS-569</a> - Fix JMock 
to support JDK7 (JavassistImposteriser)</p> </li> 
@@ -2893,7 +3046,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_21">Bug</h4> 
+          <h4 id="_bug_22">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-758";>ISIS-758</a> - Auditing 
should be able to cope with a change to a property where the referenced object 
has been deleted.</p> </li> 
@@ -2905,7 +3058,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_19">Task</h4> 
+          <h4 id="_task_20">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-751";>ISIS-751</a> - Update 
NOTICE copyright dates</p> </li> 
@@ -2917,7 +3070,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_3">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_improvement_19">Improvement</h4> 
+          <h4 id="_improvement_20">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-719";>ISIS-719</a> - Use 
org.webjars for some common dependencies (eg jquery)</p> </li> 
@@ -2930,7 +3083,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_22">Bug</h4> 
+          <h4 id="_bug_23">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-431";>ISIS-431</a> - A boolean 
atribute should never be mandatory</p> </li> 
@@ -2950,7 +3103,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_20">Task</h4> 
+          <h4 id="_task_21">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-792";>ISIS-792</a> - up tasks 
for Apache Isis 1.5.0 release</p> </li> 
@@ -2961,7 +3114,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_restfulobjects_viewer">RestfulObjects Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_task_21">Task</h4> 
+          <h4 id="_task_22">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-792";>ISIS-792</a> - up tasks 
for Apache Isis 1.5.0 release</p> </li> 
@@ -2969,7 +3122,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_23">Bug</h4> 
+          <h4 id="_bug_24">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-746";>ISIS-746</a> - When 
multiple realms configured for Shiro, should be more intelligent about 
obtaining roles from those realms</p> </li> 
@@ -2977,7 +3130,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_22">Task</h4> 
+          <h4 id="_task_23">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-751";>ISIS-751</a> - Update 
NOTICE copyright dates</p> </li> 
@@ -2989,7 +3142,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_jdo_objectstore">JDO ObjectStore</h3> 
          <div class="sect3"> 
-          <h4 id="_improvement_20">Improvement</h4> 
+          <h4 id="_improvement_21">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-750";>ISIS-750</a> - For 
consistency with CommandJdo, allow the serializedForm to be stored as a clob 
(rather than as a zipped byte array)</p> </li> 
@@ -2999,7 +3152,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_24">Bug</h4> 
+          <h4 id="_bug_25">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-744";>ISIS-744</a> - Column 
size can't be greater than 8000 characters on SQL Server</p> </li> 
@@ -3008,7 +3161,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_23">Task</h4> 
+          <h4 id="_task_24">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-751";>ISIS-751</a> - Update 
NOTICE copyright dates</p> </li> 
@@ -3035,7 +3188,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_4">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_improvement_21">Improvement</h4> 
+          <h4 id="_improvement_22">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-732";>ISIS-732</a> - The 
refresh of a standalone collection after invoking a bulk action should only be 
done if the original action was safe (query only)</p> </li> 
@@ -3044,7 +3197,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_25">Bug</h4> 
+          <h4 id="_bug_26">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-731";>ISIS-731</a> - execute 
the action fails</p> </li> 
@@ -3055,7 +3208,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_jdo_objectstore_2">JDO Objectstore</h3> 
          <div class="sect3"> 
-          <h4 id="_bug_26">Bug</h4> 
+          <h4 id="_bug_27">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-733";>ISIS-733</a> - If toggle 
an object twice in standalone list (for bulk action), ends up invoking action 
(when shouldn't) and also throwing concurrency exception</p> </li> 
@@ -3081,7 +3234,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core_4">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_19">New Feature</h4> 
+          <h4 id="_new_feature_20">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-592";>ISIS-592</a> - Make 
XmlSnapshot (in core.runtime) available as an applib service.</p> </li> 
@@ -3120,7 +3273,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_22">Improvement</h4> 
+          <h4 id="_improvement_23">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-272";>ISIS-272</a> - Adding 
ValueSemanticProviders for UUID and URI</p> </li> 
@@ -3152,7 +3305,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_27">Bug</h4> 
+          <h4 id="_bug_28">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-234";>ISIS-234</a> - 
Persistence by reachability of aggregated instances fails.</p> </li> 
@@ -3169,7 +3322,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_24">Task</h4> 
+          <h4 id="_task_25">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-695";>ISIS-695</a> - up tasks 
for Apache Isis 1.4.0 release</p> </li> 
@@ -3180,7 +3333,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_5">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_20">New Feature</h4> 
+          <h4 id="_new_feature_21">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-472";>ISIS-472</a> - Limit 
number of bookmarks</p> </li> 
@@ -3199,7 +3352,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_23">Improvement</h4> 
+          <h4 id="_improvement_24">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-486";>ISIS-486</a> - Show 
action dialogs in a modal dialog rather than new page (less context switching 
for user)</p> </li> 
@@ -3226,7 +3379,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_28">Bug</h4> 
+          <h4 id="_bug_29">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-429";>ISIS-429</a> - coded 
dependency to WicketSignInPage in PageAbstract…​</p> </li> 
@@ -3247,7 +3400,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_25">Task</h4> 
+          <h4 id="_task_26">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-695";>ISIS-695</a> - up tasks 
for Apache Isis 1.4.0 release</p> </li> 
@@ -3258,7 +3411,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_restfulobjects_viewer_2">RestfulObjects Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_task_26">Task</h4> 
+          <h4 id="_task_27">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-695";>ISIS-695</a> - up tasks 
for Apache Isis 1.4.0 release</p> </li> 
@@ -3269,7 +3422,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_shiro_security">Shiro Security</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_21">New Feature</h4> 
+          <h4 id="_new_feature_22">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-586";>ISIS-586</a> - Allow the 
IsisLdapRealm to read its role/perm mappings from an .ini file</p> </li> 
@@ -3278,7 +3431,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_27">Task</h4> 
+          <h4 id="_task_28">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-695";>ISIS-695</a> - up tasks 
for Apache Isis 1.4.0 release</p> </li> 
@@ -3289,7 +3442,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_jdo_objectstore_3">JDO ObjectStore</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_22">New Feature</h4> 
+          <h4 id="_new_feature_23">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-660";>ISIS-660</a> - Profiling 
support and also infrastructure for background (async job) support</p> </li> 
@@ -3305,7 +3458,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_24">Improvement</h4> 
+          <h4 id="_improvement_25">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-576";>ISIS-576</a> - JDO 
exception recognizer for sql integrity constraints should only recognize 
uniqueness constraints</p> </li> 
@@ -3329,7 +3482,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_29">Bug</h4> 
+          <h4 id="_bug_30">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-632";>ISIS-632</a> - 
PublishingService's PublishedEvent id has an incorrect max length</p> </li> 
@@ -3346,7 +3499,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_28">Task</h4> 
+          <h4 id="_task_29">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-695";>ISIS-695</a> - up tasks 
for Apache Isis 1.4.0 release</p> </li> 
@@ -3372,7 +3525,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_6">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_23">New Feature</h4> 
+          <h4 id="_new_feature_24">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-575";>ISIS-575</a> - Tiny new 
feature…​ add a tooltip to icons/titles so can see what type it 
represents.</p> </li> 
@@ -3380,7 +3533,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_30">Bug</h4> 
+          <h4 id="_bug_31">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-560";>ISIS-560</a> - When 
invoking an action, drop downs get cleared (in the UI) if there is a validation 
error, but the underlying model is set.</p> </li> 
@@ -3390,7 +3543,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_29">Task</h4> 
+          <h4 id="_task_30">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-581";>ISIS-581</a> - Release 
tasks for Apache Isis wicket viewer v1.3.1</p> </li> 
@@ -3416,7 +3569,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core_5">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_24">New Feature</h4> 
+          <h4 id="_new_feature_25">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-420";>ISIS-420</a> - level 
settings service.</p> </li> 
@@ -3449,7 +3602,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_25">Improvement</h4> 
+          <h4 id="_improvement_26">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-51";>ISIS-51</a> - 
collections/guava or Apache collections)</p> </li> 
@@ -3485,7 +3638,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_31">Bug</h4> 
+          <h4 id="_bug_32">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-236";>ISIS-236</a> - Classes 
that are not referenced in the DOM aren't found by the specification loader</p> 
</li> 
@@ -3505,7 +3658,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_30">Task</h4> 
+          <h4 id="_task_31">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-437";>ISIS-437</a> - up tasks 
for Apache Isis 1.3.0 and associated components.</p> </li> 
@@ -3516,7 +3669,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_7">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_25">New Feature</h4> 
+          <h4 id="_new_feature_26">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-417";>ISIS-417</a> - In wicket 
viewer, provide a 'select all' checkbox on table (for invoking bulk 
actions)</p> </li> 
@@ -3541,7 +3694,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_26">Improvement</h4> 
+          <h4 id="_improvement_27">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-416";>ISIS-416</a> - Make 
spinning icon image in Wicket pluggable</p> </li> 
@@ -3566,7 +3719,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_32">Bug</h4> 
+          <h4 id="_bug_33">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-401";>ISIS-401</a> - In wicket 
viewer, concurrency checking is currently disabled when invoke action on an 
entity.</p> </li> 
@@ -3583,7 +3736,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_restfulobjects_viewer_3">RestfulObjects Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_26">New Feature</h4> 
+          <h4 id="_new_feature_27">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-553";>ISIS-553</a> - Provide 
view model support, as sketched out in the Restful Objects spec</p> </li> 
@@ -3591,7 +3744,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_27">Improvement</h4> 
+          <h4 id="_improvement_28">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-411";>ISIS-411</a> - Enhance RO 
to allow EAGER rendering of properties (as well as collections)</p> </li> 
@@ -3600,7 +3753,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_33">Bug</h4> 
+          <h4 id="_bug_34">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-318";>ISIS-318</a> - Restful 
Objects viewer returning 500 instead of 400 when given bad input</p> </li> 
@@ -3617,7 +3770,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_shiro_security_2">Shiro Security</h3> 
          <div class="sect3"> 
-          <h4 id="_improvement_28">Improvement</h4> 
+          <h4 id="_improvement_29">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-362";>ISIS-362</a> - Upgrade to 
JMock 2.6.0</p> </li> 
@@ -3629,7 +3782,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_jdo_objectstore_4">JDO ObjectStore</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_27">New Feature</h4> 
+          <h4 id="_new_feature_28">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-322";>ISIS-322</a> - Allow JDO 
objectstore to run on the Google App Engine</p> </li> 
@@ -3643,7 +3796,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_29">Improvement</h4> 
+          <h4 id="_improvement_30">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-270";>ISIS-270</a> - 
NotYetImplementedException in JDO objectstore when debug logging enabled</p> 
</li> 
@@ -3659,7 +3812,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_34">Bug</h4> 
+          <h4 id="_bug_35">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-476";>ISIS-476</a> - Update 
JDO/DN to allow for fact that invoking the Persisting callback may have 
resulted in the target object having already been updated.</p> </li> 
@@ -3678,7 +3831,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_task_31">Task</h4> 
+          <h4 id="_task_32">Task</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-437";>ISIS-437</a> - up tasks 
for Apache Isis 1.3.0 and associated components.</p> </li> 
@@ -3704,7 +3857,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core_6">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_28">New Feature</h4> 
+          <h4 id="_new_feature_29">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-323";>ISIS-323</a> - Provide 
the capability to publish events, either changed objects or invoked actions</p> 
</li> 
@@ -3723,7 +3876,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_30">Improvement</h4> 
+          <h4 id="_improvement_31">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-208";>ISIS-208</a> - If two 
services accidentally have the same Id, then should throw an exception.</p> 
</li> 
@@ -3747,7 +3900,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_35">Bug</h4> 
+          <h4 id="_bug_36">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-359";>ISIS-359</a> - 
arg…​</p> </li> 
@@ -3759,7 +3912,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_8">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_29">New Feature</h4> 
+          <h4 id="_new_feature_30">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-328";>ISIS-328</a> - Wicket 
viewer should shutdown Apache Isis core on completion</p> </li> 
@@ -3774,7 +3927,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_31">Improvement</h4> 
+          <h4 id="_improvement_32">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-314";>ISIS-314</a> - The wicket 
viewer should honour precision and scale when rendering BigDecimal values.</p> 
</li> 
@@ -3802,7 +3955,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_36">Bug</h4> 
+          <h4 id="_bug_37">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-295";>ISIS-295</a> - 
NullPointerException when view aggregated entity using Wicket viewer</p> </li> 
@@ -3825,7 +3978,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_restfulobjects_viewer_4">RestfulObjects Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_30">New Feature</h4> 
+          <h4 id="_new_feature_31">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-323";>ISIS-323</a> - Provide 
the capability to publish events, either changed objects or invoked actions</p> 
</li> 
@@ -3834,7 +3987,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_32">Improvement</h4> 
+          <h4 id="_improvement_33">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-233";>ISIS-233</a> - viewer up 
to RO spec 1.0.0</p> </li> 
@@ -3862,7 +4015,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core_7">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_31">New Feature</h4> 
+          <h4 id="_new_feature_32">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-282";>ISIS-282</a> - Add 
support for file uploads and downloads to Wicket viewer and JDO objectstore</p> 
</li> 
@@ -3871,7 +4024,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_33">Improvement</h4> 
+          <h4 id="_improvement_34">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-305";>ISIS-305</a> - compareTo 
methods (when implement Comparable) should be automatically hidden</p> </li> 
@@ -3879,7 +4032,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_37">Bug</h4> 
+          <h4 id="_bug_38">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-207";>ISIS-207</a> - Improve 
the message given when a field is too long (exceeds its @MaxLength value)</p> 
</li> 
@@ -3891,7 +4044,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_9">Wicket Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_32">New Feature</h4> 
+          <h4 id="_new_feature_33">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-282";>ISIS-282</a> - Add 
support for file uploads and downloads to Wicket viewer and JDO objectstore</p> 
</li> 
@@ -3900,7 +4053,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_34">Improvement</h4> 
+          <h4 id="_improvement_35">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-308";>ISIS-308</a> - Don't show 
(null) for a property or a parameter that has no reference (instead show an 
empty string)</p> </li> 
@@ -3910,7 +4063,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_38">Bug</h4> 
+          <h4 id="_bug_39">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-300";>ISIS-300</a> - The home 
page link in Wicket viewer goes to root context "/", rather than to the base of 
the webapp.</p> </li> 
@@ -3921,7 +4074,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_restfulobjects_viewer_5">RestfulObjects Viewer</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_33">New Feature</h4> 
+          <h4 id="_new_feature_34">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-323";>ISIS-323</a> - Provide 
the capability to publish events, either changed objects or invoked actions</p> 
</li> 
@@ -3930,7 +4083,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_35">Improvement</h4> 
+          <h4 id="_improvement_36">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-233";>ISIS-233</a> - viewer up 
to RO spec 1.0.0</p> </li> 
@@ -3943,7 +4096,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_shiro_security_3">Shiro Security</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_34">New Feature</h4> 
+          <h4 id="_new_feature_35">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-307";>ISIS-307</a> - Allow 
groups to be mapped to roles (eg AD groups to logically internal application 
roles)</p> </li> 
@@ -3951,7 +4104,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_36">Improvement</h4> 
+          <h4 id="_improvement_37">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-298";>ISIS-298</a> - Provide a 
shiro Realm implementation that supports looking up roles from an LDAP 
server.</p> </li> 
@@ -3959,7 +4112,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_39">Bug</h4> 
+          <h4 id="_bug_40">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-306";>ISIS-306</a> - Parsing 
permission strings should trim both before and after.</p> </li> 
@@ -3970,7 +4123,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_jdo_objectstore_5">JDO ObjectStore</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_35">New Feature</h4> 
+          <h4 id="_new_feature_36">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-370";>ISIS-370</a> - Provide a 
service to allow all @PersistenceCapable entities to be eagerly registered with 
Apache Isis (and therefore with DataNucleus)</p> </li> 
@@ -3980,7 +4133,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_37">Improvement</h4> 
+          <h4 id="_improvement_38">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-270";>ISIS-270</a> - 
NotYetImplementedException in JDO objectstore when debug logging enabled</p> 
</li> 
@@ -3997,7 +4150,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_40">Bug</h4> 
+          <h4 id="_bug_41">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-296";>ISIS-296</a> - wicket 
viewer display ??? ENTITYMODEL OBJECTADAPTER OID: NULL when view a root 
entity's collection member which data type is primitive String.</p> </li> 
@@ -4026,7 +4179,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_core_8">Core</h3> 
          <div class="sect3"> 
-          <h4 id="_new_feature_36">New Feature</h4> 
+          <h4 id="_new_feature_37">New Feature</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-240";>ISIS-240</a> - Provide a 
bookmark service in order to lookup any object</p> </li> 
@@ -4038,7 +4191,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_improvement_38">Improvement</h4> 
+          <h4 id="_improvement_39">Improvement</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><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 Apache Isis.</p> 
</li> 
@@ -4073,7 +4226,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect3"> 
-          <h4 id="_bug_41">Bug</h4> 
+          <h4 id="_bug_42">Bug</h4> 
           <div class="ulist"> 
            <ul> 
             <li> <p><a 
href="https://issues.apache.org/jira/browse/ISIS-184";>ISIS-184</a> - 
PasswordValueSemanticsProvider.doEncode threw exception when I provided a 
defaultXXX method</p> </li> 
@@ -4087,7 +4240,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_wicket_viewer_10">Wicket Viewer<

<TRUNCATED>

Reply via email to