You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2017/09/25 05:28:36 UTC

[isis] branch master updated (4b34a59 -> f3ae2fa)

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 4b34a59  Merge pull request #90 from ppirus/patch-11
     new 6c23546  ISIS-1712: updates docs for 1.15.1
     add 8562ddb  ISIS-1712: adds missing license header
     add 24cc6f2  [maven-release-plugin] prepare release isis-1.15.1
     add 2acefdb  [maven-release-plugin] prepare for next development iteration
     add 3ea3af6  ISIS-1712: updates simpleapp example app to use isis 1.15.1
     add 215969c  ISIS-1712: recreating simpleapp archetype
     add d8f12f4  [maven-release-plugin] prepare release simpleapp-archetype-1.15.1
     add 41ee2cb  [maven-release-plugin] prepare for next development iteration
     add 498c9bb  ISIS-1712: updates helloworld app to use 1.15.1.
     add 057b85c  ISIS-1712: recreating helloworld archetype
     add 0e98c1a  [maven-release-plugin] prepare release helloworld-archetype-1.15.1
     add 75be611  [maven-release-plugin] prepare for next development iteration
     new f3ae2fa  Merge branch 'release-1.15.1-RC1'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 STATUS                                             |  4 +
 .../documentation/src/main/asciidoc/doap_isis.rdf  | 24 ++++++
 .../documentation/src/main/asciidoc/downloads.adoc | 42 +++-------
 .../guides/cgcom/_cgcom_cutting-a-release.adoc     |  4 +-
 .../cgcom/_cgcom_post-release-successful.adoc      |  6 +-
 .../main/asciidoc/guides/dg/_dg_building-isis.adoc |  2 +-
 .../asciidoc/guides/rgant/_rgant_aaa_main.adoc     |  2 +-
 .../guides/rgcfg/_rgcfg_configuring-core.adoc      |  4 +-
 .../guides/rgcfg/_rgcfg_specifying-components.adoc |  2 +-
 .../guides/rgcms/_rgcms_classes_value-types.adoc   |  2 +-
 .../rgcms/_rgcms_classes_value-types_Markup.adoc   |  2 +-
 .../rgcms/_rgcms_methods_reserved_validate.adoc    |  2 +-
 ...vc_bootstrapping-spi_ClassDiscoveryService.adoc |  2 +-
 .../rgsvc/_rgsvc_integration-api_EmailService.adoc |  2 +-
 .../guides/ugbtb/_ugbtb_deployment_neo4j.adoc      |  2 +-
 ...ugfun_getting-started_helloworld-archetype.adoc |  2 +-
 ..._ugfun_getting-started_simpleapp-archetype.adoc |  2 +-
 ...n_configuring_eagerly-registering-entities.adoc |  2 +-
 .../asciidoc/guides/ugodn/_ugodn_db-schemas.adoc   |  2 +-
 ..._hints-and-tips_overriding-jdo-annotations.adoc |  2 +-
 ...ugtst_bdd-spec-support_maven-configuration.adoc |  2 +-
 .../_ugtst_fixture-scripts_api-and-usage.adoc      |  6 +-
 .../ugvw/_ugvw_configuration-properties.adoc       |  2 +-
 .../guides/ugvw/_ugvw_layout_annotation-based.adoc |  2 +-
 .../guides/ugvw/_ugvw_layout_application-menu.adoc |  2 +-
 adocs/documentation/src/main/asciidoc/index.html   |  4 +-
 .../tg/_tg_stop-scaffolding-start-coding.adoc      |  2 +-
 .../release-notes/_release-notes_1.15.1.adoc       | 58 ++++++++++++++
 .../main/asciidoc/release-notes/release-notes.adoc |  9 +++
 .../DomainServiceMenuOrder_UnitTest.java           | 18 +++++
 example/application/helloworld/pom.xml             |  4 +-
 example/application/simpleapp/pom.xml              |  4 +-
 example/archetype/helloworld/pom.xml               |  2 +-
 .../META-INF/maven/archetype-metadata.xml          |  1 +
 .../resources/archetype-resources}/enhance-all.sh  |  0
 .../src/main/resources/archetype-resources/pom.xml |  4 +-
 .../java/domainapp/dom/impl/HelloWorldObject.java  | 16 ++--
 .../java/domainapp/dom/impl/HelloWorldObjects.java |  5 +-
 .../dom/impl/HelloWorldObjectTest_delete.java      |  2 +-
 .../dom/impl/HelloWorldObjectTest_updateName.java  |  2 +-
 .../resources/projects/basic/archetype.properties  |  2 +-
 example/archetype/simpleapp/pom.xml                |  2 +-
 .../META-INF/maven/archetype-metadata.xml          |  7 +-
 .../domainapp/application/manifest/isis.properties | 12 ++-
 .../resources/archetype-resources}/enhance-all.sh  |  0
 .../archetype-resources/module-simple/pom.xml      |  5 ++
 .../modules/simple/dom/impl/SimpleObject.java      | 17 ++--
 .../simple/dom/impl/SimpleObjectRepository.java    |  5 +-
 .../dom/impl/SimpleObjectRepository_Test.java      |  8 +-
 .../modules/simple/dom/impl/SimpleObject_Test.java |  2 +-
 .../archetype-resources/pom-jdo-enhance-all.xml    | 92 ----------------------
 .../src/main/resources/archetype-resources/pom.xml |  4 +-
 .../webapp/src/main/webapp/WEB-INF/shiro.ini       | 10 +--
 .../resources/projects/basic/archetype.properties  |  2 +-
 54 files changed, 218 insertions(+), 207 deletions(-)
 create mode 100644 adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.15.1.adoc
 copy example/{application/helloworld => archetype/helloworld/src/main/resources/archetype-resources}/enhance-all.sh (100%)
 copy example/{application/simpleapp => archetype/simpleapp/src/main/resources/archetype-resources}/enhance-all.sh (100%)
 delete mode 100644 example/archetype/simpleapp/src/main/resources/archetype-resources/pom-jdo-enhance-all.xml

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].

