content/versions/1.13.2.1/release-notes.html (6,188 lines of code) (raw):
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Release Notes</title>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!-- No caching headers -->
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<!-- TODO: need to (re)instate CDN in the future (not using for now just so can develop off-line -->
<link href="./css/foundation/5.5.1/foundation.css" rel="stylesheet" />
<script src="./js/foundation/5.5.1/vendor/modernizr.js"></script>
<link href="./css/asciidoctor/colony.css" rel="stylesheet">
<link href="./css/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link href="./css/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.css" rel="stylesheet" />
<!--[if lt IE 9]>
<link href="./css/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.ie.css" rel="stylesheet" />
<![endif]-->
<style type="text/css">
pre code {
background-color: inherit;
border-style: none;
}
pre code > span:first-child {
margin-left: -5px;
}
<style>
<!--
<style type="text/css">
/* Stylesheet for CodeRay to match GitHub theme | MIT License | http://foundation.zurb.com */
/*pre.CodeRay {background-color:#f7f7f8;}*/
.CodeRay .line-numbers{border-right:1px solid #d8d8d8;padding:0 0.5em 0 .25em}
.CodeRay span.line-numbers{display:inline-block;margin-right:.5em;color:rgba(0,0,0,.3)}
.CodeRay .line-numbers strong{color:rgba(0,0,0,.4)}
table.CodeRay{border-collapse:separate;border-spacing:0;margin-bottom:0;border:0;background:none}
table.CodeRay td{vertical-align: top;line-height:1.45}
table.CodeRay td.line-numbers{text-align:right}
table.CodeRay td.line-numbers>pre{padding:0;color:rgba(0,0,0,.3)}
table.CodeRay td.code{padding:0 0 0 .5em}
table.CodeRay td.code>pre{padding:0}
.CodeRay .debug{color:#fff !important;background:#000080 !important}
.CodeRay .annotation{color:#007}
.CodeRay .attribute-name{color:#000080}
.CodeRay .attribute-value{color:#700}
.CodeRay .binary{color:#509}
.CodeRay .comment{color:#998;font-style:italic}
.CodeRay .char{color:#04d}
.CodeRay .char .content{color:#04d}
.CodeRay .char .delimiter{color:#039}
.CodeRay .class{color:#458;font-weight:bold}
.CodeRay .complex{color:#a08}
.CodeRay .constant,.CodeRay .predefined-constant{color:#008080}
.CodeRay .color{color:#099}
.CodeRay .class-variable{color:#369}
.CodeRay .decorator{color:#b0b}
.CodeRay .definition{color:#099}
.CodeRay .delimiter{color:#000}
.CodeRay .doc{color:#970}
.CodeRay .doctype{color:#34b}
.CodeRay .doc-string{color:#d42}
.CodeRay .escape{color:#666}
.CodeRay .entity{color:#800}
.CodeRay .error{color:#808}
.CodeRay .exception{color:inherit}
.CodeRay .filename{color:#099}
.CodeRay .function{color:#900;font-weight:bold}
.CodeRay .global-variable{color:#008080}
.CodeRay .hex{color:#058}
.CodeRay .integer,.CodeRay .float{color:#099}
.CodeRay .include{color:#555}
.CodeRay .inline{color:#000}
.CodeRay .inline .inline{background:#ccc}
.CodeRay .inline .inline .inline{background:#bbb}
.CodeRay .inline .inline-delimiter{color:#d14}
.CodeRay .inline-delimiter{color:#d14}
.CodeRay .important{color:#555;font-weight:bold}
.CodeRay .interpreted{color:#b2b}
.CodeRay .instance-variable{color:#008080}
.CodeRay .label{color:#970}
.CodeRay .local-variable{color:#963}
.CodeRay .octal{color:#40e}
.CodeRay .predefined{color:#369}
.CodeRay .preprocessor{color:#579}
.CodeRay .pseudo-class{color:#555}
.CodeRay .directive{font-weight:bold}
.CodeRay .type{font-weight:bold}
.CodeRay .predefined-type{color:inherit}
.CodeRay .reserved,.CodeRay .keyword {color:#000;font-weight:bold}
.CodeRay .key{color:#808}
.CodeRay .key .delimiter{color:#606}
.CodeRay .key .char{color:#80f}
.CodeRay .value{color:#088}
.CodeRay .regexp .delimiter{color:#808}
.CodeRay .regexp .content{color:#808}
.CodeRay .regexp .modifier{color:#808}
.CodeRay .regexp .char{color:#d14}
.CodeRay .regexp .function{color:#404;font-weight:bold}
.CodeRay .string{color:#d20}
.CodeRay .string .string .string{background:#ffd0d0}
.CodeRay .string .content{color:#d14}
.CodeRay .string .char{color:#d14}
.CodeRay .string .delimiter{color:#d14}
.CodeRay .shell{color:#d14}
.CodeRay .shell .delimiter{color:#d14}
.CodeRay .symbol{color:#990073}
.CodeRay .symbol .content{color:#a60}
.CodeRay .symbol .delimiter{color:#630}
.CodeRay .tag{color:#008080}
.CodeRay .tag-special{color:#d70}
.CodeRay .variable{color:#036}
.CodeRay .insert{background:#afa}
.CodeRay .delete{background:#faa}
.CodeRay .change{color:#aaf;background:#007}
.CodeRay .head{color:#f8f;background:#505}
.CodeRay .insert .insert{color:#080}
.CodeRay .delete .delete{color:#800}
.CodeRay .change .change{color:#66f}
.CodeRay .head .head{color:#f4f}
pre.CodeRay code {
background-color: inherit;
border-style: none;
}
pre.CodeRay code > span:first-child {
margin-left: -5px;
}
.literalblock pre,
.listingblock pre:not(.highlight),
.listingblock pre[class="highlight"],
.listingblock pre[class^="highlight "],
.listingblock pre.CodeRay,
.listingblock pre.prettyprint {
background: rgb(253, 250, 246);
}
.sidebarblock .literalblock pre,
.sidebarblock .listingblock pre:not(.highlight),
.sidebarblock .listingblock pre[class="highlight"],
.sidebarblock .listingblock pre[class^="highlight "],
.sidebarblock .listingblock pre.CodeRay,
.sidebarblock .listingblock pre.prettyprint {
background: rgb(253, 250, 246);
}
<style>
-->
<style>
.github-fork-ribbon-wrapper.right {
position: fixed;
}
.github-fork-ribbon {
background: #090;
}
.github-fork-ribbon a:hover {
background:#0D0;
color:#fff;
font-size: 1.1em;
}
</style>
<style>
@media only screen and (min-width: 40.063em) {
.top-bar {
.contain-to-grid .top-bar {
max-width: 80rem;
}
}
}
.row {
max-width: 80rem;
}
</style>
<style>
.extended-quote,
.extended-quote-first {
margin-left: 40px;
margin-right: 40px;
font-style: italic;
}
.extended-quote-attribution {
text-align: right;
margin-right: 100px;
color: #10B061;
}
.extended-quote-first:before {
content: "\201c";
float: left;
font-size: 2.75em;
font-weight: bold;
line-height: 0.6em;
margin-left: -0.6em;
color: #003b6b;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
</style>
<style>
body {
position: relative;
}
*:not(pre) a > code {
color: #210DDC;
}
*:not(pre) > code {
background-color: inherit;
border: none;
font-weight: normal;
}
body div#toc li,
body div#toc2 li {
list-style-type: none;
}
div#doc-content {
margin-top: 30px;
}
div.documentation-page table.frame-all {
border-left: none;
border-right: none;
}
body div#toc li.active-region:before,
body div#toc2 li.active-region:before {
content: "\00BB \0020";
margin-left: -12px;
}
body div#toc li a.active,
body div#toc2 li a.active {
color: red;
}
body div#toc.toc,
body div#toc.toc2 {
position: fixed;
left: auto;
padding-top: 60px;
z-index: auto;
background-color: white;
border-left-color: #eee;
border-left-style: solid;
border-right: none;
min-height: 2000px;
}
</style>
<style>
@media only screen and (min-width: 768px) {
#toc.toc2 ul ul { margin-left: -10px; }
}
body div#toc .tocify-subheader ul {
margin-bottom: 0px;
}
body div#toc .tocify-subheader li {
font-size: 14px;
}
.tocify li.tocify-item, .tocify ul.tocify-item {
line-height: 24px;
}
body div#toc li.tocify-item.active:before,
body div#toc2 li.tocify-item.active:before {
content: "\00BB \0020";
margin-left: -12px;
}
body div#toc li.tocify-item.active a,
body div#toc2 li.tocify-item.active a {
color: red;
}
</style>
<style>
footer {
margin-top: 1000px;
}
</style>
<style>
/* overriding colony.css stylesheet */
.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] {
/*padding: 1.25em 1.5625em 1.125em 1.5625em;*/
padding: 0.3em 0.6em 0.25em 0.6em;
}
@media only screen and (min-width: 1280px)
#toc.toc2 {
/*width: 20em;*/
width: 25em;
}
#doc-content a {
color: #210DDC;
}
.top-bar h1 {
border-bottom: inherit;
}
h2 {
margin-top: 80px;
}
h3 {
margin-top: 40px;
}
h4,h5 {
margin-top: 30px;
}
.admonitionblock.tip > table td.content {
color: #10B061;
}
.admonitionblock.note > table td.content {
color: #B509AB;
}
.admonitionblock.important > table td.content {
color: #D5810A;
}
.admonitionblock .title {
font-size: larger;
font-style: italic;
}
.imageblock img {
margin-bottom: 10px;
}
</style>
<style>
/* from http://ben.balter.com/2014/03/13/pages-anchor-links/ */
.header-link {
position: absolute;
left: -0.5em;
opacity: 0;
/*
-webkit-transition: opacity 0.2s ease-in-out 0.1s;
-moz-transition: opacity 0.2s ease-in-out 0.1s;
-ms-transition: opacity 0.2s ease-in-out 0.1s;
*/
}
h2:hover .header-link,
h3:hover .header-link,
h4:hover .header-link,
h5:hover .header-link,
h6:hover .header-link {
opacity: 1;
}
</style>
<style>
.top-bar
{
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
-webkit-transition-property: -webkit-transform;
transition-property: transform;
}
/*
http://osvaldas.info/auto-hide-sticky-header
MIT license
*/
.header--hidden
{
-webkit-transform: translateY( -100% );
-ms-transform: translateY( -100% );
transform: translateY( -100% );
transition-duration: .5s;
transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
-webkit-transition-property: -webkit-transform;
transition-property: transform;
}
</style>
<style>
#doc-content a.guide {
color: white;
}
</style>
<style>
.tocify {
margin-top: 80px;
}
</style>
</script>
</head>
<body>
<<div class="github-fork-ribbon-wrapper right" style="position: fixed;">
<div class="github-fork-ribbon">
<a href="https://github.com/apache/isis#fork-destination-box">Fork me on GitHub</a>
</div>
</div>
<div class="row">
<div class="fixed contain-to-grid header">
<nav class="top-bar" data-topbar role="navigation" style="max-width: 80rem">
<ul class="title-area">
<li class="name">
<h1>
<a href="/index.html">Apache Isis™</a>
</h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li class="has-form">
<FORM class="searchbox navbar-form navbar-right" id="searchbox_012614087480249044419:dn-q5gtwxya" action="http://www.google.com/cse">
<div class="row collapse">
<input type="hidden" name="cx" value="012614087480249044419:dn-q5gtwxya">
<INPUT type="hidden" name="cof" value="FORID:0">
<INPUT class="form-control" name="q" type="text" placeholder="Search">
</div>
</FORM>
</li>
</ul>
<!-- Left Nav Section -->
<ul class="left">
<li><a href="/documentation.html">Documentation</a></li>
<li><a href="/downloads.html">Downloads</a></li>
<li><a href="/help.html">Help</a></li>
<li><a href="/asf.html">@ASF</a></li>
</ul>
</section>
</nav>
</div>
</div>
<div class="row">
<div id="doc-content-left" class="large-9 medium-9 columns">
<div id="doc-content">
<div class="sect1">
<h2 id="_summary">Summary</h2>
<div class="sectionbody">
<div class="paragraph">
<p>This table summarises all releases of Apache Isis to date.</p>
</div>
<table class="tableblock frame-all grid-all spread">
<colgroup>
<col style="width: 7.6923%;">
<col style="width: 15.3846%;">
<col style="width: 30.7692%;">
<col style="width: 7.6923%;">
<col style="width: 7.6923%;">
<col style="width: 7.6923%;">
<col style="width: 23.077%;">
</colgroup>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">Version</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">Date</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Release notes</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Features</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Improves</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">Bugs</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>JIRA relnotes</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.13.2.1">1.13.2.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">03-jan-2017</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Patch release for simpleapp archetype only (docker images, regular actions instead of mixins)</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">2</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</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&version=12338937">Release notes for v1.13.2.1</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.13.2.1">1.13.2</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">14-dec-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Patch release, modular simpleapp archetype</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">2</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">9</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">5</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&version=12338744">Release notes for v1.13.2</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.13.1">1.13.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">30-oct-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Patch release, better support for docker</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">1</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">13</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">21</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&version=12337967">Release notes for v1.13.1</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.13.0">1.13.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">11-jul-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Commands, interactions and internal refactorings</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">27</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">50</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">23</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&version=12335362">Release notes for v1.13.0</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.12.2">1.12.2</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">06-jun-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Bug-fix release</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">2</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&version=12335949">Release notes for v1.12.2</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.12.1">1.12.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">12-apr-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Bug-fix release</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">4</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&version=12335484">Release notes for v1.12.1</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.12.0">1.12.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">29-mar-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Dynamic XML layouts</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">7</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">21</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">21</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&version=12327483">Release notes for v1.12.0</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.11.1">1.11.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">17-jan-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Re-release under Java 1.7 (using toolchains plugin).</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">1</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&version=12334640">Release notes for v1.11.1</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.11.0">1.11.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">02-jan-2016</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>More flexible REST API, view models using JAXB.</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">9</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">19</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">12</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&version=12333974">Release notes for v1.11.0</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.10.0">1.10.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">10-nov-2015</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>New domain services, multi-tenancy support and mixins.</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">7</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">18</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">12</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&version=12333354">Release notes for 1.10.0</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.9.0">1.9.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">1-sep-2015</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>AppManifest, Restful Objects representations and other "under-the-cover" improvements.</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">18</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">50</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">25</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&version=12332806">Release notes for 1.9.0</a></p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.8.0">1.8.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">24-feb-2015</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Wicket viewer moved into core; todoapp archetype moved to <a href="http://www.isisaddons.org">Isis Addons</a> (non-ASF).</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">27</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">41</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">20</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12328845">core-1.8.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12328847">archetype-1.8.0</a></p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.7.0">1.7.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">18-oct-2014</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Module functionality previously in 1.6.0 now retired; use <a href="http://isisaddons.org">Isis Addons</a> (non-ASF) instead.</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">9</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">20</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326453">core-1.7.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326460">viewer-wicket-1.7.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12327441">archetype-simpleapp-1.7.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12327440">archetype-todoapp-1.7.0</a></p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.6.0">1.6.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">28-jul-2014</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Restful Objects viewer, JDO/Datanucleus Objectstore and Shiro Security all moved into core. Quickstart-wrj archetype renamed to todoapp; simple-wrj archetype renamed to simpleapp. Some functionality copied/refactored as <a href="http://www.isisaddons.org">Isis Addons</a> (non-ASF).</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">6</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">12</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">15</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12325314">core-1.6.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12325318">viewer-wicket-1.6.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326462">archetype-simpleapp-1.6.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326461">archetype-todoapp-1.6.0</a></p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.5.0">1.5.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">08-jun-2014</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>No longer releasing security-file</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">3</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">19</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">13</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326524">core-1.5.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326525">objectstore-jdo-1.5.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326529">security-shiro-1.5.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326947">viewer-restfulobjects-2.3.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326526">viewer-wicket-1.5.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326528">archetype-simple-wrj-1.5.0</a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12326527">archetype-quickstart-wrj-1.5.0</a></p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.4.1">1.4.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">14-mar-2014</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Patch release</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">2</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">2</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>objectstore-jdo-1.4.1</p>
</li>
<li>
<p>viewer-wicket-1.4.1</p>
</li>
<li>
<p>archetype-simple-wrj-1.4.1</p>
</li>
<li>
<p>archetype-quickstart-wrj-1.4.1</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.4.0">1.4.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">11-mar-2014</p></td>
<td class="tableblock halign-left valign-top"><div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">56</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">62</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">26</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>core-1.4.0</p>
</li>
<li>
<p>objectstore-jdo-1.4.0</p>
</li>
<li>
<p>security-file-1.4.0</p>
</li>
<li>
<p>security-shiro-1.4.0</p>
</li>
<li>
<p>viewer-restfulobjects-2.2.0</p>
</li>
<li>
<p>viewer-wicket-1.4.0</p>
</li>
<li>
<p>archetype-simple-wrj-1.4.0</p>
</li>
<li>
<p>archetype-quickstart-wrj-1.4.0</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.3.1">1.3.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">7-nov-2013</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Patch release</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">1</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">0</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">3</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>viewer-wicket-1.3.1</p>
</li>
<li>
<p>archetype-simple-wrj-1.3.1</p>
</li>
<li>
<p>archetype-quickstart-wrj-1.3.1</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.8.0">1.3.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">25-oct-2013</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>WRJ archetype renamed to Quickstart WRJ. Simple WRJ archetype added.</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">52</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">61</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">30</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>core-1.3.0</p>
</li>
<li>
<p>objectstore-jdo-1.3.0</p>
</li>
<li>
<p>security-file-1.0.2</p>
</li>
<li>
<p>security-shiro-1.3.0</p>
</li>
<li>
<p>viewer-restfulobjects-2.1.0</p>
</li>
<li>
<p>viewer-wicket-1.3.0</p>
</li>
<li>
<p>archetype-simple-wrj-1.3.0</p>
</li>
<li>
<p>archetype-quickstart-wrj-1.3.0</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.2.0">1.2.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">30-may-2013</p></td>
<td class="tableblock halign-left valign-top"><div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">22</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">41</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">15</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>core-1.2.0</p>
</li>
<li>
<p>objectstore-jdo-1.2.0</p>
</li>
<li>
<p>security-file-1.0.1</p>
</li>
<li>
<p>security-shiro-1.1.1</p>
</li>
<li>
<p>viewer-restfulobjects-2.0.0</p>
</li>
<li>
<p>viewer-wicket-1.2.0</p>
</li>
<li>
<p>archetype-wrj-1.0.3</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.1.0">1.1.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">31-jan-2013</p></td>
<td class="tableblock halign-left valign-top"><div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">9</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">18</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">8</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>core-1.1.0</p>
</li>
<li>
<p>security-shiro-1.1.0</p>
</li>
<li>
<p>viewer-wicket-1.1.0</p>
</li>
<li>
<p>archetype-wrj-1.0.2</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.0.1">1.0.1</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">10-jan-2013</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>Combining RestfulObjects and Wicket viewers into a single webapp, along with Shiro security</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">1</p></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>security-shiro-1.0.0</p>
</li>
<li>
<p>archetype-wrj-1.0.1</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#r1.0.0">1.0.0</a></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">24-dec-2012</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>First release having graduated</p>
</div></div></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">8</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">33</p></td>
<td class="tableblock halign-right valign-top"><p class="tableblock">6</p></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>core-1.0.0</p>
</li>
<li>
<p>security-file-1.0.0</p>
</li>
<li>
<p>viewer-wicket-1.0.0</p>
</li>
<li>
<p>viewer-restfulobjects-1.0.0</p>
</li>
<li>
<p>archetype-wrj-1.0.0</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">0.2.0-incubating</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">20-feb-2012</p></td>
<td class="tableblock halign-left valign-top"><div></div></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>0.2.0-incubating</p>
</li>
</ul>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock">0.1.2-incubating</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">13-jul-2011</p></td>
<td class="tableblock halign-left valign-top"><div><div class="paragraph">
<p>First release in the ASF incubator</p>
</div></div></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-right valign-top"></td>
<td class="tableblock halign-left valign-top"><div><div class="ulist">
<ul>
<li>
<p>0.1.2-incubating</p>
</li>
</ul>
</div></div></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="sect1">
<h2 id="r1.13.2.1">1.13.2.1</h2>
<div class="sectionbody">
<div class="paragraph">
<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">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1558">ISIS-1558</a> - Extend simpleapp archetype to also build docker images</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.13.2">1.13.2</h2>
<div class="sectionbody">
<div class="paragraph">
<p>This is a maintenance release with a number of minor improvements and bug fixes.
If these the main improvement is that the simpleapp archetype has been substantially reworked to be more modular.</p>
</div>
<div class="paragraph">
<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://github.com/isisaddons/isis-module-flywaydb">Isis addons' flywaydb</a> module.</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-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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1471">ISIS-1471</a> - Integrate Flyway or Liquibase or something similar (see (non-ASF) <a href="http://github.com/isisaddons/isis-module-flywaydb">Isis addons' flywaydb</a> module.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_2">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1553">ISIS-1553</a> - If in prototyping mode, shouldn’t have to keep logging in when restart (rememberMe should activate)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1552">ISIS-1552</a> - Use 'readonly' rather than 'disabled' tag, in compliance with w3c spec (Firefox and Chrome 54+)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1550">ISIS-1550</a> - Remove metamodel validation that insists on at least one @PersistenceCapable class.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1548">ISIS-1548</a> - Allow @Mixin annotation to specify the method name to use (instead of '$$') meaning to infer the mixin name from the mixin type. Also, allow '$' to be used as separator of the mixin type.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1546">ISIS-1546</a> - Reduce logging (don’t show stack traces) for invalid user/pass attempts</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1543">ISIS-1543</a> - IsisConfigurationBuilder should obfuscate password when logged.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1538">ISIS-1538</a> - Rework simpleapp archetype so that is more modular.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1503">ISIS-1503</a> - Allow security checking be disabled when running via SudoService.</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-1545">ISIS-1545</a> - QueryResultsCache can sometimes result in throwing an exception if not properly initialized when fixtures being installed.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1541">ISIS-1541</a> - When no explicit layout xml is available the order of the members is set to incorrect, ignoring other facets</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1533">ISIS-1533</a> - Fix edit icon offset for boolean, referencem blob, clob and multilinestring panels</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1524">ISIS-1524</a> - Dates not showing in view model</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1496">ISIS-1496</a> - A domainobject annotated with @DomainObject(auditing = Auditing.DISABLED) is audited nonetheless</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_2">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.13.2">1.13.2</h2>
<div class="sectionbody">
<div class="paragraph">
<p>This is a maintenance release with a number of minor improvements and bug fixes.
If these the main improvement is that the simpleapp archetype has been substantially reworked to be more modular.</p>
</div>
<div class="paragraph">
<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://github.com/isisaddons/isis-module-flywaydb">Isis addons' flywaydb</a> module.</p>
</div>
<div class="sect2">
<h3 id="_new_feature_2">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1471">ISIS-1471</a> - Integrate Flyway or Liquibase or something similar (see (non-ASF) <a href="http://github.com/isisaddons/isis-module-flywaydb">Isis addons' flywaydb</a> module.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_3">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1553">ISIS-1553</a> - If in prototyping mode, shouldn’t have to keep logging in when restart (rememberMe should activate)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1552">ISIS-1552</a> - Use 'readonly' rather than 'disabled' tag, in compliance with w3c spec (Firefox and Chrome 54+)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1550">ISIS-1550</a> - Remove metamodel validation that insists on at least one @PersistenceCapable class.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1548">ISIS-1548</a> - Allow @Mixin annotation to specify the method name to use (instead of '$$') meaning to infer the mixin name from the mixin type. Also, allow '$' to be used as separator of the mixin type.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1546">ISIS-1546</a> - Reduce logging (don’t show stack traces) for invalid user/pass attempts</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1543">ISIS-1543</a> - IsisConfigurationBuilder should obfuscate password when logged.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1538">ISIS-1538</a> - Rework simpleapp archetype so that is more modular.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1503">ISIS-1503</a> - Allow security checking be disabled when running via SudoService.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_2">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1541">ISIS-1541</a> - When no explicit layout xml is available the order of the members is set to incorrect, ignoring other facets</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1533">ISIS-1533</a> - Fix edit icon offset for boolean, referencem blob, clob and multilinestring panels</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1524">ISIS-1524</a> - Dates not showing in view model</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1496">ISIS-1496</a> - A domainobject annotated with @DomainObject(auditing = Auditing.DISABLED) is audited nonetheless</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_3">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.13.1">1.13.1</h2>
<div class="sectionbody">
<div class="paragraph">
<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_3">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>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_4">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1522">ISIS-1522</a> - Remove unused field declarations</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1519">ISIS-1519</a> - Deprecate JdoColumnLength in applib, instead define types</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1518">ISIS-1518</a> - Hide and replace certain UI fragments</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1514">ISIS-1514</a> - Hide the calendar hint on the date time (users tend to click on it)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1508">ISIS-1508</a> - The integration test framework should be more resilient to badly behaved tests that leave the transaction incomplete</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1507">ISIS-1507</a> - QueryResultsCache should be disabled while fixture scripts are running.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1505">ISIS-1505</a> - MetaModelService should return an unknown enum rather than throw exception, eg if passed an java.lang.Object.class.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1499">ISIS-1499</a> - Improve BookmarkService to be able to "lookup" domain services, so that can schedule background commands against a service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1495">ISIS-1495</a> - Extend SessionLoggingService.CausedBy enum, so can mark as complete any log entries that are still shown as ongoing when app (re)starts</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1492">ISIS-1492</a> - Adding css-class to object forms</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1491">ISIS-1491</a> - Changed all occurrences of allowNulls and allowsNulls in the docs to</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1476">ISIS-1476</a> - Transaction interface: Expose "clearAbortCause" for don’t pick up handled persistence Exceptions</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_3">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1524">ISIS-1524</a> - Dates not showing in view model</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1520">ISIS-1520</a> - Amelia template is broken</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1517">ISIS-1517</a> - Typo on home page</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1516">ISIS-1516</a> - Typo on home page</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1515">ISIS-1515</a> - BackgroundCommandExecution can NPE if it attempts to invoke an action on an object that no longer exists.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1502">ISIS-1502</a> - Error handling of invalid domain object not strong enough, causing infinite loop in endTransaction.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1498">ISIS-1498</a> - BackgroundCommandExecution does not handle exceptions correctly.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1497">ISIS-1497</a> - AbstractIsisSessionTemplate does not lookup adapter for OidDtos correctly.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1494">ISIS-1494</a> - EmailNotificationServiceDefault does not use overriding implementations of EmailService</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1493">ISIS-1493</a> - Sorting of records with null values is not working correctly</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1490">ISIS-1490</a> - Fix 'svg' suffix in ImageResourceCacheClassPath</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1483">ISIS-1483</a> - Tiny bug in the SimpleObjectTest unit test as generated by the simpleapp.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1482">ISIS-1482</a> - Occasional(?) exception in i18n PoWriter, looks like a concurrent access problem</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1481">ISIS-1481</a> - Duplicate PK exception for SessoinLogEntry (isisaddons implementation of SessionLoggingService) due to race condition.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1480">ISIS-1480</a> - LocalDateTime property on different tabs, encoding exception</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1477">ISIS-1477</a> - Background command execution of commands with 0 parameters causes an NPE</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1475">ISIS-1475</a> - Application name not set</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1474">ISIS-1474</a> - Cannot use custom implementation of authenticationmanager (ShiroWithOAuth2AuthenticationManagerInstaller)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1472">ISIS-1472</a> - Any attempts to schedule a background job via the RO viewer fail, due to incomplete state. (In fact: actions with commands cannot be invoked via RO viewer).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1470">ISIS-1470</a> - Maintenance 1.13.1 umbrella ticket</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.13.0">1.13.0</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Apache Isis 1.13.0 improves and formalizes the support for commands and auditing, and introduces the new concept of an
interaction. A command now represents the <em>intention</em> to interact with the application, either to invoke an action or
to edit a property. This is captured as a JAXB DTO. An interaction on the other hand captures the fact that a
command has been performed. Interactions are also captured as DTOs. Interactions can include sub-interactions,
representing the fact that an action can invoke another action by way of the
<a href="guides/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a>.</p>
</div>
<div class="paragraph">
<p>The existing <a href="guides/rgsvc.html#_rgsvc_spi_AuditingService"><code>AuditingService</code></a> and
<a href="guides/rgsvc.html#_rgsvc_spi_PublishingService"><code>PublishingService</code></a> SPI services have both been deprecated, instead
replaced by <a href="guides/rgsvc.html#_rgsvc_spi_AuditerService"><code>AuditerService</code></a> and
<a href="guides/rgsvc.html#_rgsvc_spi_PublisherService"><code>PublisherService</code></a>. It is now possible to have multiple implementations
of each.</p>
</div>
<div class="paragraph">
<p>The (non-ASF) <a href="http://github.com/isisaddons/isis-module-auditing">Isis addons' auditing</a> module has been reworked to
implement <a href="guides/rgsvc.html#_rgsvc_spi_AuditService"><code>AuditService</code></a>, while the new (non-ASF)
<a href="http://github.com/isisaddons/isis-module-publishmq">Isis addons' publishmq</a> module implements
<a href="guides/rgsvc.html#_rgsvc_spi_PublisherService"><code>PublisherService</code></a> to publish interaction events to an ActiveMQ bus (and
to allow such events to be replayed if necessary).</p>
</div>
<div class="paragraph">
<p>The release also includes a great deal of internal refactorings and simplifications.</p>
</div>
<div class="paragraph">
<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.html#_migration-notes_1.12.0-to-1.13.0.adoc">migration notes</a> when you upgrade your app.</p>
</div>
<div class="sect2">
<h3 id="_new_feature_4">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1433">ISIS-1433</a> - New configuration option to allow a minimum/maximum date to be specified for date pickers.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1421">ISIS-1421</a> - Possible object deadlock when under load.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1420">ISIS-1420</a> - To support dockerization, have any overrides.properties file take precedence over any other config properties</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1418">ISIS-1418</a> - Support @Nullable for parameters and properties</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1413">ISIS-1413</a> - Gradle script (and docs) in simpleapp archetype to auto-enhance and for dynamic layouts, also liveReload</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1399">ISIS-1399</a> - MetricsService to capture within InteractionContext, for profiling.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1390">ISIS-1390</a> - Provide a default CommandService, to return CommandDefault.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1389">ISIS-1389</a> - New InteractionContext service and Interaction to handle the execution of commands.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1385">ISIS-1385</a> - Improve DomainChangeJdoAbstract (superclass of commands, audits etc) so cannot "open" target object if a domain service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1384">ISIS-1384</a> - Extend MetaModelService to indicate what "sort of" object a given domain type represents.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1381">ISIS-1381</a> - Extend ActionInvocationMementoDto (XSD) to apply to bulk actions (a list of targets and perhaps list of mixins).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1380">ISIS-1380</a> - ActionInvocationMementoDTO to capture stacktrace, if any, when an action is invoked.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1379">ISIS-1379</a> - ActionInvocationMementoDto (XSD) should hold subactions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1378">ISIS-1378</a> - ActionInvocationMementoDTO (XSD) returned object also indicates its type (same as parameters)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1377">ISIS-1377</a> - ActionInvocationMementoDto (XSD) with majorVersion and minorVersion, so that each instance identifies the "logical" version of the schema with which it is compatible.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1376">ISIS-1376</a> - ActionInvocationMementoDto (XSD) to capture end time of each action invocation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1375">ISIS-1375</a> - extend BackgroundCommandService to be able to invoke mixed-in actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1374">ISIS-1374</a> - extend BackgroundCommandService to be able to invoke mixed-in actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1373">ISIS-1373</a> - Have isis-core-applib depend upon isis-core-schema</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1372">ISIS-1372</a> - Change BackgroundCommandService to work with new Command DTO</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1370">ISIS-1370</a> - New PublisherService to simplify and replace PublishingService.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1368">ISIS-1368</a> - The (new) PublisherService API should provide the ability to republish (action) commands.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1291">ISIS-1291</a> - Define new DTO (XSD) as the memento for Command#setMemento</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-855">ISIS-855</a> - Allow contributed actions to be renamed in the contributee</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-542">ISIS-542</a> - Restrict which entities a service action is contributed to (as either a contributed action or contributed assocation).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-292">ISIS-292</a> - Remove Authenticator#isValid method; should not be defined as part of API.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_5">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1462">ISIS-1462</a> - A new user has some trouble navigating to a single item in a collection using wicket ui</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1460">ISIS-1460</a> - Position edit link on top of string field.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1459">ISIS-1459</a> - Add AppManifest.Util class to set up common configuration properties for running in-memory</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1457">ISIS-1457</a> - PoWriter shouldn’t log on shutdown if there are metamodel validation exceptions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1455">ISIS-1455</a> - Improve metamodel invalid exception handling</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1449">ISIS-1449</a> - Rename 'isis.viewer.wicket.suppressRememberMe' to 'isis.viewer.wicket.rememberMe.suppress'</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1448">ISIS-1448</a> - Reinstate component factory for collections, so that they can be easily substituted.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1447">ISIS-1447</a> - Avoid possible race-condition resulting in 500 errors under the Restful Objects viewer</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1445">ISIS-1445</a> - Tab names (in XML layouts) should be translated via TranslationService</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1443">ISIS-1443</a> - Refactor specloader so that specs for domain services are marked as a service from the get-go</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1442">ISIS-1442</a> - Mark some applib classes as @Value in order to reduce size of the metamodel (don’t mixin to these).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1441">ISIS-1441</a> - Remove subclass of AuthenticationManagerStandard in isis-core-runtime.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1438">ISIS-1438</a> - Set up JAXBContext for ChangesDtoUtils and the others in a background thread.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1437">ISIS-1437</a> - Configure slow-running Wicket bootstrapping in separate background threads.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1430">ISIS-1430</a> - Deprecate AuditingService3 and replace with AuditerService, with transactions identified by …​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1429">ISIS-1429</a> - Remove unused code.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1428">ISIS-1428</a> - Remove unnecessary 'synchronized' modifiers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1427">ISIS-1427</a> - Simplify bootstrapping code</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1426">ISIS-1426</a> - Remove unused log4j appender classes</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1425">ISIS-1425</a> - Fix support for publishing of wrapper calling programmatically instantiated mixin.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1419">ISIS-1419</a> - Simplify session management handling (IllegalStateException when integ tests complete).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1417">ISIS-1417</a> - For faster start-ups, allow any deprecated facets to simply be ignored.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1416">ISIS-1416</a> - To reduce application bootstrap times, allow set…​() and inject…​() style of dependency injection to be diabled.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1415">ISIS-1415</a> - Reduce app startup times by lazily initializing the ApplicationFeatureRepository,</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1411">ISIS-1411</a> - Refactoring - simplify PersistenceSession.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1410">ISIS-1410</a> - Minor performance improvements/refactorings (no functional change)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1409">ISIS-1409</a> - Simplify RuntimeContext (internal bootstrapping)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1408">ISIS-1408</a> - Simplify InstallerLookup and IsisComponentProvider (internal bootstrapping)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1407">ISIS-1407</a> - Refactor SpecificationLoader into an internal domain service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1406">ISIS-1406</a> - Refactor IsisConfigurationDefault and the metamodel.ConfigurationService into an internal domain service</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1404">ISIS-1404</a> - Refactor AuthenticationSessionProvider as an internal domain service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1398">ISIS-1398</a> - Refactor PropertySetterFacet to follow the pattern for ActionInvocationFacet.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1397">ISIS-1397</a> - Generalize ActionInvocationMemento to also capture property modifications. Rename to MemberInteractionMemento.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1392">ISIS-1392</a> - Extend RepositoryService with persistAndFlush(…​) and removeAndFlush(…​) methods</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1387">ISIS-1387</a> - Ensure that generated bs3 layout XML files include a suitable namespace prefix.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1386">ISIS-1386</a> - Ensure that generated aim, cmd or common memento XML include a suitable namespace prefix.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1371">ISIS-1371</a> - ActionInvocationMementoDto (XSD) to capture the mixed-in object (if any).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1369">ISIS-1369</a> - Add missing tests for AppFeature</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1367">ISIS-1367</a> - Extend MetaModelService to expose the nature of a domain service. Have DomainObjectContainer#isViewModel(…​) delegate to it.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1366">ISIS-1366</a> - Add svg image suffix support (PR #38)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1365">ISIS-1365</a> - DomainObjectContainerDefault should delegate to RepositoryService (and others) where possible.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1364">ISIS-1364</a> - Improve Asciidoc and Javadoc for migrating from DomainObjectContainer#persist() to RepositoryService#persist()</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1359">ISIS-1359</a> - Action annotated as autoCompleteAction cannot be annotated with @Programmatic. This should be possible.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1356">ISIS-1356</a> - Install a BulkFacet even if @Action( invokeOn=OBJECTS_ONLY)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1352">ISIS-1352</a> - collapse IsisSystemFactoryThatUsesInstallers up to IsisSystemFactory</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1344">ISIS-1344</a> - Remove the *Transaction facets</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1343">ISIS-1343</a> - Properly handle domain events from mixins, exposing the underlying "mixedIn" domain object.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1338">ISIS-1338</a> - Extend ResourceServlet and simpleapp archetype for SVG image type.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1256">ISIS-1256</a> - Shiro has a vulnerabilty for default rememberMe cookie. We should work around this somehow</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_4">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-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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1434">ISIS-1434</a> - Cookie not cleared after logout, Shiro session remains active</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1432">ISIS-1432</a> - When there is no default for a date parameter, the system is defaulting to the current date, whereas it should be null.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1423">ISIS-1423</a> - TranslationServicePo does not guard against null keys.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1422">ISIS-1422</a> - Autocomplete publishes events to the event bus.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1414">ISIS-1414</a> - nextTransaction can cause null pointers with the new MetricsService.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1412">ISIS-1412</a> - Actions annotated with SemanticsOf.IDEMPOTENT_ARE_YOU_SURE throw a NullPointerException when invoked through the REST API</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1405">ISIS-1405</a> - Refactor DeploymentCategoryProvider into an internal domain service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1402">ISIS-1402</a> - Remove the Debuggable interface.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1401">ISIS-1401</a> - NPE when wrapping call to FixtureScripts#runFixtureScript for a newly instantiated FixtureScript</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1400">ISIS-1400</a> - bulk-only actions are shown on object forms</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1393">ISIS-1393</a> - Maven swagger goal failed: No Session opened for this thread</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1383">ISIS-1383</a> - Missing component factory class names in Wicket HTML</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1382">ISIS-1382</a> - Cancel buttons disappeared on modal dialogs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1358">ISIS-1358</a> - Simpleapp created from archetype and packaged to war fails when deploying to Tomcat</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1336">ISIS-1336</a> - config param typo…​ titleEvent should be titleUiEvent.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_4">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.12.2">1.12.2</h2>
<div class="sectionbody">
<div class="paragraph">
<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_5">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1132">ISIS-1132</a> - possible timezone issues when refresh page in Wicket viewer.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_5">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.12.1">1.12.1</h2>
<div class="sectionbody">
<div class="paragraph">
<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_6">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1357">ISIS-1357</a> - Update dependency from guava-19.0.20150826 to guava-19.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1361">ISIS-1361</a> - View model that changes two domain objects only has one of them updated.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1363">ISIS-1363</a> - ConfigurationServiceMenu is defined under the prototyping menu, but is not restricted to prototyping. Suggest place under the tertiary menu instead.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_6">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.12.0">1.12.0</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The main feature in 1.12.0 is much enhanced support for custom layouts, using an optional separate XML layout file <code>Xxx.layout.xml</code> (where <code>Xxx</code> is the class of the object being rendered). This is similar in concept to the earlier support we have had for custom layouts through a <code>.layout.json</code> file, but introduces the ability to position object members anywhere using bootstrap columns and rows. It also brings in
support for tabgroups, and allows object members to be included in the page more than once (eg a table view and also a (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-fullcalendar2">calendar</a> view).</p>
</div>
<div class="paragraph">
<p>As a result of this change, the support for editing objects has been modified; rather than an 'edit' button which toggles the entire
page into edit mode, instead each property is edited individually. The current implementation of this is using a prompt dialog (very
similar to the action prompt dialogs; in a future release we hope to support "in-place" edits instead.</p>
</div>
<div class="paragraph">
<p>Another notable change in this release include various new domain services. Some of these are in support of the dynamic layouts
functionality, others including new access into Apache Isis' metamodel. (Some of these new services were originally part of the (non-ASF)
<a href="http://isisaddons.org">Isis Addons</a>). In addition, the <a href="guides/rgsvc.html#_rgsvc_api_DomainObjectContainer"><code>DomainObjectContainer</code></a>
service has been deprecated, replaced by a number of fine-grained services
(such as <a href="guides/rgsvc.html#_rgsvc_api_RepositoryService"><code>RepositoryService</code></a> and <a href="guides/rgsvc.html#_rgsvc_api_MessageService"><code>MessageService</code></a>).</p>
</div>
<div class="paragraph">
<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 dynamic layouts
functionality). In all cases these mixins can be hidden using either security or by writing a <a href="guides/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_5">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.html#_rgsvc_api_ConfigurationService"><code>ConfigurationService</code></a> to list all configuration properties in the UI</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1325">ISIS-1325</a> - New <a href="guides/rgsvc.html#_rgsvc_api_SessionManagementService"><code>SessionManagementService</code></a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1317">ISIS-1317</a> - Allow single domain object class to be invalidated through a mixin.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1313">ISIS-1313</a> - Enhancement to <a href="guides/rgmvn.html#_rgmvn_xsd">xsd</a> goal of the isis-maven-plugin to ignore/include the Isis common schemas.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1292">ISIS-1292</a> - Extend <a href="guides/rgsvc.html#_rgsvc_api_MetaModelService"><code>MetaModelService</code></a> to surface packages, classes etc (as used by the security module).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-993">ISIS-993</a> - Show different object members on multiple tabs (<a href="guides/ugfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-784">ISIS-784</a> - Change Wicket viewer to get rid of edit mode, instead allow individual fields to be edited by clicking on them (similar to the way that JIRA works).</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_6">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1332">ISIS-1332</a> - Factor out a <a href="guides/rgsvc.html#_rgsvc_spi_HintStore"><code>HintStore</code></a> service, so that this is pluggable.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1330">ISIS-1330</a> - Add CSS classes for table cells and for collections to make it easier to fine tune pages using CSS.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1329">ISIS-1329</a> - Extend hint support for "show all"</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1327">ISIS-1327</a> - Change the view mode of the select2 (value drop down) to be a simple text field.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1324">ISIS-1324</a> - Allow multiple different views of same collection in a layout (<a href="guides/ugfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1323">ISIS-1323</a> - Deprecate @CollectionLayout#renderType, since is duplicated by <a href="guides/rgant.html#_rgant-CollectionLayout_defaultView"><code>@CollectionLayout#defaultView()</code></a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1322">ISIS-1322</a> - Mixins not exposing the mixedin object in events (for subscribers to veto).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1321">ISIS-1321</a> - Extend <a href="guides/rgsvc.html#_rgsvc_api_MetaModelService"><code>MetaModelService</code></a> to allow CSV of metamodel to be downloaded.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1320">ISIS-1320</a> - Move <a href="guides/rgsvc.html#_rgsvc_spi_ContentMappingService"><code>ContentMappingService</code></a> to applib (and simplify)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1312">ISIS-1312</a> - Improve <a href="guides/rgsvc.html#_rgsvc_api_JaxbService"><code>JaxbServiceDefault#xsd(…​)</code></a> to correctly reference the Isis common schema imports.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1300">ISIS-1300</a> - Allow the enablement of the WicketSource plugin to be configurable, and disabled by default</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1299">ISIS-1299</a> - <a href="guides/rgant.html#_rgant-ViewModel"><code>@ViewModel</code></a> and <a href="guides/rgant.html#_rgant-XmlRootElement"><code>@XmlRootElement</code></a> view models should automatically support isCloneable.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1298">ISIS-1298</a> - Fix deprecated annotation use for ViewModel.Cloneable#clone</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1295">ISIS-1295</a> - Run integration tests using thread-local, to allow "complete" tests that also exercise, eg Quartz jobs.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1240">ISIS-1240</a> - Derive icon from service when not provided</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1239">ISIS-1239</a> - For wicket ui, use a cookie or similar to remember the hint from last time (<a href="guides/ugfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1228">ISIS-1228</a> - Reorganizing/splitting out <a href="guides/rgant.html#_rgant-DomainObjectContainer"><code>@DomainObjectContainer</code></a> service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1048">ISIS-1048</a> - Make view model URLs more secure, eg through a private key (<a href="guides/rgsvc.html#_rgsvc_spi_UrlEncodingService"><code>UrlEncodingService</code></a>).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1037">ISIS-1037</a> - Support layout.xml as well as layout.json (<a href="guides/ugfun.html#_ugfun_object-layout_dynamic_xml">dynamic XML layouts</a>)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-806">ISIS-806</a> - In Wicket viewer, shouldn’t be possible to invoke an action if editing a form.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_7">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.html#_ugtst_unit-test-support_soap-fake-server-junit-rule">SoapEndpointPublishingRule</a> when multiple endpoints.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1347">ISIS-1347</a> - Missing annotation in SimpleObject</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1346">ISIS-1346</a> - ActionInvocationContext isn’t populated properly</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1342">ISIS-1342</a> - The metamodel validation error page doesn’t reliably render itself if there are errors.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1341">ISIS-1341</a> - Restful Objects viewer should perform a flush transaction before generating representations.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1340">ISIS-1340</a> - Rebuild metamodel mixin action isn’t working reliably</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1328">ISIS-1328</a> - Bookmark hints are not being honoured</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1319">ISIS-1319</a> - Input dialog for action label for mandatory parameter not shown when the parameter is an view model</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1318">ISIS-1318</a> - contributed actions/mixins breaks publishing; also flush any pending actions to be published as the result of doing a wrapped action via the <a href="guides/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1315">ISIS-1315</a> - Can’t generate <a href="guides/rgmvn.html#_rgmvn_swagger">swagger</a> specs, where actions are contributed.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1314">ISIS-1314</a> - Filename parameter label missing for DTO mixins</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1311">ISIS-1311</a> - Mixins for Persistable metadata causes exception when rendering.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1310">ISIS-1310</a> - DomainObjectContainer#titleOf(..) does not resolve @Title annotated on private field</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1309">ISIS-1309</a> - Disabled no-arg "are you sure" actions still show the prompt to be shown..</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1305">ISIS-1305</a> - For collections contributed from mixins, the name is empty (presumably null or "")</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1304">ISIS-1304</a> - Table column with icon and title is not left aligned</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1125">ISIS-1125</a> - Spurious WARN messages for translation messages of contributed actions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1075">ISIS-1075</a> - RO viewer’s version resource always returns a 420 (method failure)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1063">ISIS-1063</a> - View models with mandatory enum properties are not initialized correctly.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-906">ISIS-906</a> - incorrectly attempts to render a veto exception (from a subscriber) to a non-existent action dialog panel when invoked for a no-arg action.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-687">ISIS-687</a> - @AutoComplete annotation on repository does not seem to honour @MinLength</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_dependency_upgrade">Dependency upgrade</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1288">ISIS-1288</a> - Update (minor) dependencies</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_7">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.11.1">1.11.1</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Apache Isis 1.11.1 is a bug fix release for Apache Isis 1.11.0, re-releasing using Java 7.</p>
</div>
<div class="paragraph">
<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_8">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.11.0">1.11.0</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The main focus for Apache Isis 1.11.0 is on the REST API and on view models using JAXB:</p>
</div>
<div class="ulist">
<ul>
<li>
<p>the <a href="guides/ugvro.html">Restful Objects viewer</a> now supports simplified
representations intended to make it easier to write custom Javascript (and other) clients that consume the REST API;
these are obtained using the HTTP Accept header. There is also support for <a href="http://swagger.io">Swagger</a> spec files
so that the REST API can be more easily explored and tested.<br></p>
<div class="paragraph">
<p>In addition, the <code>x-ro-follow-links</code> capability for RO spec representations is now supported.</p>
</div>
</li>
<li>
<p>JAXB-annotated classes are now recognised as view models; these also enable the contents
collections to be part of the view model’s state (previously only view model properties were recognised). The new
UrlEncodingService allows long URLs (for view models) to be converted into shorter URLs; this also allows the URL
to optionally be encrypted.</p>
</li>
</ul>
</div>
<div class="paragraph">
<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_6">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1274">ISIS-1274</a> - ContentNegotiationService for simplified representations for custom RO clients</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1262">ISIS-1262</a> - Provide mixin to allow the JDO metadata to be downloaded for any Persistable.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1258">ISIS-1258</a> - Extend the Isis maven plugin to be able to generate XSD schemas using the JaxbService</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1252">ISIS-1252</a> - New TitleUiEvent, IconUiEvent and CssClassUiEvent as a means to allow subscribers to provide a title for domain objects.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1251">ISIS-1251</a> - UrlEncodingService as a plugin point for serializing mementos into a URL-friendly string.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1250">ISIS-1250</a> - JaxbService to marshall DTOs to XML.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1217">ISIS-1217</a> - Formatting text inside a text field</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-666">ISIS-666</a> - Provide the ablity to return (and render) a different object when an action is invoked.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_7">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1273">ISIS-1273</a> - Enhance RO viewer so that the default RO v1 representations are implemented as a ContentNegotiationService</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1269">ISIS-1269</a> - Deleting an object from a list can cause NPE when that list is re-rendered.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1259">ISIS-1259</a> - For derived parameter names from nested inner classes, ignore the parent out class</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1257">ISIS-1257</a> - Allow @Title to be added as an annotation to fields.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1255">ISIS-1255</a> - Provide configuration property so that domain events set to Xxx.Default are either ignored (like the Noop) or are posted anyway.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1254">ISIS-1254</a> - Disable action/property/collection events if set to Noop domain events</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1249">ISIS-1249</a> - Annotate AbstractSubscriber with @DomainServiceLayout(menuOrder=…​) so that this is picked up by default by all implementations.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1246">ISIS-1246</a> - Better diagnostics on NPE</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1245">ISIS-1245</a> - During bootstrap, ensure that any @PersistenceCapable entities found on classpath also implement PersistenceCapable interface (ie that the DN enhancer has run).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1241">ISIS-1241</a> - Providing better feedback when RegEx validation does not match pattern</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1237">ISIS-1237</a> - Integrate with swagger for REST APIs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1232">ISIS-1232</a> - Enhance RO viewer to support section 34.4 of RO v1.0 spec (x-ro-follow-links)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1220">ISIS-1220</a> - Methods annotated with @Subscribe should automatically be ignored (as per @Programmatic).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1117">ISIS-1117</a> - Allow using "marker" view models</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1093">ISIS-1093</a> - Integrate Wicket’s i18n requirements with Isis' TranslationPoService.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1084">ISIS-1084</a> - Reduce PoReader messages in the log</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1070">ISIS-1070</a> - Add header and handle double quotes in translations.pot file</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-803">ISIS-803</a> - Replace lifecycle methods with additional EventBus events.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_9">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1278">ISIS-1278</a> - Title of choices lnks in RO failing, called incorrectly.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1253">ISIS-1253</a> - Default title for enums is not friendly name</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1244">ISIS-1244</a> - RO POST to "objects of type" resource should return a 201, not a 200.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1242">ISIS-1242</a> - Breadcrumbs broken if change the title…​. the drop-down never displays elements</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1227">ISIS-1227</a> - in edit mode, when there are validation errors, these are not showing up for the individual properties, instead for the object-level validation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1221">ISIS-1221</a> - JSON Format Layouts not recognized with i18n translations in Wicket Viewer</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1202">ISIS-1202</a> - Mandatory dropdown field doesn’t show asterisk</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1193">ISIS-1193</a> - void actions return 404 Not Found when called through restful viewer</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1185">ISIS-1185</a> - [CAN’T REPRODUCE] 'Ok' and 'Cancel' buttons in edit mode are both appearing as 'Submit Query'</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1128">ISIS-1128</a> - 'namedEscaped' is broken when 'named' comes from a translation.po</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-915">ISIS-915</a> - Framework should transparently allow view models to reference other view models.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_8">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>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.10.0">1.10.0</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Apache Isis 1.10.0 provides a couple of new domain services. Client-side filtering of objects (eg to support (non-ASF) <a href="http://github.com/isisaddons/isis-module-security">Isis addons' security</a> module’s multi-tenancy support) is completed so that autocomplete//choices, summary totals and components such as (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-gmap3">Isis addons' gmap3 </a> wicket extension show only filtered objects. The "are you sure" semantic and corresponding UI is also available, as well as the ability to specify the default view for collections. The release also introduces a new type of contribution service (mixins), as well as bringing in support for Project Lombok</p>
</div>
<div class="paragraph">
<p>Internally there have been substantial simplifications to the codebase.</p>
</div>
<div class="sect2">
<h3 id="_new_feature_7">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1213">ISIS-1213</a> - Provide support for @Mixin domain objects, as a specialized type of contributor (though not a domain service)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1210">ISIS-1210</a> - Provide an SPI service for handling exception stack traces, rather than just render to the end-user</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1205">ISIS-1205</a> - Support @Inject on List<T> or Collection<T></p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1007">ISIS-1007</a> - Provide support for "are you sure" idiom, eg using a @AreYouSure annotation on the action</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1005">ISIS-1005</a> - Allow users to implement an optional service to perform pre-commit processing ("ChangedObjectService")</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-867">ISIS-867</a> - Domain service to automatically maintain lastUpdatedAt and lastUpdatedBy on any entity.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_8">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1222">ISIS-1222</a> - Inject services into command objects.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1218">ISIS-1218</a> - Allow autoComplete supporting method to return a Collection as well as a List or array.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1216">ISIS-1216</a> - Update Wicket Bootstrap to 0.9.13 (once available) as a better fix to the checkbox issue</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1211">ISIS-1211</a> - Provide no-arg versions of domain events, to avoid boilerplate in the domain applications themselves.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1207">ISIS-1207</a> - Extend concurrency checking support for time-stamp based checks (per JDO’s @Version annotation)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1197">ISIS-1197</a> - Extend the ContributeeMember internal API so that the devutils addon can report on the which service contributes which members</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1194">ISIS-1194</a> - Remove dead code, remove support for @Aggregated, for isDirty/clearDirty/markDirty.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1189">ISIS-1189</a> - Autocomplete and choices should filter results so that hidden objects are not shown.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1186">ISIS-1186</a> - Use different classpath scanner to reduce time to boot.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1184">ISIS-1184</a> - Auto-inject services into Specification, ie @Property(mustSatisfy=…​) etc</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1151">ISIS-1151</a> - Allow the default view of a collection to be set</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1092">ISIS-1092</a> - Add OWASP Dependency Check maven plugin</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1044">ISIS-1044</a> - Table counts and gmap3/fullcalendar2 do not honour any vetoing, eg by subscribers or WithApplicationTenancy</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1009">ISIS-1009</a> - Call a @PostConstruct callback for view models</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-534">ISIS-534</a> - Does JDO Objectstore ever need to create DataNucleusUpdateObjectCommand commands?</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-348">ISIS-348</a> - Update Wicket viewer to support @Aggregated domain objects</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-273">ISIS-273</a> - Update annotation-based facet factories to read from fields, such that tools like Lombok can be supported</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_10">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1226">ISIS-1226</a> - Drop-down breadcrumbs broken.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1214">ISIS-1214</a> - Three state checkbox doesn’t work</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1208">ISIS-1208</a> - Can’t bootstrap without the wicket viewer (issue with Guice / AppManifest)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1204">ISIS-1204</a> - The title of certain joda dates (eg LocalDate) is incorrect as per container.titleOf(…​)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1203">ISIS-1203</a> - fixture scripts not found unless using an appManifest</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1201">ISIS-1201</a> - autoComplete support fails validation when using Collection<T> as return type</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1020">ISIS-1020</a> - upgrade select2 to v3.5.2 (was: Dropdown window opens top left of the screen)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-847">ISIS-847</a> - RegisterEntities isn’t called prior to the metamodel validation, thus we currently rely on priming the metamodel through the services…​ not good.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-830">ISIS-830</a> - Wire up JDO events to publish onto our EventBus (rather than publish our own events).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-829">ISIS-829</a> - updating() callback not firing on edit</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-325">ISIS-325</a> - Field validation annotations should be on setters or fields instead of on the getters.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_9">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>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_dependency_upgrade_2">Dependency upgrade</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1061">ISIS-1061</a> - Upgrade Wicket to 6.19.0 (or rather, 6.20.0 when released since we found issues with 6.19.0).</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_superceded">Superceded</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-721">ISIS-721</a> - For 2.0.0, should we remove the ObjectStore API and standardize on the JDO Objectstore</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-725">ISIS-725</a> - For 2.0.0, should we remove the ProfileStore?</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_not_implemented_tidying_up_backlog">Not implemented (tidying up backlog)</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-513">ISIS-513</a> - Wicket: Pdf.js display in browser natively</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-508">ISIS-508</a> - Integrate with d3js.org (for what, I don’t know exactly…​)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-383">ISIS-383</a> - For GSOC, integrate Apache Lucene with Apache Isis as a generic text search engine</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-374">ISIS-374</a> - [GSOC2013] A generic Naked Objects app written using Javascript/Coffeescript (optionally using Apache Cordova), running against Isis' Restful Objects interface.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-373">ISIS-373</a> - [Mentored?] A generic Naked Objects app written using Apache Flex, running against Isis' Restful Objects interface.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-371">ISIS-371</a> - [GSOC2013] A generic (Naked Objects) Android app, to run against Isis' Restful Objects interface.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-369">ISIS-369</a> - For GSOC: Kemble: A domain-specific language aligned with the Apache Isis programming conventions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-218">ISIS-218</a> - Allow file authorizor whitelist to default to "allowed"</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-742">ISIS-742</a> - For GSOC, develop an integration with zapier or ittt, for app automation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-740">ISIS-740</a> - For GSOC, to write a clean-room implementation of a JDO enhancer, as a replacement for the DN one, and that ideally integrates with the JRebel plugin</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-739">ISIS-739</a> - For GSOC, to develop an oAuth integration</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-737">ISIS-737</a> - For GSOC, develop screencasts for all the various features that we have</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.9.0">1.9.0</h2>
<div class="sectionbody">
<div class="paragraph">
<p>Apache Isis 1.9.0 provides various new "under-the-cover" features, such as <code>AppManifest</code> for simplified bootstrapping, and content negotiation support within <a href="ugvro.html">RestfulObjects viewer</a>. It also updates the DataNucleus version to DN 4.1.x.</p>
</div>
<div class="paragraph">
<p>This release was also the first to include the updated Asciidoc website.</p>
</div>
<div class="sect2">
<h3 id="_new_feature_8">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1166">ISIS-1166</a> - Support for unit testing using SOAP fake servers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1165">ISIS-1165</a> - "Schema" module to support integration scenarios.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1164">ISIS-1164</a> - For RO viewer content negotiation (via XRoDomainType), if in prototype mode then pretty-print.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1159">ISIS-1159</a> - Make ExceptionRecognizerCompositeForJdoObjectStore into a @DomainService, so automatically registered.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1149">ISIS-1149</a> - New ContentNegotiationService and ContentMappingService SPIs for Restful Objects viewer</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1148">ISIS-1148</a> - Extend DomainObjectContainer to allow services to be looked up</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1147">ISIS-1147</a> - Provide API in IsisJdoSupport to execute typesafe queries</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1145">ISIS-1145</a> - REST action invocations support limited conneg to JAXB-marshalled DTOs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1144">ISIS-1144</a> - New "NatureOfService" to restrict domain services to be visible in the REST API (Restful Objects viewer) but not in the Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1143">ISIS-1143</a> - MetaModelService to provide formal access to certain (restricted) aspects of the Isis metamodel</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1129">ISIS-1129</a> - SudoService to allow the current user to be temporarily switched (for fixture scripts and integ tests)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1102">ISIS-1102</a> - Allow translations service to toggle between read mode and write mode from UI</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1096">ISIS-1096</a> - Derive the object type from the schema and table of @PersistenceCapable (but ensure backward compatibility is preserved).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1071">ISIS-1071</a> - Provide new HasUsername interface in applib (analogous to HasTransactionId) so that various addon services can contribute to it.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1064">ISIS-1064</a> - Allow DB schemas (or any other setup) to be performed as DN metamodel is built up for each class.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1028">ISIS-1028</a> - Create Event Bus Service based on Axon</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-940">ISIS-940</a> - Extend the CommandService so that both the editing and also the rendering of an entity are shown as commands.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_9">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1188">ISIS-1188</a> - Refactoring/simplifying internals.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1182">ISIS-1182</a> - Refactorings of the management of domain services; slightly simplified classpath scanning.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1173">ISIS-1173</a> - Split out responsibilities of FixtureScript class so that framework can provide a default implementation, and be configured through an alternative.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1171">ISIS-1171</a> - If DN autoCreate is missing, don’t default to "true", instead default to "false".</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1170">ISIS-1170</a> - Throw a better exception if an class (through programmer error) has no properties.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1169">ISIS-1169</a> - Simplify IsisSessionFilter, make more resilient to possible leakage of IsisSession on thread-local, also allow RO to force a logout</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1162">ISIS-1162</a> - For Shiro Realm,Make LDAP attributes as permision generator</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1161">ISIS-1161</a> - Allow member group (per @Member(name=…​) to be internationalized</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1160">ISIS-1160</a> - Allow RO viewer to consume any media type (HTTP Accept)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1158">ISIS-1158</a> - Extend o.a.i.applib.spec.Specification to support i18n</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1157">ISIS-1157</a> - Cache safe Actions results by annotating them</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1154">ISIS-1154</a> - Extend ActionDomainEvent and PublishingService’s EventMetaData to include info on the action parameter names/types.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1153">ISIS-1153</a> - Upgrade to DN 4.1</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1152">ISIS-1152</a> - Allow domain services to be registered "late" to the event bus</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1150">ISIS-1150</a> - Retire the InMemoryObjectStore</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1146">ISIS-1146</a> - Automatically ignore @PostConstruct and @PreDestroy methods from the metamodel.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1141">ISIS-1141</a> - Integration tests should honour isis.reflector.facets.include and isis.reflector.facets.exclude for extending the programming model</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1139">ISIS-1139</a> - Make it clear that ObjectContracts.compare() is slow, and should mostly be used for prototyping.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1133">ISIS-1133</a> - Convert website to asciidoctor, hosted in git and published via ASF’s svnpubsub</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1126">ISIS-1126</a> - Improve deserialization logic in RO applib.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1124">ISIS-1124</a> - Add the simple name of the domain entity as a CSS class next to 'entityPage' for easier custom styling</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1123">ISIS-1123</a> - Allow the member group label for properties to be translated.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1120">ISIS-1120</a> - Hide the colon separating icon and title in modal window when there is no icon</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1116">ISIS-1116</a> - Use ResourceModel for labels in Wicket viewer</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1115">ISIS-1115</a> - Make it possible to set a custom favicon</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1114">ISIS-1114</a> - Allow to use EmailVerificationUrlService for custom pages too</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1113">ISIS-1113</a> - Vetoing subscribers should be able to provide a translatable reason.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1110">ISIS-1110</a> - Check for available RequestCycle before trying to read the request locale</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1109">ISIS-1109</a> - Use titleOf(…​) for the menu services, so that any translations get picked up.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1108">ISIS-1108</a> - Allow informUser, warnUser, raiseError and also exception messages to be translated.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1107">ISIS-1107</a> - Register Guice Injector in Wicket before trying to inject the application’s dependencies</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1106">ISIS-1106</a> - Improve translation service to translate all enum constants of all enums, and also capture the title of all services automaticaly all domain services and of all enum constants.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1105">ISIS-1105</a> - Improvements to the integration testing framework.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1104">ISIS-1104</a> - Remove some of the chattiness in the log if there are no translations for a given locale</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1101">ISIS-1101</a> - Avoid unexpected concurrency exceptions if using a custom page.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1100">ISIS-1100</a> - Improve algorithm for flushing transaction and similarly in capturing post values (for auditing) on transaction preCommit</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1099">ISIS-1099</a> - Make it possible to use images loaded from the classpath in email templates</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1095">ISIS-1095</a> - Make it possible to show the datepicker in a "birthdate" mode</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1091">ISIS-1091</a> - Simplify the format of bookmark, remove prefix (CUS:L_123 → CUS:123)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1090">ISIS-1090</a> - Deprecate IntegrationTestAbstract#runScript (static method)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1088">ISIS-1088</a> - Lazily discover fixture scripts</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1087">ISIS-1087</a> - Restful Objects viewer’s "services" representation should show only domain services on the menu</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1085">ISIS-1085</a> - Add cssClassFa to DomainObjectLayout</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1083">ISIS-1083</a> - Resetting dependent choice</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1081">ISIS-1081</a> - Make it possible to lookup Guice beans in Isis domain services</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1080">ISIS-1080</a> - Misc. bootstrap refinements.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1078">ISIS-1078</a> - Wrapper factory should check visibility/usability/validity for contributed members also</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1077">ISIS-1077</a> - Use the provided 'cssClass' for action menu items</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1068">ISIS-1068</a> - Rationalize menuOrder for domain services that appear in UI</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_11">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1179">ISIS-1179</a> - Prevent the defaultXxx(…​) being called multiple times when invoke an action.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1177">ISIS-1177</a> - Deserialization using RO applib fails in Jackson library</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1175">ISIS-1175</a> - Wicket viewer separators go missing when force refresh page (eg ctrl-R)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1174">ISIS-1174</a> - In RO, posting to the ObjectsOfType resource (section 9) fails.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1168">ISIS-1168</a> - Eagerly register entities with DataNucleus objectstore (for Neo4j)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1155">ISIS-1155</a> - validate() vetoing - requiring rollback via the memento when editing - causes a ConcurrencyException to occur.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1142">ISIS-1142</a> - FrameworkSynchronizer should handle case of adapter already marked as destroyed</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1137">ISIS-1137</a> - PermGen errors through WrapperFactory (javassist)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1135">ISIS-1135</a> - Make a copy of the PojoAdapter and OidAdapter maps for debugging purposes</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1112">ISIS-1112</a> - ExceptionRecognizerComposite cannot self-inject its dependencies</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1111">ISIS-1111</a> - Trying to load an entity with wrong/non-existing OID fails with NullPointerException</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1103">ISIS-1103</a> - Translations service not picking up translated versions of property/collection names</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1097">ISIS-1097</a> - Suspicion that Isis may be leaving DB connections open under certain circumstances, leading to instability</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1089">ISIS-1089</a> - Should cascade state of tracing printstream to child fixture scripts</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1079">ISIS-1079</a> - FixtureScript#defaultParam should actually default the property on the fixture script…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1076">ISIS-1076</a> - MetaModelValidation error page (MmvPage) is no longer shown…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1074">ISIS-1074</a> - For SessionLoggingService, causedBy only meaningful for sessions that have been logged out…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1073">ISIS-1073</a> - Action domain event for contributed actions should provide the contributee as an argument.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1072">ISIS-1072</a> - When editing, if property validation vetoes the save, then not handled correctly.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1069">ISIS-1069</a> - DomainChangeJdoAbstract’s open action incorrectly annotated as being a bulk action.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1065">ISIS-1065</a> - Auditing of editing of properties only audits one of the properties changed (the last one)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1062">ISIS-1062</a> - Guice injector should create serializable proxies for the injected beans</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1057">ISIS-1057</a> - WebRequestCycleForIsis should use the configured SignIn page</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1004">ISIS-1004</a> - Infitinite recursion in updating() callback when call setter</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_dependency_upgrade_3">Dependency upgrade</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1163">ISIS-1163</a> - Update Jetty (as used by our IsisWebServer launcher) to 9.x</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1140">ISIS-1140</a> - Now that JDK7 is eol, we should build using Java8; retain source and target compiler level set to 1.7.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_10">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1178">ISIS-1178</a> - Mothball the TCK tests, with a view to replacing them by new tests in the isisaddons isis-app-kitchensink</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1058">ISIS-1058</a> - Upgrade embedded Jetty to latest 8.x</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1052">ISIS-1052</a> - Isis 1.9.0 release tasks</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_wish">Wish</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1060">ISIS-1060</a> - An exception is logged when the provided credentials are invalid</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.8.0">1.8.0</h2>
<div class="sectionbody">
<div class="paragraph">
<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_9">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-537">ISIS-537</a> - Convert Wicket viewer to use Bootstrap, so that it can be themed.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-690">ISIS-690</a> - 'Show all' button for tables.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-702">ISIS-702</a> - Provide new annotation/facet as a hint for the layout of the label for a property.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-703">ISIS-703</a> - Provide a switch in the Wicket viewer to make the positioning of a fields label either to the left or above the field.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-819">ISIS-819</a> - Wicket viewer should show the environment details so can distinguish if running in productnio vs UAT/systest/dev etc</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-854">ISIS-854</a> - Separator between for menu items</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-874">ISIS-874</a> - Allow individual items to stand out in a collection, eg new reserved method</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-901">ISIS-901</a> - Use @DomainService(repositoryFor=…​) as the basis for an implementation of the IconFacet.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-930">ISIS-930</a> - Support use of "font awesome" icons as decoration of actions and also instead of entity icons.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-933">ISIS-933</a> - Allow the RO viewer to be configured so that it can honour or ignore UI hints (in particular, the @Render(EAGERLY) facet).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-951">ISIS-951</a> - Add menu separators (bootstrap dividers) when multiple services define actions on the same menu</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-956">ISIS-956</a> - icons to be specified using pattern matching on member names.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-963">ISIS-963</a> - Allow service actions to be rendered either on a primary, secondary or tertiary (the "me" icon) menu</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-964">ISIS-964</a> - Unify UI hints into @XxxLayout annotations with corresponding support in .layout.json for properties, collections and actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-967">ISIS-967</a> - Let the LayoutMetadataReader implementation(s) be configured using isis.properties.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-983">ISIS-983</a> - Embedded Neo4J support</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-985">ISIS-985</a> - Filter collections so that objects that are not visible to the current user are not shown.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-987">ISIS-987</a> - register for an Isis application.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-990">ISIS-990</a> - Optional UserProfileService to allow the user profile information to be customized.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-995">ISIS-995</a> - Allow the label of a property to be rendered as HTML. Also, allow the label of boolean panels to be rendered on the right hand side.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-999">ISIS-999</a> - Provide a log to administrator of which users logged in and logged out</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1000">ISIS-1000</a> - Allow objects to return CSS class (analogous to iconName() method) so that their presentation can be dynamically reflected in tables or on an object form.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1016">ISIS-1016</a> - Make it possible to use brand logo instead of plain text in the header</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1024">ISIS-1024</a> - Support imperative validation of a single action parameter argument (as well as of entire parameter args).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1027">ISIS-1027</a> - Raise metamodel validation exceptions if deprecated annotations or method prefixes are used.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1033">ISIS-1033</a> - Extend DomainObjectContainer, add isViewModel(…​).</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_improvement_10">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-650">ISIS-650</a> - Nested Menu Support in Apache ISIS</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-705">ISIS-705</a> - Support actions accepting parameters that return Blobs/Clobs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-755">ISIS-755</a> - Allow external system data to be integrated and managed with an Apache Isis domain object</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-779">ISIS-779</a> - Refactor EventBusService as a @RequestScoped service, and have it own the guava EventBus as a field.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-903">ISIS-903</a> - side locale.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-931">ISIS-931</a> - Make Apache Isis faster to start.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-934">ISIS-934</a> - printed if running in prototype mode.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-935">ISIS-935</a> - RO viewer should return a 404 exception if object not found.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-936">ISIS-936</a> - memory) into core (metamodel and runtime)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-937">ISIS-937</a> - Move TCK out of core</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-938">ISIS-938</a> - bytecode modules (as no longer used by either objectstore)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-939">ISIS-939</a> - Simplify Persistor and ObjectStore components.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-944">ISIS-944</a> - Minor improvements to TitleBuffer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-948">ISIS-948</a> - scoped services</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-950">ISIS-950</a> - Suppress stack trace from Error page if exception is recognised.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-953">ISIS-953</a> - Minor enhancements to Fixture script execution context</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-955">ISIS-955</a> - Merge JDO Java Type Mapping for Money.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-960">ISIS-960</a> - The event bus swallows errors thrown in the subscribers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-968">ISIS-968</a> - Rationalize handling of menu actions and contributed actions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-969">ISIS-969</a> - Create new @DomainServiceLayout annotation, and move UI hints out of @DomainService</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-970">ISIS-970</a> - UI (layout) hints, and deprecate old annotations</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-972">ISIS-972</a> - Make it possible to set FontAwesome icons after the label for action links</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-973">ISIS-973</a> - Simplify the FixtureScript API so that child fixtures are executed using the ExecutionContext object</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-980">ISIS-980</a> - menu sections in the tertiary actions menu panel</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-981">ISIS-981</a> - Should be able to use the wrapper factory when installing fixtures.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1002">ISIS-1002</a> - Recognize (JDO) exceptions for foreign key constraint violations</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1003">ISIS-1003</a> - Add "veto" as a simpler API for EventBusSubscribers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1008">ISIS-1008</a> - Make it possible to stream Lobs after using the action prompt</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1012">ISIS-1012</a> - Use the same date and time format across tables and fields</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1014">ISIS-1014</a> - Modal window improvements</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1018">ISIS-1018</a> - Do not allow http session replacement in Wicket because Shiro knowledge becomes outdated</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1019">ISIS-1019</a> - Upgrade dependencies to javassist, org.reflections</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1026">ISIS-1026</a> - plugin to 1.56</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1032">ISIS-1032</a> - Contract test for bidirectional relationship can't handle overridden methods</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1036">ISIS-1036</a> - Inject services into Comparators specified in a @CollectionLayout(sortedBy=…​) clause</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1038">ISIS-1038</a> - Extend ActionDomainEvent so that it provides the return value during the Executed phase.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1039">ISIS-1039</a> - XmlSnapshot.Builder interface missing the build() method…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1040">ISIS-1040</a> - Extend FixtureScript / ExecutionContext with defaultParam / checkParam…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1043">ISIS-1043</a> - Enhance fixture script framework with better support for parameters being passed between scripts.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1049">ISIS-1049</a> - Move Wicket viewer under core.</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_bug_12">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-878">ISIS-878</a> - Wicket viewer escape does not dismiss some (though not all) action dialog boxes</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-881">ISIS-881</a> - deterministic?</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-897">ISIS-897</a> - Wrong format for org.joda.time.LocalDateTime</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-911">ISIS-911</a> - The blob panel's "additionalLinks" (for upload and clear buttons) should be hidden in Edit mode.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-941">ISIS-941</a> - Wicket viewer shouldn't try to flush properties that are disabled.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-942">ISIS-942</a> - Auditing broken for deleted objects.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-943">ISIS-943</a> - ObjectContracts#equals should be more resilient.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-946">ISIS-946</a> - Isis application won't run from Eclipse</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-954">ISIS-954</a> - Duplicate menu items in the application menu</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-961">ISIS-961</a> - Throwing exception in application code does NOT abort the transaction (it should, of course).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-966">ISIS-966</a> - Restful viewer doesn't return a JSON representation when hits a 500 internally (instead getting an HTML page)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-971">ISIS-971</a> - Ignore anonymous classes which inherit from @DomainService (eg in integ tests).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1010">ISIS-1010</a> - "Session already open" error if attempting to login in a second browser tab</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1011">ISIS-1011</a> - Select2 component doesn't filter the suggestions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1017">ISIS-1017</a> - @PreDestroy annotated method is not called</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1029">ISIS-1029</a> - Hidden{where} in layout is not honored by table representations</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1030">ISIS-1030</a> - Not possible for a declarative view model (@ViewModel) to reference another view model/</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1041">ISIS-1041</a> - Under certain circumstances, appears that auditing can cause the same tuple to be audited within a single transaction.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-1042">ISIS-1042</a> - Dropdown of Enums does not honour title() method</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_task_11">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-959">ISIS-959</a> - Update Jackson dependency from 1.9.11 to 2.4.3</p>
</li>
</ul>
</div>
</div>
<div class="sect2">
<h3 id="_sub_task">Sub-task</h3>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-512">ISIS-512</a> - Wicket: render icons for actions (if available)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-556">ISIS-556</a> - 537 branch to master</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-876">ISIS-876</a> - Action prompt dialog box rendering when title too long…​</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.7.0">1.7.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core">Core</h3>
<div class="sect3">
<h4 id="_new_feature_10">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-873">ISIS-873</a> - CommandContext.getCommand() should also expose the ActionInteractionEvent.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-917">ISIS-917</a> - Support pluggable representations for the RO viewer (object and list representations)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_security_fixes">Security fixes</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-846">ISIS-846</a> - Enhance ExceptionRecognizer so that the stack trace can be suppressed in certain circumstances (for security)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-895">ISIS-895</a> - HomePage should honour authorization rules.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_11">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-866">ISIS-866</a> - scoped service should be told when the request is starting and stopping.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-882">ISIS-882</a> - Appropriate facets should be copied over to contributed collections and properties.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-907">ISIS-907</a> - downs are truncated…​ the (derived) typical length for enums uses the name() rather than the toString()</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-908">ISIS-908</a> - strict" mode</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-916">ISIS-916</a> - provided services, such as MementoService or BookmarkService, can be overridden by the developer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-918">ISIS-918</a> - case handling of DomainObjectContainer; is just another service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-927">ISIS-927</a> - BookmarkService should be WrapperFactory aware…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-805">ISIS-805</a> - (Mac and Linux) Class discovery service throws errors on startup</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_13">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-643">ISIS-643</a> - N relationship</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-852">ISIS-852</a> - Derived property cannot be written properly</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-871">ISIS-871</a> - ActionInvocationFacetForInteractionAbstract passes Null to "ObjectSpecification.isViewModelCloneable"</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-879">ISIS-879</a> - ObjectMemberAbstract#isAlwaysHidden() does not honour where=Where.EVERYWHERE.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-899">ISIS-899</a> - Can't return a view model in Apache Isis 1.6.0 over RO viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-905">ISIS-905</a> - arg action.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-912">ISIS-912</a> - fixture flag is broken).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-919">ISIS-919</a> - scoped) service when logging in DEBUG mode.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_removed_features">Removed features</h4>
<div class="paragraph">
<p>Moved to (non-ASF) <a href="http://isisaddons.org">Isis Addons</a></p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-851">ISIS-851</a> - Remove modules from Apache Isis core (available instead through isisaddons).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-887">ISIS-887</a> - xxx modules, as now in isisaddons.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_removed_features_obsolete">Removed features (obsolete)</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-802">ISIS-802</a> - Remove the ProfileStore component (in future, can raise a ProfileService as and when we identify a concrete reqt).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-913">ISIS-913</a> - Remove the "ViewerInstaller" and "EmbeddedWebServerInstaller" APIs, since in effect defunct.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_unreleased_features_backed_out">Unreleased features (backed out)</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-865">ISIS-865</a> - fast if an action is annotated with safe semantics but nevertheless results in dirty objects in the xactn.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-921">ISIS-921</a> - 865), since does not cater for edits with contributed properties.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_12">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer">Wicket viewer</h3>
<div class="sect3">
<h4 id="_new_feature_11">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_security_fixes_2">Security fixes</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-920">ISIS-920</a> - (As a configuration option), provide the ability to disable the Wicket viewer automatically continuing to original URL after successful login.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-846">ISIS-846</a> - Enhance ExceptionRecognizer so that the stack trace can be suppressed in certain circumstances (for security)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-895">ISIS-895</a> - HomePage should honour authorization rules.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-884">ISIS-884</a> - ErrorPage vulnerable to XSS attacks.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-885">ISIS-885</a> - To avoid leaking information (eg in the title) should have a "special" permission to throw a 404 if user doesn't have permission to view any of the class' members.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-883">ISIS-883</a> - Bookmarkable action URLs can be submitted by a user without permissions to bring up action dialog (thereafter that user can invoke).</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_14">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-880">ISIS-880</a> - Appearance of Password field (in action dialogs) requires tweaking.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-910">ISIS-910</a> - Entering invalid data for Char type fails with an internal error</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_dependency_upgrade_4">Dependency upgrade</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-794">ISIS-794</a> - Upgrade to Wicket 6.16.0, remove CharSequenceResource</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_13">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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.6.0">1.6.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_2">Core</h3>
<div class="paragraph">
<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_12">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-800">ISIS-800</a> - like form for Wicket viewer</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-813">ISIS-813</a> - Provide the ability to mock out domain services in integration tests.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_12">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-574">ISIS-574</a> - shiro to use shiro 1.2.3 (currently using 1.2.1)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-798">ISIS-798</a> - Minor improvements in support of integration testing.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-823">ISIS-823</a> - Restructure Todo's tests, nested static classes.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-827">ISIS-827</a> - Introduce WrappingObject, with more unique method names, as a replacement for WrappedObject.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-831">ISIS-831</a> - Extend (custom) EventBus vetoing logic so that can also encompass hide, disable, validate.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-832">ISIS-832</a> - Move jdo, shiro and restful into core</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-833">ISIS-833</a> - Break out applib and JDO services into modules</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-838">ISIS-838</a> - Provide an additional hook method for AbstractIsisSessionTemplate that automatically sets up the transaction.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_15">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-797">ISIS-797</a> - 'Restful objects' decodes json request body while this is not</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-801">ISIS-801</a> - Action method taking domain object paramater gets triggered automatically whenever instances of that object type is accessed</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-812">ISIS-812</a> - Apache Isis 1.5 blob mapping broken for PostgreSQL (when set to null)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-818">ISIS-818</a> - wrapSkipRules does not execute action due to being hidden</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-821">ISIS-821</a> - Precision gets lost when double values are use in BigDecimal attributes</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-824">ISIS-824</a> - Generic repository is broken</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-828">ISIS-828</a> - Wrapping an already wrapped object should honour the mode if different.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-836">ISIS-836</a> - Not certain that FixtureScripts' ClassDiscoveryService works when referencing deployed 1.5.0 JAR</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-840">ISIS-840</a> - "Permission groups" for IsisPermission (custom security string for Shiro) not working as advertised.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_dependency_upgrade_5">Dependency upgrade</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-716">ISIS-716</a> - Update to DN 3.3.8 (deferred)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_core">Task (Core)</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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-839">ISIS-839</a> - 1.6.0 release tasks</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_2">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_13">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-816">ISIS-816</a> - Provide an applib for Wicket viewer to hold any services specific to that viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-817">ISIS-817</a> - sources debugging plugin</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_13">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-807">ISIS-807</a> - Break out EntityPropertiesForm into two for the new IWizard, and then make into a separate component.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-815">ISIS-815</a> - Internationalization of Wicket UI elements (edit, ok, cancel, logout, about)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_16">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-825">ISIS-825</a> - focus on first field on action parameter not working</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-835">ISIS-835</a> - NPE in select2 with isisaddons module for tags, (optional choices for strings)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-837">ISIS-837</a> - In Wicket viewer, forms not flushing properties when annotated with JDO @NotPersistent.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-843">ISIS-843</a> - AboutPage is not serializable</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_14">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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.5.0">1.5.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_3">Core</h3>
<div class="sect3">
<h4 id="_new_feature_14">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-776">ISIS-776</a> - end stories.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-786">ISIS-786</a> - Allow event bus subscribers to veto interactions by throwing a RecoverableException or NonRecoverableException</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_14">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-745">ISIS-745</a> - Do not suppress the org.apache.isis classes from the "download metamodel" action (as provided by DeveloperUtilities service)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-749">ISIS-749</a> - Make logging less noisy for selected classes</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-762">ISIS-762</a> - For commands on contributed actions, the target and "user friendly" target details should be captured as the contributee, not the contributed service.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-765">ISIS-765</a> - Allow UserMemento#hasRole to match on wildcards</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-770">ISIS-770</a> - ioc (because brings in cglib/asm dependency)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-772">ISIS-772</a> - Reimplement WrapperFactory to use javassist instead of cglib/asm (for Java7 support)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-782">ISIS-782</a> - Integration testing framework should automatically install the FixtureClock singleton rather than the regular Clock</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-783">ISIS-783</a> - Integration test support enhancements</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-795">ISIS-795</a> - commit in the archetypes.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_17">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-759">ISIS-759</a> - Transient errors being logged as result of incorrect call to sendRedirect; not sure why, need diagnostics.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-760">ISIS-760</a> - IllegalStateException when commands/audit enabled in Estatio and failing to persist the Oid of a view model.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-769">ISIS-769</a> - IsisTransaction should do a "precommit" for pending updates to applib services, prior to commiting the underlying (JDO) transaction.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-777">ISIS-777</a> - safe for concurrent requests.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_15">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>
<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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_3">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_improvement_15">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-764">ISIS-764</a> - Combine ReferencePanel and EntityLink2SelectPanel</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-770">ISIS-770</a> - ioc (because brings in cglib/asm dependency)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-774">ISIS-774</a> - Remove IsisWicketUnsecuredApplication</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-778">ISIS-778</a> - Simpify ReferencePanel and EntityLinkSelect2Panel</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-793">ISIS-793</a> - Make Wicket viewer's IsisApplication easier to override (to support customization use cases)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_18">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-752">ISIS-752</a> - When collection is eagerly rendered (open), the title doesn't display the number of elements, instead just displays (+).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-757">ISIS-757</a> - Make it possible to override logging.properties</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-761">ISIS-761</a> - ErrorPage itself is not serializable, resulting in stack traces in the log.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-787">ISIS-787</a> - Property validation not displaying error message.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_dependency_upgrade_6">Dependency upgrade</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-771">ISIS-771</a> - Upgrade Wicket to wicket 6.15.0 (or whatever is latest)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_16">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_restfulobjects_viewer">RestfulObjects Viewer</h3>
<div class="sect3">
<h4 id="_task_17">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_19">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_18">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>
<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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_jdo_objectstore">JDO ObjectStore</h3>
<div class="sect3">
<h4 id="_improvement_16">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-754">ISIS-754</a> - BDD tests speed improvement with DN options, through a new IsisConfigurationForTests</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-788">ISIS-788</a> - Delete the Apache Isis Blob/Clob Converter classes for JDO, since redundant.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_20">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-714">ISIS-714</a> - Blob/Clob mapping under DataNucleus is broken (just default serialize, not picking up the extension points)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_19">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>
<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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.4.1">1.4.1</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_wicket_viewer_4">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_improvement_17">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-734">ISIS-734</a> - In Wicket viewer, if action returns a blob/clob, then currently performing in a new window/tab.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_21">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_jdo_objectstore_2">JDO Objectstore</h3>
<div class="sect3">
<h4 id="_bug_22">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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.4.0">1.4.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_4">Core</h3>
<div class="sect3">
<h4 id="_new_feature_15">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-593">ISIS-593</a> - MementoService enhancements</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-595">ISIS-595</a> - Validate metamodel to ensure that any bookmarkable actions are explicitly annotated as having safe action semantics.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-601">ISIS-601</a> - Extend the dynamic JSON layout so that the PagedFacet (@Paged annotation) can be specified for collections.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-602">ISIS-602</a> - Extend the dynamic JSON layout so that RenderFacet (@Render annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-603">ISIS-603</a> - Extend the dynamic JSON layout so that NamedFacet (@Named annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-604">ISIS-604</a> - Extend the dynamic JSON layout so that TypicalLengthFacet (@TypicalLength annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-605">ISIS-605</a> - Extend the dynamic JSON layout so that MultiLineFacet (@MultiLine annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-606">ISIS-606</a> - Extend the dynamic JSON layout so that CssClassFacet (@CssClass annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-607">ISIS-607</a> - Extend the dynamic JSON layout so that DescribedAsFacet (@DescribedAs annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-612">ISIS-612</a> - Return a URL from an action opens a new browser window</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-613">ISIS-613</a> - Extend the dynamic JSON layout so that HiddenFacet (@Hidden annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-614">ISIS-614</a> - Extend the dynamic JSON layout so that DisabledFacet (@Disabled annotation) can be specified dynamically</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-624">ISIS-624</a> - Use javax.validation.constraints.Digits to specify length and scale for BigDecimal action parameters (to avoid JDO exceptions later).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-625">ISIS-625</a> - Better reporting of metamodel violation errors</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-648">ISIS-648</a> - Improve support for bulk update</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-652">ISIS-652</a> - Support @RequestScoped beans (registered as services)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-653">ISIS-653</a> - scoped service, as a way of passing arbitrary user data from one place to another. One use case is to coordinate the response of bulk actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-654">ISIS-654</a> - scoped QueryResultsCache service, as a technique for performance tuning.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-655">ISIS-655</a> - scoped Bulk.InteractionContextService bean.</p>
</li>
<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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-661">ISIS-661</a> - BackgroundService and BackgroundTaskService as a way of creating mementos to execute jobs asynchronously</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-662">ISIS-662</a> - Provide a "contributions" service to add a PublishedEvents contributed collection for the Interaction entity.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-663">ISIS-663</a> - Provide a "contributions" service for AuditEntry, so that audit entries are shown as a contributed collection to the Interaction entity.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-664">ISIS-664</a> - Provide an abstract class for running "sudo" scheduler jobs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-673">ISIS-673</a> - AbstractIsisSessionTemplate as a way to run arbitrary 'runnable' in an Apache Isis session</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-685">ISIS-685</a> - Add new @Command(async=true|false) flag, so that Command is automatically scheduled to run in the background</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-696">ISIS-696</a> - Extra overload for BookmarkService for lookup with downcast (making more consistent with API of MementoService).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-697">ISIS-697</a> - Extend DeveloperUtilitiesService to be able to refresh services (for contributed actions)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-728">ISIS-728</a> - Provide facet factory to enable auditing by default on all objects, unless explicitly opted out</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-729">ISIS-729</a> - Provide facet factory to treat all actions by default as commands, unless explicitly opted out</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-730">ISIS-730</a> - Provide a very simple ClockService, so all services accessed in same way via DI</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_18">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-541">ISIS-541</a> - Enhance contributed actions/associations to support hideXxx, disableXxx, validateXxx, defaultXxx and choices where the contributee is automatically populated.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-543">ISIS-543</a> - title() should take precedence over @Title, or perhaps should fail eagerly?</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-579">ISIS-579</a> - Add support for range queries in JDO objectstore</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-583">ISIS-583</a> - Contributed collections ignore @Render annotation</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-597">ISIS-597</a> - Services still not injected when entering @PostConstruct methods on a Service</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-598">ISIS-598</a> - Add support for @Inject standard annotation</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-599">ISIS-599</a> - Better message and diagnostics for Exception Recognizers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-600">ISIS-600</a> - Change format of facet properties file, scope by member then facet</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-623">ISIS-623</a> - Make the default logging of JDO and IsisSytemForTest less verbose</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-626">ISIS-626</a> - Recognize Wicket PageExpiredExceptions and display a friendlier error message</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-634">ISIS-634</a> - downs (for enums/bounded and autocomplete) should honour TypicalLengthFacet.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-639">ISIS-639</a> - Jetty webserver support long URLs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-640">ISIS-640</a> - Extend MementoService.Memento API so that can also return the set of keys held in the Memento</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-651">ISIS-651</a> - Modifications to enable JRebel support</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-659">ISIS-659</a> - Extend MementoServiceDefault service to handle Bookmarks and also enums (as well as simple values)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-665">ISIS-665</a> - ObjectActionImpl should escalate a thrown Isis ApplicationException to its underlying cause if the transaction is in a state of mustAbort.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-668">ISIS-668</a> - out" services.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-670">ISIS-670</a> - Replace AuditingService and AuditingService2 with new AuditingService3 API, more consistent with other APIs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-671">ISIS-671</a> - Add a ReifiableActionFacet and @Reifiable annotation as a way to restrict which ReifiableActions are persisted. Enable background task service to hint that an ReifiableAction should be persisted even if not annotated.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-672">ISIS-672</a> - Unify BackgroundTask and Interaction into same entity, rename to "ReifiableAction".</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-684">ISIS-684</a> - Rename ReifiableAction to simply 'Command', and update services also</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-693">ISIS-693</a> - Minor extensions in support of Excel import/export functionality.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-708">ISIS-708</a> - BookmarkService null handling</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-723">ISIS-723</a> - BookmarkService should support lookup of domain services as well as domain entities (and throw an exception for view models)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_23">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-619">ISIS-619</a> - Extend IsisActions to support easy mocking of the DOC#newTransientInstance</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-627">ISIS-627</a> - Lazily loaded object cannot be deleted, throws an NPE</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-635">ISIS-635</a> - JDO Publishing Service impl causes ConcurrentModificationException in core.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-636">ISIS-636</a> - BookmarkServiceDefault throws NPE if the BookmarkHolder (to which it contributes a property) returns a null Bookmark</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-641">ISIS-641</a> - Incompatibility of TreeSet for @Bulk.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-691">ISIS-691</a> - down list's handling of null entity or values</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-700">ISIS-700</a> - (</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-707">ISIS-707</a> - Support Bulk.InteractionContext with contributed actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-712">ISIS-712</a> - Inconsistency in domain logic for validation of optional strings causes Wicket viewer to trip up.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_20">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_5">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_16">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-608">ISIS-608</a> - Show count for collections (if rendered eagerly), else a hint to expand.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-609">ISIS-609</a> - Suppress showing actions for collections that are not rendered eagerly</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-612">ISIS-612</a> - Return a URL from an action opens a new browser window</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-625">ISIS-625</a> - Better reporting of metamodel violation errors</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-633">ISIS-633</a> - Press ESC to close/cancel the action prompt dialog</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-638">ISIS-638</a> - Provide the capability to capture UI hints, and copy to clipboard</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-642">ISIS-642</a> - down; when revisiting a page, any UI hints from last visit should be retained.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-648">ISIS-648</a> - Improve support for bulk update</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-649">ISIS-649</a> - In wicket viewer, make it easier to develop custom styling by wrapping the body of all pages in a div with custom style</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-701">ISIS-701</a> - In Wicket viewer, make uppercase text switchable</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-727">ISIS-727</a> - time type</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_19">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-587">ISIS-587</a> - Various UI improvements for Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-588">ISIS-588</a> - In Wicket viewer, make bookmark panel smaller, and enable with a keyboard shortcut</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-589">ISIS-589</a> - (</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-590">ISIS-590</a> - Wicket viewer strip wicket tags should depend on the deployment mode.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-591">ISIS-591</a> - For Wicket viewer, load Javascript libraries (except for JQuery) from the footer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-594">ISIS-594</a> - Tidy up and simplify URLs in Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-596">ISIS-596</a> - Require smarter handling of bookmarked objects that have been deleted</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-618">ISIS-618</a> - Simplify ActionPage, separate out result components from prompt.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-626">ISIS-626</a> - Recognize Wicket PageExpiredExceptions and display a friendlier error message</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-634">ISIS-634</a> - downs (for enums/bounded and autocomplete) should honour TypicalLengthFacet.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-658">ISIS-658</a> - Provide a custom panel for java.sql.Timestamp</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-677">ISIS-677</a> - The blob/clob panel does not show the name of the blob/clob present (eg if just uploaded).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-680">ISIS-680</a> - fidelity) alternative to the clipboard link, for those environments where flash is not supported.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-682">ISIS-682</a> - In the Wicket viewer, the tooltip for icons should show the title (and perhaps also the type) of the icon being linked to.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-683">ISIS-683</a> - In Wicket viewer, if delete objects from a standalone collection, then selecting again causes an exception.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-692">ISIS-692</a> - down list box.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-699">ISIS-699</a> - In Wicket viewer, when redirect to next page after invoking an action, have the browser's address bar show the URL of the object</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-706">ISIS-706</a> - Blob vs Clob request handling, also relationship with bulk actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-718">ISIS-718</a> - Actions that return a URL should open in new tab/window</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_24">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-617">ISIS-617</a> - Wicket viewer throws NPE when rendering Apache Isis DateTime in a collection</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-620">ISIS-620</a> - When editing an entity twice a concurrency exception is thrown</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-621">ISIS-621</a> - Improve the Wicket viewer's parsing of numbers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-629">ISIS-629</a> - Selecting a different option from a dropdown resets other fields</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-630">ISIS-630</a> - LocalDates are parsed to a wrong date when running in different timezone</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-637">ISIS-637</a> - down in action prompt</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-669">ISIS-669</a> - Download of Excel files in Wicket viewer on *nix/OSx machines doesn't work.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-675">ISIS-675</a> - If try to upload attachment, then have to do the operation twice.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-676">ISIS-676</a> - down widget is no longer rendered.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-686">ISIS-686</a> - Logout as admin doesn't work (could be if on any machine other than localhost?)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-691">ISIS-691</a> - down list's handling of null entity or values</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-711">ISIS-711</a> - Fix so that can raiseError in bulk actions.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-712">ISIS-712</a> - Inconsistency in domain logic for validation of optional strings causes Wicket viewer to trip up.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_21">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_restfulobjects_viewer_2">RestfulObjects Viewer</h3>
<div class="sect3">
<h4 id="_task_22">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_shiro_security">Shiro Security</h3>
<div class="sect3">
<h4 id="_new_feature_17">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-656">ISIS-656</a> - Roles not setup when using Shiro</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_23">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_jdo_objectstore_3">JDO ObjectStore</h3>
<div class="sect3">
<h4 id="_new_feature_18">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-661">ISIS-661</a> - BackgroundService and BackgroundTaskService as a way of creating mementos to execute jobs asynchronously</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-662">ISIS-662</a> - Provide a "contributions" service to add a PublishedEvents contributed collection for the Interaction entity.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-663">ISIS-663</a> - Provide a "contributions" service for AuditEntry, so that audit entries are shown as a contributed collection to the Interaction entity.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-664">ISIS-664</a> - Provide an abstract class for running "sudo" scheduler jobs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-685">ISIS-685</a> - Add new @Command(async=true|false) flag, so that Command is automatically scheduled to run in the background</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-726">ISIS-726</a> - Provide a 'Recent changes' contributed action that provides a unified view of commands and audit entries for domain objects.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-728">ISIS-728</a> - Provide facet factory to enable auditing by default on all objects, unless explicitly opted out</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-729">ISIS-729</a> - Provide facet factory to treat all actions by default as commands, unless explicitly opted out</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_20">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-577">ISIS-577</a> - Specify @Column(length=…​) for JDO entities (ApplicationSetting, UserSetting, PublishedEvent)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-579">ISIS-579</a> - Add support for range queries in JDO objectstore</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-597">ISIS-597</a> - Services still not injected when entering @PostConstruct methods on a Service</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-599">ISIS-599</a> - Better message and diagnostics for Exception Recognizers</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-611">ISIS-611</a> - Ensure classes are properly eagerly registered with JDO Object store</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-616">ISIS-616</a> - JDO Implementation of the AuditingService should implement the AuditingService2 API</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-623">ISIS-623</a> - Make the default logging of JDO and IsisSytemForTest less verbose</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-651">ISIS-651</a> - Modifications to enable JRebel support</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-657">ISIS-657</a> - JDO objectstore service implemenations should use "IsisXxx" as a common prefix to any tables.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-665">ISIS-665</a> - ObjectActionImpl should escalate a thrown Isis ApplicationException to its underlying cause if the transaction is in a state of mustAbort.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-667">ISIS-667</a> - up/rationalization of JDO domain service impls</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-670">ISIS-670</a> - Replace AuditingService and AuditingService2 with new AuditingService3 API, more consistent with other APIs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-671">ISIS-671</a> - Add a ReifiableActionFacet and @Reifiable annotation as a way to restrict which ReifiableActions are persisted. Enable background task service to hint that an ReifiableAction should be persisted even if not annotated.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-672">ISIS-672</a> - Unify BackgroundTask and Interaction into same entity, rename to "ReifiableAction".</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-684">ISIS-684</a> - Rename ReifiableAction to simply 'Command', and update services also</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-698">ISIS-698</a> - Allow JDOQL to be able to select scalars (eg project individual field(s)) rather than entire entities.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_25">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-644">ISIS-644</a> - Update FrameworkSynchronizer to avoid the "Object not yet known to Apache Isis" exception</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_dependency_upgrade_7">Dependency upgrade</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-646">ISIS-646</a> - Upgrade DataNucleus to 3.3.6 (JDO 3.1), and use the convenience 'accessplatform' POMs.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_24">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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.3.1">1.3.1</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_wicket_viewer_6">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_19">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_26">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-570">ISIS-570</a> - Drop downs for action parameters don't repaint themselves correctly when a validation error occurs for other parameters on the form.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-580">ISIS-580</a> - Date fields are cleared when tabbing through other fields.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_25">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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.3.0">1.3.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_5">Core</h3>
<div class="sect3">
<h4 id="_new_feature_20">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-423">ISIS-423</a> - Provide contract test utility for the automatic testing of 1:m and 1:1 bidirectional relationships</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-426">ISIS-426</a> - Provide abstract contract test to easily verify Comparable implementations.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-427">ISIS-427</a> - specific), with JDO implementation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-430">ISIS-430</a> - Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-433">ISIS-433</a> - specific autoComplete through prefixed methods on actions parameters (cf choices method).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-434">ISIS-434</a> - specific autoComplete through prefixed methods on properties</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-440">ISIS-440</a> - Contributed collections to allow decoupling</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-441">ISIS-441</a> - Helper classes in the applib to implement common object contracts (toString, equals, hashCode, compareTo)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-446">ISIS-446</a> - A new DeveloperUtilitiesService to download the metamodel as a CSV spreadsheet</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-450">ISIS-450</a> - session interaction between entities.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-452">ISIS-452</a> - New @PostsPropertyChangedEvent annotation to post a PropertyChangedEvent via EventBusService</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-457">ISIS-457</a> - New annotation @CssClass for class member, should render in the HTML markup for that member.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-461">ISIS-461</a> - Provide the ability to run arbitrary fixtures (implementing the applib's InstallableFixture) in integration tests</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-463">ISIS-463</a> - scope, respectively)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-468">ISIS-468</a> - Provide better layout management of pages in the Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-469">ISIS-469</a> - Provide implementations of certain layout facets that read from a "Xxx.layout.properties" file</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-470">ISIS-470</a> - Provide the ability to rebuild the metamodel for individual classes, thus allowing dynamic layout capability…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-475">ISIS-475</a> - Dynamic layout using JSON, using an Xxx.layout.json file</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-478">ISIS-478</a> - Provide conditional choices, defaults and validation between action parameters</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-484">ISIS-484</a> - Contract test for ensuring that injectXxx methods are final and not overridable</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-497">ISIS-497</a> - Allow service actions to be rendered as contributed collections or as contributed properties.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-518">ISIS-518</a> - Support Guava's Predicate API for allMatches etc in the applib; deprecate the Filter<T> API.</p>
</li>
<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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-554">ISIS-554</a> - Automatically render a "Dashboard" service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-559">ISIS-559</a> - When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_21">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-74">ISIS-74</a> - Get rid of BoundedFacet (or keep only for information); instead replace with ChoicesFacetBecauseBounded.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-210">ISIS-210</a> - Support parameter choices on contributed actions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-425">ISIS-425</a> - Factor out abstract contract test class to make it easier to write contract tests that apply to all entities.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-428">ISIS-428</a> - JUnitMockery2 should automatically instantiate the @ClassUnderTest</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-436">ISIS-436</a> - Extend the ApplicationSettings and UserSettings (read/write and listAll)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-444">ISIS-444</a> - Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-453">ISIS-453</a> - Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer's rendering)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-456">ISIS-456</a> - ResourceServlet should set the contentType for common file types.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-458">ISIS-458</a> - Allow services to be rendered in a different order than listed in isis.properties.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-462">ISIS-462</a> - Improve ValueTypeContractTestAbstract to also test for value types that implement Comparable.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-465">ISIS-465</a> - Provide the ability to reuse FixtureInstallerDelegate to install demo fixtures (in running application).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-474">ISIS-474</a> - able due to user role permission mapping.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-480">ISIS-480</a> - With the new multiple columns for properties, should only be a single edit form, and should also allow collections to "overflow" underneath property columns if need be.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-482">ISIS-482</a> - Allow as "choices" return type any descendant of "Collection"</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-485">ISIS-485</a> - Clearer messages for validation exceptions (specially MandatoryExceptions)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-490">ISIS-490</a> - Switch from log4j to using slf4j throughout</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-495">ISIS-495</a> - collection</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-500">ISIS-500</a> - Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-503">ISIS-503</a> - Refactor the way that members are ordered to allow contributee actions to be ordered within regular actions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-504">ISIS-504</a> - Metamodel validator should throw a violation if discover any properties/collections on a service</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-509">ISIS-509</a> - Tidy up and rationalize Util classes in core (and all dependents)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-519">ISIS-519</a> - archived stuff too, the never implemented searchable annotations/interfaces).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-528">ISIS-528</a> - Allow framework to deal with transient objects not instantiated by newTransientInstance. Improve javadoc.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-536">ISIS-536</a> - local</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-539">ISIS-539</a> - Allow a reason to be specified in @Disabled annotation</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-546">ISIS-546</a> - OID marshalling should allow an '@' symbol for the version.getUser()</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-564">ISIS-564</a> - The API for the AuditingService#audit omits the id of the property being changed. Fix this (respecting semver)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-567">ISIS-567</a> - Provide the capability to disable concurrency checking through a global property (in isis.properties)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_27">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-435">ISIS-435</a> - Problems with Enums implementing methods on values</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-442">ISIS-442</a> - Fix error handling flow in IsisTransaction</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-449">ISIS-449</a> - Error handling when transaction aborted incorrect</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-451">ISIS-451</a> - Abstract methods (and perhaps synthetic methods) not being filtered out of metamodel</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-464">ISIS-464</a> - Some trivial cleanup</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-467">ISIS-467</a> - timezone difference issue in date test in org.apache.isis.objectstore.sql.HsqlTest</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-531">ISIS-531</a> - "API" classes that are used by danhaywood's wicket extensions, was breaking backward compatibility</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-533">ISIS-533</a> - When flushing transaction, allow for fact that flushing might cause additional persistence commands to be created, and iterate.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-545">ISIS-545</a> - Test in error (Unparseable date)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-549">ISIS-549</a> - RegisterEntities has two @PostConstruct methods…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-565">ISIS-565</a> - NullPointerException on OneToOneAssociation#clearValue</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-566">ISIS-566</a> - Concurrency conflict on related entity that has not been edited</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_26">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_7">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_21">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-419">ISIS-419</a> - sensitive lookups.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-430">ISIS-430</a> - Allow the sort order for SortedSet parented collections to be overridden with a new @SortedBy annotation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-432">ISIS-432</a> - In the wicket viewer, table columns should be sortable</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-433">ISIS-433</a> - specific autoComplete through prefixed methods on actions parameters (cf choices method).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-434">ISIS-434</a> - specific autoComplete through prefixed methods on properties</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-443">ISIS-443</a> - Provide the ability to group domain services into logical menus, using @MemberOrder.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-445">ISIS-445</a> - Actions returning blobs or clobs should download as a file.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-447">ISIS-447</a> - In Wicket viewer, distinguish prototype/exploration actions in the app menu</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-457">ISIS-457</a> - New annotation @CssClass for class member, should render in the HTML markup for that member.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-468">ISIS-468</a> - Provide better layout management of pages in the Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-475">ISIS-475</a> - Dynamic layout using JSON, using an Xxx.layout.json file</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-478">ISIS-478</a> - Provide conditional choices, defaults and validation between action parameters</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-497">ISIS-497</a> - Allow service actions to be rendered as contributed collections or as contributed properties.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-498">ISIS-498</a> - Enhance Wicket's BlobPanel so that, if an image is uploaded as the blob, then it is displayed in thumbnail form.</p>
</li>
<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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-554">ISIS-554</a> - Automatically render a "Dashboard" service (perhaps one annotated with @Dashboard) as an object in the Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-559">ISIS-559</a> - When a @Bulk action is invoked, an interaction context (available via a ThreadLocal) should provide additional contextual information.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_22">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-424">ISIS-424</a> - final so can be subclassed.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-444">ISIS-444</a> - Autocomplete should allow minimum characters to be specified; choices should require no characters to be specified.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-453">ISIS-453</a> - Extend @MemberGroups annotation so that it can provide a hint to lay out properties on either left or right hand side of the page (with respect to Wicket viewer's rendering)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-455">ISIS-455</a> - specific CSS.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-473">ISIS-473</a> - Allow operations to individually be specified for "@bookmarkable" behaviour.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-480">ISIS-480</a> - With the new multiple columns for properties, should only be a single edit form, and should also allow collections to "overflow" underneath property columns if need be.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-490">ISIS-490</a> - Switch from log4j to using slf4j throughout</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-500">ISIS-500</a> - Make EntityIconAndTitlePanel easier to subclass; minor tidy up ComponentFactory and PageRegistryDefault.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-520">ISIS-520</a> - type cmd line arg.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-521">ISIS-521</a> - Xxx.layout.json is not read for abstract classes (as used for parented collections)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-523">ISIS-523</a> - If max length of title in collections is 0, then suppress the title label also.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-525">ISIS-525</a> - Wicket tags should be stripped by default, overridable with an Apache Isis property.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-527">ISIS-527</a> - focus on first field when edit an object or on action parameter.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-530">ISIS-530</a> - ui</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-538">ISIS-538</a> - Improve performance of rendering lists (in Wicket viewer)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-547">ISIS-547</a> - Provide better error logging from the Wicket applicaiton init() method if Apache Isis fails to boot.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-558">ISIS-558</a> - When bulk action is invoked, the action that generated the collection should be resubmitted (so that a full refresh takes place).</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_28">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-449">ISIS-449</a> - Error handling when transaction aborted incorrect</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-502">ISIS-502</a> - wicket componentList order sensitivity</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-551">ISIS-551</a> - Not forwarding onto the error page correctly if any of the application actions (ie menus) hit the object store when the transaction has been set to ABORT due to an earlier failure.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-552">ISIS-552</a> - Upgrade to Wicket 6.11.0 and disable HTML5 functionality that caused interference between required text fields and the Wicket viewer's veil.</p>
</li>
<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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-566">ISIS-566</a> - Concurrency conflict on related entity that has not been edited</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_restfulobjects_viewer_3">RestfulObjects Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_22">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_23">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-509">ISIS-509</a> - Tidy up and rationalize Util classes in core (and all dependents)</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_29">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-413">ISIS-413</a> - RO representation of entities with a null LocalDate failing with an ClassCastException</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-464">ISIS-464</a> - Some trivial cleanup</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-479">ISIS-479</a> - Properties not getting updated as per 14.2 in RO Spec</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-481">ISIS-481</a> - some links are broken</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-496">ISIS-496</a> - a link is broken</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-526">ISIS-526</a> - Action Resource Parameters representation</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_shiro_security_2">Shiro Security</h3>
<div class="sect3">
<h4 id="_improvement_24">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-509">ISIS-509</a> - Tidy up and rationalize Util classes in core (and all dependents)</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_jdo_objectstore_4">JDO ObjectStore</h3>
<div class="sect3">
<h4 id="_new_feature_23">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-422">ISIS-422</a> - Create Apache Isis API for custom Queries sent to the Objectstore by the PersistenceManager</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-427">ISIS-427</a> - specific), with JDO implementation.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-450">ISIS-450</a> - session interaction between entities.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-459">ISIS-459</a> - Enhance IsisJdoSupport service to support integration testing (execute arbitrary SQL, delete all instances of an entity)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-488">ISIS-488</a> - Derive Apache Isis' MandatoryFacet from JDO @Column(allowsNull=) annotation, and provide @Mandatory annotation as override</p>
</li>
<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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_25">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-436">ISIS-436</a> - Extend the ApplicationSettings and UserSettings (read/write and listAll)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-438">ISIS-438</a> - Upgrade to DN 3.2.3 and remove the workaround we had introduced …​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-460">ISIS-460</a> - JDO objectstore should sync adapters on bulk delete.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-509">ISIS-509</a> - Tidy up and rationalize Util classes in core (and all dependents)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-524">ISIS-524</a> - Allow to control the database schema generation using a property in isis.properties file.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-529">ISIS-529</a> - Provide hidden versions of the ApplicationSettingsService and UserSettingsService.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-540">ISIS-540</a> - ExceptionRecognizerForJDODataStoreException is too general…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-557">ISIS-557</a> - If @javax.jdo.annotations.Column(length=…​) is specified, then should be used to infer the MaxLengthFacet</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_30">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-549">ISIS-549</a> - RegisterEntities has two @PostConstruct methods…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-566">ISIS-566</a> - Concurrency conflict on related entity that has not been edited</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_dependency_upgrade_8">Dependency upgrade</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-477">ISIS-477</a> - Update JDO/DataNucleus objectstore to DN 3.2.6 and other latest dependencies</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-501">ISIS-501</a> - Maven error with DN enhancer: required artifact missing</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_task_27">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>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.2.0">1.2.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_6">Core</h3>
<div class="sect3">
<h4 id="_new_feature_24">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-327">ISIS-327</a> - Initialize and shutdown domain services</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-344">ISIS-344</a> - Automatically exclude "parent references" from parented collections.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-351">ISIS-351</a> - fatal, for rendering to the user.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-356">ISIS-356</a> - Allow 'inject' to be used as a prefix for injecting services into entities, fixtures or other services.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-360">ISIS-360</a> - About page on wicket viewer should show version, build number and other details.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-367">ISIS-367</a> - Refactor to support JTA transactions</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-377">ISIS-377</a> - Publishing Service implementation that writes to a queue (using JDO).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-378">ISIS-378</a> - a service for prototyping that allows access into the internals of the Apache Isis runtime</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-380">ISIS-380</a> - Enhance BookmarkService API to allow objects to be looked up directly (rather than by dint of a BookmarkHolder)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-407">ISIS-407</a> - Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-409">ISIS-409</a> - Move the 'wrapper' progmodel component into core, reworked as an optional service</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_26">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-326">ISIS-326</a> - Make Datanucleus JNDI aware</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-330">ISIS-330</a> - Wicket viewer calls choices method while figuring out how to render properties. Should call less often (if not at all).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-331">ISIS-331</a> - Explicitly specify project.build.sourceEncoding for both Isis and the quickstart archetype</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-343">ISIS-343</a> - Introduce @Render annotation and deprecate @Resolve</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-345">ISIS-345</a> - Move the Bookmark service in the applib to a different package</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-353">ISIS-353</a> - compareTo methods (when implement Comparable) should be automatically hidden</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-358">ISIS-358</a> - Should be able to delete objects even if they are not versioned.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-362">ISIS-362</a> - Upgrade to JMock 2.6.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-364">ISIS-364</a> - Suppress components of title when rendered in a parented collection.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-366">ISIS-366</a> - Core unit testing support JUnitRuleMockery2 does not support autoinjection of setters</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-386">ISIS-386</a> - Provide the ability to force a reload of an object by the JDO objectstore, and provide a domain service for clients.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-387">ISIS-387</a> - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-396">ISIS-396</a> - Wicket/JDO handling of BigDecimal properties should honour the @Column's scale attribute.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-397">ISIS-397</a> - Change default AuditingService impl to write to stderr, not stdout</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-398">ISIS-398</a> - Extend applib's Clock interface to also return time as Joda LocalDate or LocalDateTime</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-403">ISIS-403</a> - Improve the bookmarks in the Wicket viewer.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_31">Bug</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-359">ISIS-359</a> - arg…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-408">ISIS-408</a> - persistable properties (annotated with @NotPersisted).</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_8">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_25">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-344">ISIS-344</a> - Automatically exclude "parent references" from parented collections.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-351">ISIS-351</a> - fatal, for rendering to the user.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-360">ISIS-360</a> - About page on wicket viewer should show version, build number and other details.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-363">ISIS-363</a> - Wicket viewer should abbreviate title to different lengths for parented vs standalone collections.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-384">ISIS-384</a> - Provide automatic totalling of collections.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-400">ISIS-400</a> - In the wicket viewer, allow actions to be associated with properties (similar to how this can be done with collections)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-407">ISIS-407</a> - Annotation to automatically adjust end dates of ranges so that they are shown as inclusive vs exclusive.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_27">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-320">ISIS-320</a> - Be more verbose when wicket page fails to render</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-330">ISIS-330</a> - Wicket viewer calls choices method while figuring out how to render properties. Should call less often (if not at all).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-335">ISIS-335</a> - Don't include (or perhaps abbreviate) the title text in collections</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-337">ISIS-337</a> - Reduce size of font in breadcrumbs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-338">ISIS-338</a> - Right align number fields (byte, short, int, long, float, double, BigInteger, BigDecimal)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-339">ISIS-339</a> - Wicket Autocomplete should only fire if at least 1 character has been entered.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-340">ISIS-340</a> - Wicket viewer bookmarks should show icon as well as title</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-343">ISIS-343</a> - Introduce @Render annotation and deprecate @Resolve</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-349">ISIS-349</a> - Show notifications, warning messages and error messages in Wicket</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-350">ISIS-350</a> - Provide a fallback error page in case of runtime exception being thrown.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-357">ISIS-357</a> - Gracefully handle objects that have been deleted.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-362">ISIS-362</a> - Upgrade to JMock 2.6.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-364">ISIS-364</a> - Suppress components of title when rendered in a parented collection.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-365">ISIS-365</a> - Should not add same object to bookmarks (breadcrumbs) twice if its title has changed.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-392">ISIS-392</a> - In Wicket, provide a datepicker for all of the date/datetime value types.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-393">ISIS-393</a> - Upgrade to Wicket 6.7.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-394">ISIS-394</a> - Use JQuery UI date picker rather than the YUI picker.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-395">ISIS-395</a> - Allow Wicket viewer's date pattern to be globally configurable</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-396">ISIS-396</a> - Wicket/JDO handling of BigDecimal properties should honour the @Column's scale attribute.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-403">ISIS-403</a> - Improve the bookmarks in the Wicket viewer.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_32">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-321">ISIS-321</a> - gracefully handle any constraint violation thrown by the DataNucleus persistence mechanism (to be handled by JDO ObjectStore & Wicket)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-334">ISIS-334</a> - method String iconName() is never called in entities</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-336">ISIS-336</a> - Fix CSS for Wicket viewer so that disabled application actions (on menu bar) are shown greyed out.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-341">ISIS-341</a> - if search and get no results, then click on the OK, then get a stack trace</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-342">ISIS-342</a> - Bootstrapping Wicket application should load supplementary config files for viewers.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-354">ISIS-354</a> - Issues with Wicket viewer and tck examples</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-359">ISIS-359</a> - arg…​</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-382">ISIS-382</a> - Quickly pressing enter multiple times on an object form creates multiple instances.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-385">ISIS-385</a> - In the wicket viewer, actions rendered by collections are never shown as disabled.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-388">ISIS-388</a> - Bulk actions in Wicket viewer not correctly redirecting to error page if an unexpected error occurs</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-390">ISIS-390</a> - Fix NPE in Wicket viewer if tries to render an action that is invisible.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-402">ISIS-402</a> - Wicket viewer, show bulk actions for prototype or exploring modes.</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_restfulobjects_viewer_4">RestfulObjects Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_26">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-410">ISIS-410</a> - RO viewer support @Render(EAGERLY) for collections</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_28">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-362">ISIS-362</a> - Upgrade to JMock 2.6.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-387">ISIS-387</a> - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.1.0">1.1.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_7">Core</h3>
<div class="sect3">
<h4 id="_new_feature_27">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-304">ISIS-304</a> - arg, no business rules) do not appear.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_29">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_33">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-312">ISIS-312</a> - Guard in BaseFixture to allow fixtures to load in production mode was faulty</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_9">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_28">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-304">ISIS-304</a> - arg, no business rules) do not appear.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_30">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-309">ISIS-309</a> - Minor fixes to support extensions to Wicket viewer.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-315">ISIS-315</a> - INF</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_34">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_restfulobjects_viewer_5">RestfulObjects Viewer</h3>
<div class="sect3">
<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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-410">ISIS-410</a> - RO viewer support @Render(EAGERLY) for collections</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_31">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-362">ISIS-362</a> - Upgrade to JMock 2.6.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-387">ISIS-387</a> - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_shiro_security_3">Shiro Security</h3>
<div class="sect3">
<h4 id="_new_feature_30">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_32">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>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_35">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>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_jdo_objectstore_5">JDO ObjectStore</h3>
<div class="sect3">
<h4 id="_new_feature_31">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-377">ISIS-377</a> - Publishing Service implementation that writes to a queue (using JDO).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-379">ISIS-379</a> - Move AuditingService out of the ToDo app demo and into JDO objectstore as a service impl.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_33">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-326">ISIS-326</a> - Make Datanucleus JNDI aware</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-362">ISIS-362</a> - Upgrade to JMock 2.6.0</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-376">ISIS-376</a> - Enhance JDO objectstore to also support IdentityType.APPLICATION (as well as DATASTORE)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-386">ISIS-386</a> - Provide the ability to force a reload of an object by the JDO objectstore, and provide a domain service for clients.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-387">ISIS-387</a> - Enhance PublishingService and AuditingService for created and deleted objects (as well as just updated objects).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-389">ISIS-389</a> - Ensure that objects lazily loaded by JDO/DataNucleus get domain services injected into them consistently.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-391">ISIS-391</a> - Upgrade JDO objectstore to Datanucleus 3.2.1</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-396">ISIS-396</a> - Wicket/JDO handling of BigDecimal properties should honour the @Column's scale attribute.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-303">ISIS-303</a> - Migration of DataNucleus (DN) type support to use DN v3.2 standard</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_36">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-301">ISIS-301</a> - Error when using class name as discriminator strategy</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-302">ISIS-302</a> - Ensure related items are mapped into pojo (possible eager loading of parent/child relationship)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-321">ISIS-321</a> - gracefully handle any constraint violation thrown by the DataNucleus persistence mechanism (to be handled by JDO ObjectStore & Wicket)</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="r1.0.0">1.0.0</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_core_8">Core</h3>
<div class="sect3">
<h4 id="_new_feature_32">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-242">ISIS-242</a> - Provide support for JODA LocalDate and LocalDateTime as value types.</p>
</li>
<li>
<p><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…​.</p>
</li>
<li>
<p><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)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-264">ISIS-264</a> - side paging as a minimum). Implement in Wicket as a minimum</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_34">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-131">ISIS-131</a> - Archive off (and no longer support) the default runtime's client/server remoting</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-188">ISIS-188</a> - 1.0.0 release.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-192">ISIS-192</a> - based authorization</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-202">ISIS-202</a> - Rename @Stable to @ViewModel</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-203">ISIS-203</a> - Improve the logging at startup</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-216">ISIS-216</a> - describing (ie make OidWithSpecification the norm, using an ObjectTypeFacet as a way of determining the type).</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-227">ISIS-227</a> - exist better.</p>
</li>
<li>
<p><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.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-243">ISIS-243</a> - Remove the Maybe type from the Isis applib.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-245">ISIS-245</a> - Collapse the Version hierarchy</p>
</li>
<li>
<p><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)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-252">ISIS-252</a> - Use enums instead of booleans in FacetFactory's/Facets/ValueSemanticsProvider</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-253">ISIS-253</a> - Get rid of DateValueFacet#getLevel(), since unused</p>
</li>
<li>
<p><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.</p>
</li>
<li>
<p><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.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-259">ISIS-259</a> - Replace @QueryOnly and @Idempotent with a new @ActionSemantics annotation.</p>
</li>
<li>
<p><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.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-261">ISIS-261</a> - Remove obsolete code (Enumeration interface, AnnotationBasedFacetFactory)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-262">ISIS-262</a> - Real composite for ResourceSourceStream</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-267">ISIS-267</a> - Handle "recreating" object adapters which are already resolved</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-274">ISIS-274</a> - Simplify the bootstrapping of Apache Isis so that there are fewer configuration properties to set in isis.properties</p>
</li>
<li>
<p><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</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-281">ISIS-281</a> - Provide support for integration testing using a JUnit rule.</p>
</li>
<li>
<p><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</p>
</li>
<li>
<p><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.</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-286">ISIS-286</a> - Make sure pending changes are stored before issuing a query</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-288">ISIS-288</a> - During start up the configuration files are read in repeatedly making it confusing to track down configuration issues</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_37">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>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-255">ISIS-255</a> - Test in Runtime TestSupport component fails due to TimeZone</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-265">ISIS-265</a> - NullPointerException when storing new objects</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-266">ISIS-266</a> - BoundedFacetAbstract was invalidating using disabledReason()</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_wicket_viewer_10">Wicket Viewer</h3>
<div class="sect3">
<h4 id="_new_feature_33">New Feature</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-232">ISIS-232</a> - General improvements to the Wicket viewer</p>
</li>
<li>
<p><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)</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-264">ISIS-264</a> - side paging as a minimum). Implement in Wicket as a minimum</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_35">Improvement</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-239">ISIS-239</a> - Add support for MultiLine facet in Wicket viewer</p>
</li>
<li>
<p><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</p>
</li>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-251">ISIS-251</a> - Implement concurrency exception handling in Wicket viewer</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_38">Bug</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-287">ISIS-287</a> - BigInteger types throw error in Wicket viewer</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_wish_2">Wish</h4>
<div class="ulist">
<ul>
<li>
<p><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)</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_restfulobjects_viewer_6">RestfulObjects Viewer</h3>
<div class="sect3">
<h4 id="_improvement_36">Improvement</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-194">ISIS-194</a> - memory objectstore.</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_bug_39">Bug</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-256">ISIS-256</a> - NullPointerReference exceptions when attempting to persist an object</p>
</li>
</ul>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_jdo_objectstore_6">JDO ObjectStore</h3>
<div class="sect3">
<h4 id="_new_feature_34">New Feature</h4>
<div class="ulist">
<ul>
<li>
<p><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</p>
</li>
</ul>
</div>
</div>
<div class="sect3">
<h4 id="_improvement_37">Improvement</h4>
<div class="ulist">
<ul>
<li>
<p><a href="https://issues.apache.org/jira/browse/ISIS-246">ISIS-246</a> - DataNucleus</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer>
<hr>
<p class="small">
Copyright © 2010~2016 The Apache Software Foundation, licensed under the Apache License, v2.0.
<br/>
Apache, the Apache feather logo, Apache Isis, and the Apache Isis project logo are all trademarks of The Apache Software Foundation.
</p>
</footer>
</div>
<div id="doc-content-right" class="large-3 medium-3 xcolumns">
<div id="toc" class="toc2">
<div class="fallback-toc">
<ul class="sectlevel1">
<li><a href="#_summary">Summary</a></li>
<li><a href="#r1.13.2.1">1.13.2.1</a>
<ul class="sectlevel2">
<li><a href="#_improvement">Improvement</a></li>
<li><a href="#_task">Task</a></li>
</ul>
</li>
<li><a href="#r1.13.2">1.13.2</a>
<ul class="sectlevel2">
<li><a href="#_new_feature">New Feature</a></li>
<li><a href="#_improvement_2">Improvement</a></li>
<li><a href="#_bug">Bug</a></li>
<li><a href="#_task_2">Task</a></li>
</ul>
</li>
<li><a href="#r1.13.2">1.13.2</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_2">New Feature</a></li>
<li><a href="#_improvement_3">Improvement</a></li>
<li><a href="#_bug_2">Bug</a></li>
<li><a href="#_task_3">Task</a></li>
</ul>
</li>
<li><a href="#r1.13.1">1.13.1</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_3">New Feature</a></li>
<li><a href="#_improvement_4">Improvement</a></li>
<li><a href="#_bug_3">Bug</a></li>
</ul>
</li>
<li><a href="#r1.13.0">1.13.0</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_4">New Feature</a></li>
<li><a href="#_improvement_5">Improvement</a></li>
<li><a href="#_bug_4">Bug</a></li>
<li><a href="#_task_4">Task</a></li>
</ul>
</li>
<li><a href="#r1.12.2">1.12.2</a>
<ul class="sectlevel2">
<li><a href="#_bug_5">Bug</a></li>
<li><a href="#_task_5">Task</a></li>
</ul>
</li>
<li><a href="#r1.12.1">1.12.1</a>
<ul class="sectlevel2">
<li><a href="#_bug_6">Bug</a></li>
<li><a href="#_task_6">Task</a></li>
</ul>
</li>
<li><a href="#r1.12.0">1.12.0</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_5">New Feature</a></li>
<li><a href="#_improvement_6">Improvement</a></li>
<li><a href="#_bug_7">Bug</a></li>
<li><a href="#_dependency_upgrade">Dependency upgrade</a></li>
<li><a href="#_task_7">Task</a></li>
</ul>
</li>
<li><a href="#r1.11.1">1.11.1</a>
<ul class="sectlevel2">
<li><a href="#_bug_8">Bug</a></li>
</ul>
</li>
<li><a href="#r1.11.0">1.11.0</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_6">New Feature</a></li>
<li><a href="#_improvement_7">Improvement</a></li>
<li><a href="#_bug_9">Bug</a></li>
<li><a href="#_task_8">Task</a></li>
</ul>
</li>
<li><a href="#r1.10.0">1.10.0</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_7">New Feature</a></li>
<li><a href="#_improvement_8">Improvement</a></li>
<li><a href="#_bug_10">Bug</a></li>
<li><a href="#_task_9">Task</a></li>
<li><a href="#_dependency_upgrade_2">Dependency upgrade</a></li>
<li><a href="#_superceded">Superceded</a></li>
<li><a href="#_not_implemented_tidying_up_backlog">Not implemented (tidying up backlog)</a></li>
</ul>
</li>
<li><a href="#r1.9.0">1.9.0</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_8">New Feature</a></li>
<li><a href="#_improvement_9">Improvement</a></li>
<li><a href="#_bug_11">Bug</a></li>
<li><a href="#_dependency_upgrade_3">Dependency upgrade</a></li>
<li><a href="#_task_10">Task</a></li>
<li><a href="#_wish">Wish</a></li>
</ul>
</li>
<li><a href="#r1.8.0">1.8.0</a>
<ul class="sectlevel2">
<li><a href="#_new_feature_9">New Feature</a></li>
<li><a href="#_improvement_10">Improvement</a></li>
<li><a href="#_bug_12">Bug</a></li>
<li><a href="#_task_11">Task</a></li>
<li><a href="#_sub_task">Sub-task</a></li>
</ul>
</li>
<li><a href="#r1.7.0">1.7.0</a>
<ul class="sectlevel2">
<li><a href="#_core">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_10">New Feature</a></li>
<li><a href="#_security_fixes">Security fixes</a></li>
<li><a href="#_improvement_11">Improvement</a></li>
<li><a href="#_bug_13">Bug</a></li>
<li><a href="#_removed_features">Removed features</a></li>
<li><a href="#_removed_features_obsolete">Removed features (obsolete)</a></li>
<li><a href="#_unreleased_features_backed_out">Unreleased features (backed out)</a></li>
<li><a href="#_task_12">Task</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer">Wicket viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_11">New Feature</a></li>
<li><a href="#_security_fixes_2">Security fixes</a></li>
<li><a href="#_bug_14">Bug</a></li>
<li><a href="#_dependency_upgrade_4">Dependency upgrade</a></li>
<li><a href="#_task_13">Task</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.6.0">1.6.0</a>
<ul class="sectlevel2">
<li><a href="#_core_2">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_12">New Feature</a></li>
<li><a href="#_improvement_12">Improvement</a></li>
<li><a href="#_bug_15">Bug</a></li>
<li><a href="#_dependency_upgrade_5">Dependency upgrade</a></li>
<li><a href="#_task_core">Task (Core)</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_2">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_13">New Feature</a></li>
<li><a href="#_improvement_13">Improvement</a></li>
<li><a href="#_bug_16">Bug</a></li>
<li><a href="#_task_14">Task</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.5.0">1.5.0</a>
<ul class="sectlevel2">
<li><a href="#_core_3">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_14">New Feature</a></li>
<li><a href="#_improvement_14">Improvement</a></li>
<li><a href="#_bug_17">Bug</a></li>
<li><a href="#_task_15">Task</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_3">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_improvement_15">Improvement</a></li>
<li><a href="#_bug_18">Bug</a></li>
<li><a href="#_dependency_upgrade_6">Dependency upgrade</a></li>
<li><a href="#_task_16">Task</a></li>
</ul>
</li>
<li><a href="#_restfulobjects_viewer">RestfulObjects Viewer</a>
<ul class="sectlevel3">
<li><a href="#_task_17">Task</a></li>
<li><a href="#_bug_19">Bug</a></li>
<li><a href="#_task_18">Task</a></li>
</ul>
</li>
<li><a href="#_jdo_objectstore">JDO ObjectStore</a>
<ul class="sectlevel3">
<li><a href="#_improvement_16">Improvement</a></li>
<li><a href="#_bug_20">Bug</a></li>
<li><a href="#_task_19">Task</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.4.1">1.4.1</a>
<ul class="sectlevel2">
<li><a href="#_wicket_viewer_4">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_improvement_17">Improvement</a></li>
<li><a href="#_bug_21">Bug</a></li>
</ul>
</li>
<li><a href="#_jdo_objectstore_2">JDO Objectstore</a>
<ul class="sectlevel3">
<li><a href="#_bug_22">Bug</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.4.0">1.4.0</a>
<ul class="sectlevel2">
<li><a href="#_core_4">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_15">New Feature</a></li>
<li><a href="#_improvement_18">Improvement</a></li>
<li><a href="#_bug_23">Bug</a></li>
<li><a href="#_task_20">Task</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_5">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_16">New Feature</a></li>
<li><a href="#_improvement_19">Improvement</a></li>
<li><a href="#_bug_24">Bug</a></li>
<li><a href="#_task_21">Task</a></li>
</ul>
</li>
<li><a href="#_restfulobjects_viewer_2">RestfulObjects Viewer</a>
<ul class="sectlevel3">
<li><a href="#_task_22">Task</a></li>
</ul>
</li>
<li><a href="#_shiro_security">Shiro Security</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_17">New Feature</a></li>
<li><a href="#_task_23">Task</a></li>
</ul>
</li>
<li><a href="#_jdo_objectstore_3">JDO ObjectStore</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_18">New Feature</a></li>
<li><a href="#_improvement_20">Improvement</a></li>
<li><a href="#_bug_25">Bug</a></li>
<li><a href="#_dependency_upgrade_7">Dependency upgrade</a></li>
<li><a href="#_task_24">Task</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.3.1">1.3.1</a>
<ul class="sectlevel2">
<li><a href="#_wicket_viewer_6">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_19">New Feature</a></li>
<li><a href="#_bug_26">Bug</a></li>
<li><a href="#_task_25">Task</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.3.0">1.3.0</a>
<ul class="sectlevel2">
<li><a href="#_core_5">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_20">New Feature</a></li>
<li><a href="#_improvement_21">Improvement</a></li>
<li><a href="#_bug_27">Bug</a></li>
<li><a href="#_task_26">Task</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_7">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_21">New Feature</a></li>
<li><a href="#_improvement_22">Improvement</a></li>
<li><a href="#_bug_28">Bug</a></li>
</ul>
</li>
<li><a href="#_restfulobjects_viewer_3">RestfulObjects Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_22">New Feature</a></li>
<li><a href="#_improvement_23">Improvement</a></li>
<li><a href="#_bug_29">Bug</a></li>
</ul>
</li>
<li><a href="#_shiro_security_2">Shiro Security</a>
<ul class="sectlevel3">
<li><a href="#_improvement_24">Improvement</a></li>
</ul>
</li>
<li><a href="#_jdo_objectstore_4">JDO ObjectStore</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_23">New Feature</a></li>
<li><a href="#_improvement_25">Improvement</a></li>
<li><a href="#_bug_30">Bug</a></li>
<li><a href="#_dependency_upgrade_8">Dependency upgrade</a></li>
<li><a href="#_task_27">Task</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.2.0">1.2.0</a>
<ul class="sectlevel2">
<li><a href="#_core_6">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_24">New Feature</a></li>
<li><a href="#_improvement_26">Improvement</a></li>
<li><a href="#_bug_31">Bug</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_8">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_25">New Feature</a></li>
<li><a href="#_improvement_27">Improvement</a></li>
<li><a href="#_bug_32">Bug</a></li>
</ul>
</li>
<li><a href="#_restfulobjects_viewer_4">RestfulObjects Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_26">New Feature</a></li>
<li><a href="#_improvement_28">Improvement</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.1.0">1.1.0</a>
<ul class="sectlevel2">
<li><a href="#_core_7">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_27">New Feature</a></li>
<li><a href="#_improvement_29">Improvement</a></li>
<li><a href="#_bug_33">Bug</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_9">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_28">New Feature</a></li>
<li><a href="#_improvement_30">Improvement</a></li>
<li><a href="#_bug_34">Bug</a></li>
</ul>
</li>
<li><a href="#_restfulobjects_viewer_5">RestfulObjects Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_29">New Feature</a></li>
<li><a href="#_improvement_31">Improvement</a></li>
</ul>
</li>
<li><a href="#_shiro_security_3">Shiro Security</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_30">New Feature</a></li>
<li><a href="#_improvement_32">Improvement</a></li>
<li><a href="#_bug_35">Bug</a></li>
</ul>
</li>
<li><a href="#_jdo_objectstore_5">JDO ObjectStore</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_31">New Feature</a></li>
<li><a href="#_improvement_33">Improvement</a></li>
<li><a href="#_bug_36">Bug</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#r1.0.0">1.0.0</a>
<ul class="sectlevel2">
<li><a href="#_core_8">Core</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_32">New Feature</a></li>
<li><a href="#_improvement_34">Improvement</a></li>
<li><a href="#_bug_37">Bug</a></li>
</ul>
</li>
<li><a href="#_wicket_viewer_10">Wicket Viewer</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_33">New Feature</a></li>
<li><a href="#_improvement_35">Improvement</a></li>
<li><a href="#_bug_38">Bug</a></li>
<li><a href="#_wish_2">Wish</a></li>
</ul>
</li>
<li><a href="#_restfulobjects_viewer_6">RestfulObjects Viewer</a>
<ul class="sectlevel3">
<li><a href="#_improvement_36">Improvement</a></li>
<li><a href="#_bug_39">Bug</a></li>
</ul>
</li>
<li><a href="#_jdo_objectstore_6">JDO ObjectStore</a>
<ul class="sectlevel3">
<li><a href="#_new_feature_34">New Feature</a></li>
<li><a href="#_improvement_37">Improvement</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<script src="./js/foundation/5.5.1/vendor/jquery.js"></script>
<script src="./js/foundation/5.5.1/foundation.min.js"></script>
<link href="./css/jquery.tocify/1.9.0/jquery.tocify.css" rel="stylesheet">
<script src="./js/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="./js/jquery.tocify/1.9.0/jquery.tocify.js"></script>
<script type="text/javascript">
$(function () {
$("#toc").tocify({
scrollTo: 50,
extendPage: true,
context: "#doc-content",
highlightOnScroll: true,
hashGenerator: "pretty",
hideEffect: "slideUp",
selectors: "h2,h3,h4,h5"
});
$(".fallback-toc").hide();
});
</script>
<script type="text/javascript">
/****
$(document).foundation();
$(document).ready(function(){
// Cache selectors
var lastId,
topMenu = $("div#toc ul"),
topMenuHeight = 100,
menuItems = topMenu.find("a"),
menuItemsHrefs = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
// Bind click handler to menu items to scroll animation
menuItems.click(function(e){
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 : $(href).offset().top-topMenuHeight+1;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
e.preventDefault();
});
// Bind to scroll of window
$( window ).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop()+topMenuHeight;
var cur = menuItemsHrefs.map(function(){
if ($(this).offset().top < fromTop)
return this;
});
// Get the id of the current element
cur = cur[cur.length-1];
var id = cur && cur.length ? cur[0].id : "";
if (lastId !== id && id) {
scrollTo(id);
}
window.history.pushState({}, "", window.location.origin + window.location.pathname + "#" + id);
});
scrollTo = function(id) {
lastId = id;
menuItems
.removeClass("active");
menuItems
.parents()
.removeClass("active-region");
menuItems
.parents("ul").hide();
menuItems
.filter("[href=#"+id+"]")
.addClass("active");
menuItems
.filter("[href=#"+id+"]")
.parents("ul").show();
menuItems
.filter("[href=#"+id+"]")
.parent().children("ul").show();
menuItems
.filter("[href=#"+id+"]")
.parents("li").addClass("active-region");
}
menuItems
.removeClass("active");
menuItems
.parents()
.removeClass("active-region");
var syncMenuItem;
if(window.location.hash!=="") {
var menuItemFor = $.grep(menuItems, function(e) {
return e.hash === window.location.hash;
});
console.log(menuItemFor);
if(menuItemFor.length === 1) {
syncMenuItem = menuItemFor[0];
}
}
if(!syncMenuItem){
syncMenuItem = menuItems[0];
}
$(syncMenuItem).click();
});
***/
</script>
<script type="text/javascript">
$(document).ready(function(){
if("Documentation" === "Release Notes") {
console.log( "processing 'Documentation'" );
$("#doc-content-left").removeClass("large-9").removeClass("medium-9").addClass("large-12").addClass("medium-12");
$("#doc-content-right").removeClass("large-3").removeClass("medium-3").hide();
}
});
</script>
<script>
$( document ).ready(function() {
(function() {
$(function() {
return $("#doc-content h2, #doc-content h3, #doc-content h4, #doc-content h5, #doc-content h6").each(function(i, el) {
var $el, icon, id;
$el = $(el);
id = $el.attr('id');
icon = '<i class="fa fa-link"></i>';
if (id) {
return $el.prepend($("<a />").addClass("header-link").attr("href", "#" + id).html(icon));
}
});
});
}).call(this);
/*
http://osvaldas.info/auto-hide-sticky-header
MIT license
*/
;( function( $, window, document, undefined )
{
'use strict';
var elSelector = '.header',
elClassHidden = 'header--hidden',
throttleTimeout = 500,
$element = $( elSelector );
if( !$element.length ) return true;
var $window = $( window ),
wHeight = 0,
wScrollCurrent = 0,
wScrollBefore = 0,
wScrollDiff = 0,
$document = $( document ),
dHeight = 0,
throttle = function( delay, fn )
{
var last, deferTimer;
return function()
{
var context = this, args = arguments, now = +new Date;
if( last && now < last + delay )
{
clearTimeout( deferTimer );
deferTimer = setTimeout( function(){ last = now; fn.apply( context, args ); }, delay );
}
else
{
last = now;
fn.apply( context, args );
}
};
};
$window.on( 'scroll', throttle( throttleTimeout, function()
{
dHeight = $document.height();
wHeight = $window.height();
wScrollCurrent = $window.scrollTop();
wScrollDiff = wScrollBefore - wScrollCurrent;
if( wScrollCurrent <= 0 ) // scrolled to the very top; element sticks to the top
$element.removeClass( elClassHidden );
else if( wScrollDiff > 0 && $element.hasClass( elClassHidden ) ) // scrolled up; element slides in
$element.removeClass( elClassHidden );
else if( wScrollDiff < 0 ) // scrolled down
{
if( wScrollCurrent + wHeight >= dHeight && $element.hasClass( elClassHidden ) ) // scrolled to the very bottom; element slides in
$element.removeClass( elClassHidden );
else // scrolled down; element slides out
$element.addClass( elClassHidden );
}
wScrollBefore = wScrollCurrent;
}));
})( jQuery, window, document );
});
</script>
</body>
</html>