ISIS-1287: updating release notes for 1.12.0

Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/0d35854e
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/0d35854e
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/0d35854e

Branch: refs/heads/master
Commit: 0d35854e015fe250b902b5b8c11851938bc1e58e
Parents: 082e8f3
Author: Dan Haywood <d...@haywood-associates.co.uk>
Authored: Mon Mar 28 10:57:27 2016 +0100
Committer: Dan Haywood <d...@haywood-associates.co.uk>
Committed: Tue Mar 29 07:56:45 2016 +0100

----------------------------------------------------------------------
 .../main/asciidoc/_release-notes_1.12.0.adoc    | 41 ++++++++++----------
 .../src/main/asciidoc/release-notes.adoc        |  2 +-
 2 files changed, 21 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0d35854e/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc 
b/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc
index 862bf42..db2af88 100644
--- a/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc
+++ b/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc
@@ -42,44 +42,43 @@ Apache Isis 1.12.0-SNAPSHOT is currently being voted on for 
release; expectation
 
 === New Feature
 
-* link:https://issues.apache.org/jira/browse/ISIS-1351[ISIS-1351] - Extend 
ConfigurationService to list all configuration properties in the UI
-* link:https://issues.apache.org/jira/browse/ISIS-1326[ISIS-1326] - Add a link 
to a "quotes" page on the main website.
-* link:https://issues.apache.org/jira/browse/ISIS-1325[ISIS-1325] - New 
SessionManagementService
+* link:https://issues.apache.org/jira/browse/ISIS-1351[ISIS-1351] - Extend 
xref:rgsvc.adoc#_rgsvc_api_ConfigurationService[`ConfigurationService`] to list 
all configuration properties in the UI
+* link:https://issues.apache.org/jira/browse/ISIS-1325[ISIS-1325] - New 
xref:rgsvc.adoc#_rgsvc_api_SessionManagementService[`SessionManagementService`]
 * link:https://issues.apache.org/jira/browse/ISIS-1317[ISIS-1317] - Allow 