[isis] 01/02: ISIS-1712: updates docs for 1.15.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6c23546c3e7e4f7e79d393287fcaef9d0912a9b2
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 25 06:25:24 2017 +0100

    ISIS-1712: updates docs for 1.15.1
---
 STATUS                                             |  4 ++
 .../documentation/src/main/asciidoc/doap_isis.rdf  | 24 +++++++++
 .../documentation/src/main/asciidoc/downloads.adoc | 42 +++++-----------
 .../guides/cgcom/_cgcom_cutting-a-release.adoc     |  4 +-
 .../cgcom/_cgcom_post-release-successful.adoc      |  6 +--
 .../main/asciidoc/guides/dg/_dg_building-isis.adoc |  2 +-
 .../asciidoc/guides/rgant/_rgant_aaa_main.adoc     |  2 +-
 .../guides/rgcfg/_rgcfg_configuring-core.adoc      |  4 +-
 .../guides/rgcfg/_rgcfg_specifying-components.adoc |  2 +-
 .../guides/rgcms/_rgcms_classes_value-types.adoc   |  2 +-
 .../rgcms/_rgcms_classes_value-types_Markup.adoc   |  2 +-
 .../rgcms/_rgcms_methods_reserved_validate.adoc    |  2 +-
 ...vc_bootstrapping-spi_ClassDiscoveryService.adoc |  2 +-
 .../rgsvc/_rgsvc_integration-api_EmailService.adoc |  2 +-
 .../guides/ugbtb/_ugbtb_deployment_neo4j.adoc      |  2 +-
 ...ugfun_getting-started_helloworld-archetype.adoc |  2 +-
 ..._ugfun_getting-started_simpleapp-archetype.adoc |  2 +-
 ...n_configuring_eagerly-registering-entities.adoc |  2 +-
 .../asciidoc/guides/ugodn/_ugodn_db-schemas.adoc   |  2 +-
 ..._hints-and-tips_overriding-jdo-annotations.adoc |  2 +-
 ...ugtst_bdd-spec-support_maven-configuration.adoc |  2 +-
 .../_ugtst_fixture-scripts_api-and-usage.adoc      |  6 +--
 .../ugvw/_ugvw_configuration-properties.adoc       |  2 +-
 .../guides/ugvw/_ugvw_layout_annotation-based.adoc |  2 +-
 .../guides/ugvw/_ugvw_layout_application-menu.adoc |  2 +-
 adocs/documentation/src/main/asciidoc/index.html   |  4 +-
 .../tg/_tg_stop-scaffolding-start-coding.adoc      |  2 +-
 .../release-notes/_release-notes_1.15.1.adoc       | 58 ++++++++++++++++++++++
 .../main/asciidoc/release-notes/release-notes.adoc |  9 ++++
 29 files changed, 138 insertions(+), 61 deletions(-)

diff --git a/STATUS b/STATUS
index 2146553..a82c9a4 100644
--- a/STATUS
+++ b/STATUS
@@ -20,6 +20,10 @@ Description
 
 TLP releases:
 
+  * isis-1.15.1                                    : 25 Sep 2017
+  * helloworld-archetype-1.15.1                    : 25 Sep 2017
+  * simpleapp-archetype-1.15.1                     : 25 Sep 2017
+
   * isis-1.15.0                                    : 14 Aug 2017
   * helloworld-archetype-1.15.0                    : 14 Aug 2017
   * simpleapp-archetype-1.15.0                     : 14 Aug 2017
diff --git a/adocs/documentation/src/main/asciidoc/doap_isis.rdf b/adocs/documentation/src/main/asciidoc/doap_isis.rdf
index b3e5862..1c37ae4 100644
--- a/adocs/documentation/src/main/asciidoc/doap_isis.rdf
+++ b/adocs/documentation/src/main/asciidoc/doap_isis.rdf
@@ -36,6 +36,30 @@
     <category rdf:resource="http://projects.apache.org/category/web-framework" />
 
     
+    <!-- 2017-09-25 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2017-09-25</created>
+        <revision>1.15.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>helloworld-archetype</name>
+        <created>2017-09-25</created>
+        <revision>1.15.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2017-09-25</created>
+        <revision>1.15.1</revision>
+      </Version>
+    </release>
+
+
     <!-- 2017-08-14 releases -->
     <release>
       <Version>
diff --git a/adocs/documentation/src/main/asciidoc/downloads.adoc b/adocs/documentation/src/main/asciidoc/downloads.adoc
index 4e5263c..86fde3f 100644
--- a/adocs/documentation/src/main/asciidoc/downloads.adoc
+++ b/adocs/documentation/src/main/asciidoc/downloads.adoc
@@ -25,15 +25,15 @@ If you want to build Apache Isis from formally released source tarballs, you can
 
 Core:
 
-* https://www.apache.org/dyn/closer.cgi/isis/isis-core/isis-1.15.0-source-release.zip[isis-1.15.0] (https://www.apache.org/dist/isis/isis-core/isis-1.15.0-source-release.zip.asc[asc], https://www.apache.org/dist/isis/isis-core/isis-1.15.0-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/isis-core/isis-1.15.1-source-release.zip[isis-1.15.1] (https://www.apache.org/dist/isis/isis-core/isis-1.15.1-source-release.zip.asc[asc], https://www.apache.org/dist/isis/isis-core/isis-1.15.1-source-release.zip.md5[md5])
 
 HelloWorld Archetype:
 
-* https://www.apache.org/dyn/closer.cgi/isis/archetype/helloworld-archetype/helloworld-archetype-1.15.0-source-release.zip[helloworld-archetype-1.15.0] (https://www.apache.org/dist/isis/archetype/helloworld-archetype/helloworld-archetype-1.15.0-source-release.zip.asc[asc], https://www.apache.org/dist/isis/archetype/helloworld-archetype/helloworld-archetype-1.15.0-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/archetype/helloworld-archetype/helloworld-archetype-1.15.1-source-release.zip[helloworld-archetype-1.15.1] (https://www.apache.org/dist/isis/archetype/helloworld-archetype/helloworld-archetype-1.15.1-source-release.zip.asc[asc], https://www.apache.org/dist/isis/archetype/helloworld-archetype/helloworld-archetype-1.15.1-source-release.zip.md5[md5])
 
 SimpleApp Archetype:
 
-* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.15.0-source-release.zip[simpleapp-archetype-1.15.0] (https://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.15.0-source-release.zip.asc[asc], https://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.15.0-source-release.zip.md5[md5])
+* https://www.apache.org/dyn/closer.cgi/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.15.1-source-release.zip[simpleapp-archetype-1.15.1] (https://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.15.1-source-release.zip.asc[asc], https://www.apache.org/dist/isis/archetype/simpleapp-archetype/simpleapp-archetype-1.15.1-source-release.zip.md5[md5])
 
 
 
@@ -50,7 +50,7 @@ Then verify the signatures using a command such as:
 [source,bash]
 ----
 pgpk -a KEYS
-pgpv isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zip
+pgpv isis-1.15.1-source-release.zip.asc isis-1.15.1-source-release.zip
 ----
 
 or
@@ -58,7 +58,7 @@ or
 [source,bash]
 ----
 pgp -ka KEYS
-pgp isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zip
+pgp isis-1.15.1-source-release.zip.asc isis-1.15.1-source-release.zip
 ----
 
 or
@@ -66,7 +66,7 @@ or
 [source,bash]
 ----
 gpg –import KEYS
-gpg -verify isis-1.15.0-source-release.zip.asc isis-1.15.0-source-release.zip
+gpg -verify isis-1.15.1-source-release.zip.asc isis-1.15.1-source-release.zip
 ----
 
 
@@ -85,37 +85,19 @@ Windows users can get binary md5 programs from these (and likely other) places:
 [[__downloads_source_code]]
 == Source Code
 
-You can also download the Apache Isis source code using:
+The Apache Isis source is hosted on github.
+You can download the Apache Isis source code using:
 
 [source,bash]
 ----
-git clone git://git.apache.org/isis.git
+git clone https://github.com/apache/isis.git
 ----
 
-or
-
-[source,bash]
-----
-git clone http://git.apache.org/isis.git
-----
-
-
-The code is also mirrored on http://github.com/apache/isis[github], where you can browse it or fork it.
-If you're interested in contributing back to Apache Isis, see xref:guides/dg/dg.adoc#[here].
-
-
-
-=== Committers
-
-Committers should use the read/write repo:
-
-[source,bash]
-----
-https://git-wip-us.apache.org/repos/asf/isis.git
-----
+Contributors can fork this repo using github's tools and contribute patches/new features using pull requests.
 
+Committers can push to this repo directly, once their ASF account and github account have been linked.
+See link:https://gitbox.apache.org/setup/[gitbox setup] for more details on how to do this.
 
-You can browse the repo https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary[here].
 
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
index 523cd63..a389eec 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc
@@ -55,8 +55,8 @@ For example:
 ----
 cd core
 export ISISTMP=/c/tmp                               # <1>
-export ISISDEV=1.17.0-SNAPSHOT
-export ISISREL=1.16.0
+export ISISDEV=1.16.0-SNAPSHOT
+export ISISREL=1.15.1
 export ISISRC=RC1
 export ISISBRANCH=release-$ISISREL-$ISISRC
 export ISISJIRA=ISIS-9999                           # <2>
diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_post-release-successful.adoc
index 172b2e7..82675d0 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_post-release-successful.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_post-release-successful.adoc
@@ -189,7 +189,7 @@ popd
 
 [source,bash]
 ----
-sh upd.sh 1.16.0 1.17.0
+sh upd.sh 1.15.1 1.16.0
 ----
 
 The script downloads the artifacts from the Nexus release repository, adds the artifacts to subversion and deletes the previous version.
@@ -547,7 +547,7 @@ to review changes made.
 ** replace each version with next (ie the "How to Configure/Use" section, and the "Release to Maven Central" section at the end):
 
 *** replace `1.16.0` with `1.17.0`
-*** replace `1.15.0` with `1.16.0` as necessary (pretty much everywhere apart from the "Change Log")
+*** replace `1.15.1` with `1.16.0` as necessary (pretty much everywhere apart from the "Change Log")
 
 ** update the "Change Log" section
 
@@ -604,7 +604,7 @@ eg if using Windows, then:
 ** Replace each version with next (ie the "How to Configure/Use" section, and the "Release to Maven Central" section at the end):
 
 *** replace `1.16.0` with `1.17.0`
-*** replace `1.15.0` with `1.16.0` as necessary (pretty much everywhere apart from the "Change Log")
+*** replace `1.15.1` with `1.16.0` as necessary (pretty much everywhere apart from the "Change Log")
 
 ** update the "Change Log" section
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_building-isis.adoc b/adocs/documentation/src/main/asciidoc/guides/dg/_dg_building-isis.adoc
index 85ac50a..2bb4ea2 100644
--- a/adocs/documentation/src/main/asciidoc/guides/dg/_dg_building-isis.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/dg/_dg_building-isis.adoc
@@ -215,7 +215,7 @@ export MAVEN_OPTS="-Xms512m -Xmx1024m"
 
 [NOTE]
 ====
-Previously we suggested `-XX:MaxPermSize=256m`, but this option has been removed in Java 8.  (As of 1.9.0, Apache Isis is built using Java 8 but with source and target set to JDK 1.7).
+Previously we suggested `-XX:MaxPermSize=256m`, but this option has been removed in Java 8.  (As of `1.9.0`, Apache Isis is built using Java 8 but with source and target set to JDK 1.7).
 ====
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_main.adoc b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_main.adoc
index bb06696..f33b986 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_main.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgant/_rgant_aaa_main.adoc
@@ -18,7 +18,7 @@ Most UI semantics can also be specified using xref:../ugvw/ugvw.adoc#_ugvw_layou
 The table below summarizes these most commonly used annotations in Apache Isis.
 
 
-.Core annotations for domain objects, services and members (as of 1.8.0)
+.Core annotations for domain objects, services and members (as of `1.8.0`)
 [cols="2,4a,1,1", options="header"]
 |===
 |Annotation
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
index 6478694..62f7c3e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_configuring-core.adoc
@@ -185,7 +185,7 @@ In order for these events to fire the class must be annotated using `@DomainObje
 [[__rgcfg_configuring-core_fixture-events]]
 == Fixture Events
 
-(As of `1.15.1-SNAPSHOT`), events are fired to indicate the start and end of fixtures are being installed.
+(As of `1.15.1`), events are fired to indicate the start and end of fixtures are being installed.
 This are listened to by the xref:rgsvc.adoc#_rgsvc_persistence-layer-api_QueryResultsCache[`QueryResultsCache`] to disable caching during this period.
 
 .Core Configuration Properties for Fixture Events
@@ -200,7 +200,7 @@ This are listened to by the xref:rgsvc.adoc#_rgsvc_persistence-layer-api_QueryRe
 |`isis.fixtures.fireEvents`
 |`true`,`false` +
 (`true`)
-|(As of `1.15.1-SNAPSHOT`), whether fixture `FixturesInstallingEvent` and `FixturesInstalledEvent` events should be posted while the system is bootstrapping.
+|(As of `1.15.1`), whether fixture `FixturesInstallingEvent` and `FixturesInstalledEvent` events should be posted while the system is bootstrapping.
 
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_specifying-components.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_specifying-components.adoc
index c1c5eca..839f94b 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_specifying-components.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcfg/_rgcfg_specifying-components.adoc
@@ -11,7 +11,7 @@ Bootstrapping an Apache Isis application involves identifying both:
 * the major components (authentication, persistence mechanisms, viewers) of Apache Isis, and also
 * specifying the domain services and persistent entities that make up the application itself.
 
-As of 1.9.0 there are two different ways to perform this bootstrapping.  The recommended (newer) approach is to use an xref:../rgcms/rgcms.adoc#_rgcms_classes_super_AppManifest[`AppManifest`], specified either programmatically or through the configuration properties.  This allows the components, services and entities to be specified from a single class.  The alternative (and older, pre 1.9.0) approach is to specify this information individually, through configuration properties.
+As of `1.9.0` there are two different ways to perform this bootstrapping.  The recommended (newer) approach is to use an xref:../rgcms/rgcms.adoc#_rgcms_classes_super_AppManifest[`AppManifest`], specified either programmatically or through the configuration properties.  This allows the components, services and entities to be specified from a single class.  The alternative (and older, pre 1.9.0) approach is to specify this information individually, through configuration properties.
 
 To specify the `AppManifest` as a configuration property, use:
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types.adoc
index 7c5e3c2..efdc0a8 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types.adoc
@@ -45,7 +45,7 @@ binary large object, eg PDFs or images
 * `o.a.i.applib.value.Markup`
 
 +
-(As of `1.15.1-SNAPSHOT`), intended for use as a read-only property to display arbitrary HTML.
+(As of `1.15.1`), intended for use as a read-only property to display arbitrary HTML.
 
 * `o.a.i.applib.value.Clob`
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types_Markup.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types_Markup.adoc
index 679bf4d..ccca1352 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types_Markup.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_classes_value-types_Markup.adoc
@@ -5,7 +5,7 @@
 :_imagesdir: images/
 
 
-The `Markup` value type (introduced in `1.15.1-SNAPSHOT`) is intended to be used as a read-only property, to render arbitrary markup into the user interface.
+The `Markup` value type (introduced in `1.15.1`) is intended to be used as a read-only property, to render arbitrary markup into the user interface.
 
 For example:
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_validate.adoc b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_validate.adoc
index a361b12..10ec438 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_validate.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_validate.adoc
@@ -11,7 +11,7 @@ The `validate()` method is used to specify that invariants pertaining to an obje
 
 [WARNING]
 ====
-(As of 1.8.0) there are known limitations with this functionality.  Invariants are enforced when an object is initially created and when it is edited, however invariants are currently _not_ enforced if an action is invoked.
+(As of `1.8.0`) there are known limitations with this functionality.  Invariants are enforced when an object is initially created and when it is edited, however invariants are currently _not_ enforced if an action is invoked.
 ====
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_bootstrapping-spi_ClassDiscoveryService.adoc b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_bootstrapping-spi_ClassDiscoveryService.adoc
index 4cd5629..dede68e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_bootstrapping-spi_ClassDiscoveryService.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_bootstrapping-spi_ClassDiscoveryService.adoc
@@ -46,7 +46,7 @@ Currently this logic uses the implementation directly, so is not pluggable.
 == Usage
 
 The usage will vary depending upon the conventions of the design.
-As of 1.9.0, the usage of the service has been centralized such that the packages to be scanned are located from the xref:../rgcms/rgcms.adoc#_rgcms_classes_AppManifest-bootstrapping[`AppManifest`]'s `#getModules()` method.
+As of `1.9.0`, the usage of the service has been centralized such that the packages to be scanned are located from the xref:../rgcms/rgcms.adoc#_rgcms_classes_AppManifest-bootstrapping[`AppManifest`]'s `#getModules()` method.
 
 For example, the xref:../ugfun/ugfun.adoc#_ugfun_getting-started_simpleapp-archetype[SimpleApp archetype]'s app manifest includes:
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_integration-api_EmailService.adoc b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_integration-api_EmailService.adoc
index 8a4188d..345a071 100644
--- a/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_integration-api_EmailService.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/rgsvc/_rgsvc_integration-api_EmailService.adoc
@@ -70,7 +70,7 @@ In addition the following properties can be set:
 
 * `isis.service.email.sender.username` +
 +
-(As of `1.15.1-SNAPSHOT`), rather than authenticate using the sender address, instead use the specified username.
+(As of `1.15.1`), rather than authenticate using the sender address, instead use the specified username.
 
 * `isis.service.email.throwExceptionOnFail` +
 +
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_neo4j.adoc b/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_neo4j.adoc
index 15eed56..e1bcf94 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_neo4j.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugbtb/_ugbtb_deployment_neo4j.adoc
@@ -5,7 +5,7 @@
 :_imagesdir: images/
 
 
-As of 1.8.0 Apache Isis has experimental support for Neo4J, courtesy of DataNucleus' http://www.datanucleus.org/products/datanucleus/datastores/neo4j.html[Neo4J Datastore] implementation.
+As of `1.8.0`, Apache Isis has experimental support for Neo4J, courtesy of DataNucleus' http://www.datanucleus.org/products/datanucleus/datastores/neo4j.html[Neo4J Datastore] implementation.
 
 The xref:../ugfun/ugfun.adoc#_ugfun_getting-started_simpleapp-archetype[SimpleApp archetype] has been updated so that they can be optionally run under Neo4J.
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
index ce56380..69a15bf 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_helloworld-archetype.adoc
@@ -29,7 +29,7 @@ To build the app from the latest stable release, then run the following command:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=helloworld-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
index aec1092..b18ed1e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugfun/_ugfun_getting-started_simpleapp-archetype.adoc
@@ -42,7 +42,7 @@ To build the app from the latest stable release, then run the following command:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_configuring_eagerly-registering-entities.adoc b/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_configuring_eagerly-registering-entities.adoc
index bc80b5b..bb9faea 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_configuring_eagerly-registering-entities.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_configuring_eagerly-registering-entities.adoc
@@ -14,7 +14,7 @@ Apache Isis is quite happy for the metamodel to be lazily created, and - to be f
 
 The framework thus provide mechanisms to search for all `@PersistenceCapable` entities under specified package(s), and registers them all eagerly.  In fact there are two:
 
-* as of 1.9.0 the recommended (and simpler) approach is to specify an xref:../rgcms/rgcms.adoc#_rgcms_classes_super_AppManifest[`AppManifest`], either as a xref:../rgcfg/rgcfg.adoc#_rgcfg_specifying-components[`isis.appManifest`] configuration property or programmatically.
+* as of `1.9.0` the recommended (and simpler) approach is to specify an xref:../rgcms/rgcms.adoc#_rgcms_classes_super_AppManifest[`AppManifest`], either as a xref:../rgcfg/rgcfg.adoc#_rgcfg_specifying-components[`isis.appManifest`] configuration property or programmatically.
 
 * for earlier versions the `isis.persistor.datanucleus.RegisterEntities.packagePrefix` configuration property can be specified.  To bootstrap as a webapp this is usually specified in `persistor_datanucleus.properties`.  (This is also supported in 1.9.0 if no `AppManifest` is specified.  For integration testing this can be specified programatically.
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_db-schemas.adoc b/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_db-schemas.adoc
index 795c4cf..51eba22 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_db-schemas.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_db-schemas.adoc
@@ -7,7 +7,7 @@
 
 In the same way that Java packages act as a namespace for domain objects, it's good practice to map domain entities to their own (database) schemas.
 
-As of 1.9.0, all the link:http://www.isisaddons.org[Isis Addons] (non-ASF) modules do this.
+As of `1.9.0`, all the link:http://www.isisaddons.org[Isis Addons] (non-ASF) modules do this.
 For example:
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_hints-and-tips_overriding-jdo-annotations.adoc b/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_hints-and-tips_overriding-jdo-annotations.adoc
index 1e21319..21fa6bf 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_hints-and-tips_overriding-jdo-annotations.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugodn/_ugodn_hints-and-tips_overriding-jdo-annotations.adoc
@@ -28,7 +28,7 @@ However, using this first approach does create a maintenance effort; if the doma
 The second approach (using an `.orm` file) is therefore often more useful than the first, because the metadata provided overrides rather than replaces the annotations (and annotations not overridden continue to be honoured).
 
 A typical use case is to change the database schema for an entity.
-For example, as of 1.9.0 the various http://www.isisaddons.org[Isis addons] modules (not ASF) use schemas for each entity. For example, the `AuditEntry` entity in the http://github.com/isisaddons/isis-module-audit[audit module] is annotated as:
+For example, as of `1.9.0` the various http://www.isisaddons.org[Isis addons] modules (not ASF) use schemas for each entity. For example, the `AuditEntry` entity in the http://github.com/isisaddons/isis-module-audit[audit module] is annotated as:
 
 [source,java]
 ----
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_bdd-spec-support_maven-configuration.adoc b/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_bdd-spec-support_maven-configuration.adoc
index 891d210..94f632e 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_bdd-spec-support_maven-configuration.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_bdd-spec-support_maven-configuration.adoc
@@ -50,7 +50,7 @@ We also recommend that you configure the `maven-surefire-plugin` to pick up the
 
 [NOTE]
 ====
-As of 1.14.0, this configuration has been replaced to use mavenmixins.
+As of `1.14.0`, this configuration has been replaced to use mavenmixins.
 ====
 
 You may also find it more convenient to place the `.feature` files in `src/test/java`, rather than `src/test/resources`.
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_fixture-scripts_api-and-usage.adoc b/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_fixture-scripts_api-and-usage.adoc
index f2f386a..2b3d793 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_fixture-scripts_api-and-usage.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugtst/_ugtst_fixture-scripts_api-and-usage.adoc
@@ -18,11 +18,11 @@ Let's look at `FixtureScripts` domain service in more detail first.
 
 There are two ways in which you can provide a `FixtureScripts` service.
 
-The original (pre-1.9.0) approach is to subclass subclass `FixtureScripts` domain service, with your subclass specifying which package to search for.
+The original (pre-`1.9.0`) approach is to subclass subclass `FixtureScripts` domain service, with your subclass specifying which package to search for.
 Various other settings can also be provided, and - being a custom class - you can also add in additional actions.
 A common example is to provide a "one-shot" action to recreate a standard demo set of objects.
 
-As of 1.9.0 there is an alternative design.
+As of `1.9.0` there is an alternative design.
 Instead of subclassing `FixtureScripts` you instead implement the xref:../rgsvc/rgsvc.adoc#_rgsvc_testing_FixtureScriptsSpecificationProvider[`FixtureScriptsSpecificationProvider`] SPI.
 (As its name suggests), this provides a `FixtureScriptsSpecification` object that contains the same information as would otherwise have been in the `FixtureScripts` subclass.
 
@@ -57,7 +57,7 @@ public class DomainAppFixturesProvider implements FixtureScriptsSpecificationPro
 The benefit of this design - decoupling the responsibilities of the superclass and the subclass - is that it ensures that there is always an instance of `FixtureScripts` available, even if the application itself doesn't provide one.
 Some of the (non-ASF) link:http://www.isisaddons.org[Isis Addons] modules (eg http://github.com/isisaddons/isis-module-security[Isis addons' security] module) expect there to be a `FixtureScripts` service for seeding data, which has caused some confusion.
 
-By way of comparison, if using the older pre-1.9.0 approach then you would create a subclass:
+By way of comparison, if using the older pre-`1.9.0` approach then you would create a subclass:
 
 [source,java]
 ----
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
index ab6f032..e28432d 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_configuration-properties.adoc
@@ -175,7 +175,7 @@ If this setting is enabled, then the viewer will always render to a new page.
 [NOTE]
 ====
 Note that the default behaviour is new in `1.15.0`, providing a better end-user experience.
-Setting this option retains the behaviour of the viewer pre-1.15.0.
+Setting this option retains the behaviour of the viewer pre-`1.15.0`.
 ====
 
 
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_annotation-based.adoc b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_annotation-based.adoc
index 1261580..b4efeaa 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_annotation-based.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_annotation-based.adoc
@@ -174,4 +174,4 @@ image::{_imagesdir}reference-layout/4-0-8-0.png[width="720px",link="{_imagesdir}
 
 == Other Annotations
 
-As of 1.8.0, all the layout annotations have been consolidated into the various `XxxLayout` annotations: xref:../rgant/rgant.adoc#_rgant-ActionLayout, [`@ActionLayout`] xref:../rgant/rgant.adoc#_rgant-CollectionLayout[`@CollectionLayout`],  xref:../rgant/rgant.adoc#_rgant-DomainObjectLayout[`@DomainObjectLayout`],  xref:../rgant/rgant.adoc#_rgant-DomainServiceLayout[`@DomainServiceLayout`],  xref:../rgant/rgant.adoc#_rgant-ParameterLayout[`@ParameterLayout`], xref:../rgant/rgant.adoc#_rg [...]
+As of `1.8.0`, all the layout annotations have been consolidated into the various `XxxLayout` annotations: xref:../rgant/rgant.adoc#_rgant-ActionLayout, [`@ActionLayout`] xref:../rgant/rgant.adoc#_rgant-CollectionLayout[`@CollectionLayout`],  xref:../rgant/rgant.adoc#_rgant-DomainObjectLayout[`@DomainObjectLayout`],  xref:../rgant/rgant.adoc#_rgant-DomainServiceLayout[`@DomainServiceLayout`],  xref:../rgant/rgant.adoc#_rgant-ParameterLayout[`@ParameterLayout`], xref:../rgant/rgant.adoc#_ [...]
diff --git a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_application-menu.adoc b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_application-menu.adoc
index c31a658..4445ae6 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_application-menu.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_layout_application-menu.adoc
@@ -113,7 +113,7 @@ Note that the last is also a prototype action (meaning it is only displayed in S
 In the UI it is rendered in italics.
 
 (It is possible to override this place of a given action by specifying `@MemberOrder(name=&quot;...&quot;)` where the name is
-that of a top-level menu. Prior to 1.8.0 this was the only way of doing things, as of 1.8.0 its use
+that of a top-level menu. Prior to `1.8.0` this was the only way of doing things, as of `1.8.0` its use
 is not recommended).
 
 == Tertiary menubar
diff --git a/adocs/documentation/src/main/asciidoc/index.html b/adocs/documentation/src/main/asciidoc/index.html
index 815a257..9038d7d 100644
--- a/adocs/documentation/src/main/asciidoc/index.html
+++ b/adocs/documentation/src/main/asciidoc/index.html
@@ -604,7 +604,7 @@ table.CodeRay td.code>pre{padding:0}
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=helloworld-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
@@ -617,7 +617,7 @@ mvn archetype:generate  \
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
diff --git a/adocs/documentation/src/main/asciidoc/pages/tg/_tg_stop-scaffolding-start-coding.adoc b/adocs/documentation/src/main/asciidoc/pages/tg/_tg_stop-scaffolding-start-coding.adoc
index 262a587..829b198 100644
--- a/adocs/documentation/src/main/asciidoc/pages/tg/_tg_stop-scaffolding-start-coding.adoc
+++ b/adocs/documentation/src/main/asciidoc/pages/tg/_tg_stop-scaffolding-start-coding.adoc
@@ -33,7 +33,7 @@ With the *nix bash shell, use:
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
diff --git a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.15.1.adoc b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.15.1.adoc
new file mode 100644
index 0000000..d84b14b
--- /dev/null
+++ b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.15.1.adoc
@@ -0,0 +1,58 @@
+[[_release-notes_1.15.1]]
+= 1.15.1
+:notice: 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 ag [...]
+:_basedir: ../
+:_imagesdir: images/
+:toc: right
+
+
+
+This is primarily a bug fix release.
+Notable fixes include upgrading to Wicket 7.9.0 (to address a link:https://www.mail-archive.com/dev@wicket.apache.org/msg16967.html[major page store issue]), and a fix for the Wicket viewer's reference panel with choices.
+
+The release also has some minor new features: a new Markup value type that allows arbitrary HTML to be rendered in the Wicket viewer, an extension to Restful Objects to provide a new "layout" resource, and a new "logout" page for Wicket viewer to support monitoring tools.
+
+
+== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-1717[ISIS-1717] - To make monitoring applications reliably able to logout, allow session to be logged out just by hitting a simple HTTP GET page ("/logout")
+* link:https://issues.apache.org/jira/browse/ISIS-1697[ISIS-1697] - Extend RO viewer, new "layout" resource to provide the BS3 layout grid.
+* link:https://issues.apache.org/jira/browse/ISIS-1696[ISIS-1696] - Extend RO viewer so that services indicate their menuBar (primary/secondary) as an extension
+* link:https://issues.apache.org/jira/browse/ISIS-1616[ISIS-1616] - Support URLs as a link / "As-is" HTML rendering
+* link:https://issues.apache.org/jira/browse/ISIS-571[ISIS-571] - [WON'T FIX] To (hopefully) improve performance, use Render.EAGERLY as a hint to instruct JDO to eagerly load the collection (using a dynamic fetch group).
+
+
+== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-1733[ISIS-1733] - Improve API of RepositoryService#persist, so returns the object being persisted.
+* link:https://issues.apache.org/jira/browse/ISIS-1719[ISIS-1719] - QueryResultsCache should be disable when running fixture scripts.
+* link:https://issues.apache.org/jira/browse/ISIS-1707[ISIS-1707] - Suppress mandatory red-star on read-only properties
+* link:https://issues.apache.org/jira/browse/ISIS-1706[ISIS-1706] - Add 'username' config parameter to email service
+
+
+== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-1731[ISIS-1731] - @Property(hidden=Where.PARENTED_TABLES) does not render correctly in standalone collection view
+* link:https://issues.apache.org/jira/browse/ISIS-1716[ISIS-1716] - Framework is silently aborted xactns that have a JDOUserExceptions thrown, resulting in an audit trail that is misleading and confusing behaviour in some circumstances
+* link:https://issues.apache.org/jira/browse/ISIS-1715[ISIS-1715] - Service priority as defined by @DomainServiceLayout#menuOrder or @DomainService#menuOrder not honored.
+* link:https://issues.apache.org/jira/browse/ISIS-1713[ISIS-1713] - Revert to Wicket 7.7.0 (issue with Wicket filestore filling up)
+* link:https://issues.apache.org/jira/browse/ISIS-1711[ISIS-1711] - Reference panel that returns choices not same as current field tramples over.
+* link:https://issues.apache.org/jira/browse/ISIS-1705[ISIS-1705] - Addon module isis-module-settings is not working after upgrade to Isis 1.15.0
+* link:https://issues.apache.org/jira/browse/ISIS-1699[ISIS-1699] - Titles of (editable) references not shown in collections
+* link:https://issues.apache.org/jira/browse/ISIS-1466[ISIS-1466] - Hidden(where=REFERENCES_PARENT) seems to be broken.
+
+
+== Dependency upgrade
+
+* link:https://issues.apache.org/jira/browse/ISIS-1722[ISIS-1722] - Upgrade to Wicket 7.9.0 once available
+* link:https://issues.apache.org/jira/browse/ISIS-1718[ISIS-1718] - Upgrade to Jetty 9.4.3
+
+
+== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-1712[ISIS-1712] - 1.15.1 release activities
+
+
+== Documentation
+
+* link:https://issues.apache.org/jira/browse/ISIS-1708[ISIS-1708] - Broken Links according to W3C checker
diff --git a/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc b/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
index e37b5bd..02a0787 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
@@ -21,6 +21,14 @@ This table summarises all releases of Apache Isis to date.
 | Bugs
 | JIRA relnotes
 
+| xref:release-notes.adoc#_release-notes_1.15.1[1.15.1]
+| 25-09-2017
+| Bug fixes, Wicket 7.9.0, Markup valuetype
+| 5
+| 4
+| 9
+| link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12341577[Release notes for v1.15.0]
+
 | xref:release-notes.adoc#_release-notes_1.15.0[1.15.0]
 | 14-08-2017
 | Inline prompts, Wicket 7.x
@@ -289,6 +297,7 @@ This table summarises all releases of Apache Isis to date.
 
 
 
+include::_release-notes_1.15.1.adoc[leveloffset=+1]
 include::_release-notes_1.15.0.adoc[leveloffset=+1]
 include::_release-notes_1.14.0.adoc[leveloffset=+1]
 include::_release-notes_1.13.2.1.adoc[leveloffset=+1]

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.

[isis] 02/02: Merge branch 'release-1.15.1-RC1'

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit f3ae2fa29337534736008394a1dde4a61ff19f12
Merge: 6c23546 75be611
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Mon Sep 25 06:27:17 2017 +0100

    Merge branch 'release-1.15.1-RC1'

 .../DomainServiceMenuOrder_UnitTest.java           | 18 +++++
 example/application/helloworld/pom.xml             |  4 +-
 example/application/simpleapp/pom.xml              |  4 +-
 example/archetype/helloworld/pom.xml               |  2 +-
 .../META-INF/maven/archetype-metadata.xml          |  1 +
 .../resources/archetype-resources/enhance-all.sh   |  2 +
 .../src/main/resources/archetype-resources/pom.xml |  4 +-
 .../java/domainapp/dom/impl/HelloWorldObject.java  | 16 ++--
 .../java/domainapp/dom/impl/HelloWorldObjects.java |  5 +-
 .../dom/impl/HelloWorldObjectTest_delete.java      |  2 +-
 .../dom/impl/HelloWorldObjectTest_updateName.java  |  2 +-
 .../resources/projects/basic/archetype.properties  |  2 +-
 example/archetype/simpleapp/pom.xml                |  2 +-
 .../META-INF/maven/archetype-metadata.xml          |  7 +-
 .../domainapp/application/manifest/isis.properties | 12 ++-
 .../resources/archetype-resources/enhance-all.sh   |  2 +
 .../archetype-resources/module-simple/pom.xml      |  5 ++
 .../modules/simple/dom/impl/SimpleObject.java      | 17 ++--
 .../simple/dom/impl/SimpleObjectRepository.java    |  5 +-
 .../dom/impl/SimpleObjectRepository_Test.java      |  8 +-
 .../modules/simple/dom/impl/SimpleObject_Test.java |  2 +-
 .../archetype-resources/pom-jdo-enhance-all.xml    | 92 ----------------------
 .../src/main/resources/archetype-resources/pom.xml |  4 +-
 .../webapp/src/main/webapp/WEB-INF/shiro.ini       | 10 +--
 .../resources/projects/basic/archetype.properties  |  2 +-
 25 files changed, 84 insertions(+), 146 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@isis.apache.org" <co...@isis.apache.org>.