single domain object class to be invalidated through a mixin.
-* link:https://issues.apache.org/jira/browse/ISIS-1313[ISIS-1313] - 
Enhancement to xsd goal of the isis-maven-plugin to ignore/include the Isis 
common schemas.
-* link:https://issues.apache.org/jira/browse/ISIS-1292[ISIS-1292] - Extend 
MetaModel service to surface packages, classes etc (as used by the security 
module).
-* link:https://issues.apache.org/jira/browse/ISIS-993[ISIS-993] - Show 
different object members on multiple tabs
+* link:https://issues.apache.org/jira/browse/ISIS-1313[ISIS-1313] - 
Enhancement to xref:rgmvn.adoc#_rgmvn_xsd[xsd] goal of the isis-maven-plugin to 
ignore/include the Isis common schemas.
+* link:https://issues.apache.org/jira/browse/ISIS-1292[ISIS-1292] - Extend 
xref:rgsvc.adoc#_rgsvc_api_MetaModelService[`MetaModelService`] to surface 
packages, classes etc (as used by the security module).
+* link:https://issues.apache.org/jira/browse/ISIS-993[ISIS-993] - Show 
different object members on multiple tabs 
(xref:rgfun.adoc#_ugfun_object-layout_dynamic_xml[dynamic XML layouts])
 * link:https://issues.apache.org/jira/browse/ISIS-784[ISIS-784] - 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).
 
 
 === Improvement
 
 * link:https://issues.apache.org/jira/browse/ISIS-1333[ISIS-1333] - Remove 
self-host profile from the archetype
-* link:https://issues.apache.org/jira/browse/ISIS-1332[ISIS-1332] - Factor out 
a HintStore service, so that this is pluggable.
+* link:https://issues.apache.org/jira/browse/ISIS-1332[ISIS-1332] - Factor out 
a xref:rgsvc.adoc#_rgsvc_spi_HintStore[`HintStore`] service, so that this is 
pluggable.
 * link:https://issues.apache.org/jira/browse/ISIS-1330[ISIS-1330] - Add CSS 
classes for table cells and for collections to make it easier to fine tune 
pages using CSS.
 * link:https://issues.apache.org/jira/browse/ISIS-1329[ISIS-1329] - Extend 
hint support for "show all"
 * link:https://issues.apache.org/jira/browse/ISIS-1327[ISIS-1327] - Change the 
view mode of the select2 (value drop down) to be a simple text field.
-* link:https://issues.apache.org/jira/browse/ISIS-1324[ISIS-1324] - Allow 
multiple different views of same collection in a layout
-* link:https://issues.apache.org/jira/browse/ISIS-1323[ISIS-1323] - Deprecate 
@CollectionLayout#renderType, since is duplicated by ...
+* link:https://issues.apache.org/jira/browse/ISIS-1324[ISIS-1324] - Allow 
multiple different views of same collection in a layout 
(xref:rgfun.adoc#_ugfun_object-layout_dynamic_xml[dynamic XML layouts])
+* link:https://issues.apache.org/jira/browse/ISIS-1323[ISIS-1323] - Deprecate 
@CollectionLayout#renderType, since is duplicated by 
xref:rgant.adoc#_rgant_CollectionLayout_defaultView[`@CollectionLayout#defaultView()`]
 * link:https://issues.apache.org/jira/browse/ISIS-1322[ISIS-1322] - Mixins not 
exposing the mixedin object in events (for subscribers to veto).
-* link:https://issues.apache.org/jira/browse/ISIS-1321[ISIS-1321] - Extend 
MetaModel service to allow CSV of metamodel to be downloaded.
-* link:https://issues.apache.org/jira/browse/ISIS-1320[ISIS-1320] - Move 
ContentMappingService to applib (and simplify)
-* link:https://issues.apache.org/jira/browse/ISIS-1312[ISIS-1312] - Improve 
JaxbServiceDefault#xsd(...) to correctly reference the Isis common schema 
imports.
+* link:https://issues.apache.org/jira/browse/ISIS-1321[ISIS-1321] - Extend 
xref:rgsvc.adoc#_rgsvc_api_MetaModelService[`MetaModelService`] to allow CSV of 
metamodel to be downloaded.
+* link:https://issues.apache.org/jira/browse/ISIS-1320[ISIS-1320] - Move 
xref:rgsvc.adoc#_rgsvc_spi_ContentMappingService[`ContentMappingService`] to 
applib (and simplify)
+* link:https://issues.apache.org/jira/browse/ISIS-1312[ISIS-1312] - Improve 
xref:rgsvc.adoc#_rgsvc_api_JaxbService[`JaxbServiceDefault#xsd(...)`] to 
correctly reference the Isis common schema imports.
 * link:https://issues.apache.org/jira/browse/ISIS-1300[ISIS-1300] - Allow the 
enablement of the WicketSource plugin to be configurable, and disabled by 
default
-* link:https://issues.apache.org/jira/browse/ISIS-1299[ISIS-1299] - @ViewModel 
and @XmlRootElement view models should automatically support isCloneable.
+* link:https://issues.apache.org/jira/browse/ISIS-1299[ISIS-1299] - 
xref:rgant.adoc#_rgant_ViewModel[`@ViewModel`] and 
xref:rgant.adoc#_rgant_XmlRootElement[`@XmlRootElement`] view models should 
automatically support isCloneable.
 * link:https://issues.apache.org/jira/browse/ISIS-1298[ISIS-1298] - Fix 
deprecated annotation use for ViewModel.Cloneable#clone
 * link:https://issues.apache.org/jira/browse/ISIS-1295[ISIS-1295] - Run 
integration tests using thread-local, to allow "complete" tests that also 
exercise, eg Quartz jobs.
 * link:https://issues.apache.org/jira/browse/ISIS-1240[ISIS-1240] - Derive 
icon from service when not provided
-* link:https://issues.apache.org/jira/browse/ISIS-1239[ISIS-1239] - For wicket 
ui, use a cookie or similar to remember the hint from last time.
-* link:https://issues.apache.org/jira/browse/ISIS-1228[ISIS-1228] - 
Reorganizing/splitting out DomainObjectContainer service.
-* link:https://issues.apache.org/jira/browse/ISIS-1048[ISIS-1048] - Make view 
model URLs more secure, eg through a private key.
-* link:https://issues.apache.org/jira/browse/ISIS-1037[ISIS-1037] - Support 
layout.xml as well as layout.json
+* link:https://issues.apache.org/jira/browse/ISIS-1239[ISIS-1239] - For wicket 
ui, use a cookie or similar to remember the hint from last time 
(xref:rgfun.adoc#_ugfun_object-layout_dynamic_xml[dynamic XML layouts])
+* link:https://issues.apache.org/jira/browse/ISIS-1228[ISIS-1228] - 
Reorganizing/splitting out 
xref:rgant.adoc#_rgant_DomainObjectContainer[`@DomainObjectContainer`] service.
+* link:https://issues.apache.org/jira/browse/ISIS-1048[ISIS-1048] - Make view 
model URLs more secure, eg through a private key 
(xref:rgsvc.adoc#_rgsvc_spi_UrlEncodingService[`UrlEncodingService`]).
+* link:https://issues.apache.org/jira/browse/ISIS-1037[ISIS-1037] - Support 
layout.xml as well as layout.json 
(xref:rgfun.adoc#_ugfun_object-layout_dynamic_xml[dynamic XML layouts])
 * link:https://issues.apache.org/jira/browse/ISIS-806[ISIS-806] - In Wicket 
viewer, shouldn't be possible to invoke an action if editing a form.
 
 
 === Bug
 
-* link:https://issues.apache.org/jira/browse/ISIS-1348[ISIS-1348] - Bug with 
SoapEndpointPublishingRule when multiple endpoints.
+* link:https://issues.apache.org/jira/browse/ISIS-1348[ISIS-1348] - Bug with 
xref:ugtst.adoc#_ugtst_unit-test-support_soap-fake-server-junit-rule[SoapEndpointPublishingRule]
 when multiple endpoints.
 * link:https://issues.apache.org/jira/browse/ISIS-1347[ISIS-1347] - Missing 
annotation in SimpleObject
 * link:https://issues.apache.org/jira/browse/ISIS-1346[ISIS-1346] - 
ActionInvocationContext isn't populated properly
 * link:https://issues.apache.org/jira/browse/ISIS-1342[ISIS-1342] - The 
metamodel validation error page doesn't reliably render itself if there are 
errors.
@@ -87,11 +86,11 @@ Apache Isis 1.12.0-SNAPSHOT is currently being voted on for 
release; expectation
 * link:https://issues.apache.org/jira/browse/ISIS-1340[ISIS-1340] - Rebuild 
metamodel mixin action isn't working reliably
 * link:https://issues.apache.org/jira/browse/ISIS-1328[ISIS-1328] - Bookmark 
hints are not being honoured
 * link:https://issues.apache.org/jira/browse/ISIS-1319[ISIS-1319] - Input 
dialog for action label for mandatory parameter not shown when the parameter is 
an view model
-* link:https://issues.apache.org/jira/browse/ISIS-1318[ISIS-1318] - 
contributed actions/mixins breaks publishing; also flush any pending actions to 
be published as the result of doing a wrapped action via the WrapperFactory
-* link:https://issues.apache.org/jira/browse/ISIS-1315[ISIS-1315] - Can't 
generate swagger specs, where actions are contributed.
+* link:https://issues.apache.org/jira/browse/ISIS-1318[ISIS-1318] - 
contributed actions/mixins breaks publishing; also flush any pending actions to 
be published as the result of doing a wrapped action via the 
xref:rgsvc.adoc#_rgsvc_api_WrapperFactory[`WrapperFactory`]
+* link:https://issues.apache.org/jira/browse/ISIS-1315[ISIS-1315] - Can't 
generate xref:rgmvn.adoc#_rgmvn_swagger[swagger] specs, where actions are 
contributed.
 * link:https://issues.apache.org/jira/browse/ISIS-1314[ISIS-1314] - Filename 
parameter label missing for DTO mixins
 * link:https://issues.apache.org/jira/browse/ISIS-1311[ISIS-1311] - Mixins for 
Persistable metadata causes exception when rendering.
-* link:https://issues.apache.org/jira/browse/ISIS-1310[ISIS-1310] - 
DomainObjectContainter#titleOf(..) does not resolve @Title annotated on private 
field
+* link:https://issues.apache.org/jira/browse/ISIS-1310[ISIS-1310] - 
DomainObjectContainer#titleOf(..) does not resolve @Title annotated on private 
field
 * link:https://issues.apache.org/jira/browse/ISIS-1309[ISIS-1309] - Disabled 
no-arg "are you sure" actions still show the prompt to be shown..
 * link:https://issues.apache.org/jira/browse/ISIS-1305[ISIS-1305] - For 
collections contributed from mixins, the name is empty (presumably null or "")
 * link:https://issues.apache.org/jira/browse/ISIS-1304[ISIS-1304] - Table 
column with icon and title is not left aligned

http://git-wip-us.apache.org/repos/asf/isis/blob/0d35854e/adocs/documentation/src/main/asciidoc/release-notes.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/release-notes.adoc 
b/adocs/documentation/src/main/asciidoc/release-notes.adoc
index 355550f..8aae673 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes.adoc
@@ -24,7 +24,7 @@ This table summarises all releases of Apache Isis to date.
 | xref:r1.12.0[1.12.0]
 |
 |
-| `1.12.0-SNAPSHOT` is still in development
+| `1.12.0` is currently being voted on, expected release by end March 2016.
 |
 |
 |

Reply via email to