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 2018/02/14 10:33:07 UTC

[isis] branch release-1.16.1-RC1 updated (88c8aaa -> 403c85a)

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

danhaywood pushed a change to branch release-1.16.1-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 88c8aaa  [maven-release-plugin] prepare for next development iteration
     new 0e041cf  ISIS-1813: updates docs and example apps
     new 403c85a  ISIS-1813: updates release notes for 1.16.1

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:
 .../guides/cgcom/_cgcom_cutting-a-release.adoc     |  2 +-
 .../release-notes/_release-notes_1.16.1.adoc       | 69 ++++++++++++++++++++++
 .../main/asciidoc/release-notes/release-notes.adoc | 10 ++--
 example/application/helloworld/pom.xml             |  2 +-
 example/application/simpleapp/README.adoc          |  2 +-
 example/application/simpleapp/pom.xml              |  2 +-
 6 files changed, 78 insertions(+), 9 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.

[isis] 01/02: ISIS-1813: updates docs and example apps

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

danhaywood pushed a commit to branch release-1.16.1-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 0e041cfb2427df0b008a14a70e90b281976b727d
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Feb 14 10:32:44 2018 +0000

    ISIS-1813: updates docs and example apps
    
    The updates to example apps WILL BE in the released archetypes for 1.16.1 RC1
---
 .../src/main/asciidoc/guides/cgcom/_cgcom_cutting-a-release.adoc        | 2 +-
 example/application/helloworld/pom.xml                                  | 2 +-
 example/application/simpleapp/README.adoc                               | 2 +-
 example/application/simpleapp/pom.xml                                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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 b5a167a..3fc0d8d 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
@@ -478,7 +478,7 @@ mvn clean install
 * can be run from an IDE
 ** mainClass=`org.apache.isis.WebServer`
 ** args=`-m domainapp.application.manifest.DomainAppAppManifestWithFixtures`
-** run before: `mvn -f pom-jdo-enhance-all.xml datanucleus:enhance -o` in the root module
+** run before: `mvn -pl module-simple datanucleus:enhance -o` in the root module
 
 * can be run using the mvn jetty plugin:
 +
diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index bb2cef0..efa8848 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -36,7 +36,7 @@
     <packaging>war</packaging>
 
     <properties>
-        <isis.version>1.16.1-SNAPSHOT</isis.version>
+        <isis.version>1.16.1</isis.version>
 
         <compiler-plugin.source>1.8</compiler-plugin.source>
         <compiler-plugin.target>1.8</compiler-plugin.target>
diff --git a/example/application/simpleapp/README.adoc b/example/application/simpleapp/README.adoc
index d52423d..6b62aab 100644
--- a/example/application/simpleapp/README.adoc
+++ b/example/application/simpleapp/README.adoc
@@ -70,7 +70,7 @@ Extend/adapt these according to your own standards.
 +
 [source,bash]
 ----
-mvn -f pom-jdo-enhance-all.xml datanucleus:enhance
+mvn -pl module-simple datanucleus:enhance -o
 ----
 
 * To also generate the link:https://github.com/eirbjo/jetty-console[Jetty console], allowing the application to run as a standalone JAR: +
diff --git a/example/application/simpleapp/pom.xml b/example/application/simpleapp/pom.xml
index 8525106..35127f6 100644
--- a/example/application/simpleapp/pom.xml
+++ b/example/application/simpleapp/pom.xml
@@ -36,7 +36,7 @@
     <packaging>pom</packaging>
 
     <properties>
-        <isis.version>1.16.1-SNAPSHOT</isis.version>
+        <isis.version>1.16.1</isis.version>
 
         <lombok.version>1.16.18</lombok.version>
 

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.

[isis] 02/02: ISIS-1813: updates release notes for 1.16.1

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

danhaywood pushed a commit to branch release-1.16.1-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 403c85a83a407ba4ed084b7a234a50e6f1fcb590
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Feb 14 10:32:54 2018 +0000

    ISIS-1813: updates release notes for 1.16.1
---
 .../release-notes/_release-notes_1.16.1.adoc       | 69 ++++++++++++++++++++++
 .../main/asciidoc/release-notes/release-notes.adoc | 10 ++--
 2 files changed, 74 insertions(+), 5 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc
index 6f3d27d..fe8aa51 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/_release-notes_1.16.1.adoc
@@ -22,3 +22,72 @@ The majority of the implementation is provided in the (non-ASF) (non-ASF) link:h
 
 Applications written against v1.16.0 should run against v1.16.1 with few if any changes.
 
+
+
+== New Feature
+
+* link:https://issues.apache.org/jira/browse/ISIS-1861[ISIS-1861] - Extend tabgroup layout control so that a tabgroup with only one tab can show either collapsed (default) or with the one tab.
+* link:https://issues.apache.org/jira/browse/ISIS-1856[ISIS-1856] - Add git.properties and SCM-Revision into MANIFEST.MF
+* link:https://issues.apache.org/jira/browse/ISIS-1585[ISIS-1585] - Allow objects in parented collections to be selected, automatically passed as defaults for collection parameter of associated actions. Also infer choices for both scalar and collection parameters.
+* link:https://issues.apache.org/jira/browse/ISIS-1569[ISIS-1569] - Automated testing tool to replay commands against a copy of prod
+
+
+
+== Improvement
+
+* link:https://issues.apache.org/jira/browse/ISIS-1837[ISIS-1837] - Metamodel validator should check for cyclic dependencies (reference to entities that live outside of the module set)
+* link:https://issues.apache.org/jira/browse/ISIS-1836[ISIS-1836] - Better diagnostic reporting in RO viewer if passed in a non-parseable value
+* link:https://issues.apache.org/jira/browse/ISIS-1835[ISIS-1835] - Better diagnostic reporting if fail to read a configuration flie.
+* link:https://issues.apache.org/jira/browse/ISIS-1834[ISIS-1834] - Relax metamodel validation to allow @PersistenceCapable on interfaces
+* link:https://issues.apache.org/jira/browse/ISIS-1826[ISIS-1826] - Add Automatic-Module-Name to support Java 9.
+* link:https://issues.apache.org/jira/browse/ISIS-1814[ISIS-1814] - JAXB validator fails requiring @XmlJavaTypeAdapter even if annotated with @XmlTransient
+* link:https://issues.apache.org/jira/browse/ISIS-1808[ISIS-1808] - Let the error page be customisable, eg embed an image from randomkittengenerator.com
+* link:https://issues.apache.org/jira/browse/ISIS-1759[ISIS-1759] - Always calling getXxx() and hideXxx() both decreases performance of application (?)
+* link:https://issues.apache.org/jira/browse/ISIS-1743[ISIS-1743] - fa-Icon mapping for mixin provided methods not honored intuitively
+* link:https://issues.apache.org/jira/browse/ISIS-1589[ISIS-1589] - Allow layout to be loaded from either .layout.xml or .layout.fallback.xml (so that library modules can provide a default layout for their entities using XML).
+
+
+== Bug
+
+* link:https://issues.apache.org/jira/browse/ISIS-1858[ISIS-1858] - NPE when Log at Debug Level
+* link:https://issues.apache.org/jira/browse/ISIS-1857[ISIS-1857] - help block for properties/parameters with drop down actions to right encroaches on the field.
+* link:https://issues.apache.org/jira/browse/ISIS-1855[ISIS-1855] - scm entries in core pom.xml are incorrect
+* link:https://issues.apache.org/jira/browse/ISIS-1854[ISIS-1854] - menubars.layout.xml seems to ignore the embedded <Name> ?
+* link:https://issues.apache.org/jira/browse/ISIS-1853[ISIS-1853] - Fix AbstractSessionTemplate and to unmarshal collection and reference arguments.
+* link:https://issues.apache.org/jira/browse/ISIS-1852[ISIS-1852] - Iterating over query result list with parallelStream produces next exception
+* link:https://issues.apache.org/jira/browse/ISIS-1851[ISIS-1851] - Improve the dynamic visibility of PropertyGroups so works with pdf js viewer (anything that isn't a ScalarPanelAbstract2, basically).
+* link:https://issues.apache.org/jira/browse/ISIS-1848[ISIS-1848] - References of type java.lang.Object (sometimes) not rendered correctly in Wicket viewer
+* link:https://issues.apache.org/jira/browse/ISIS-1847[ISIS-1847] - Eventbus: AbstractDomainEvent incorrect veto handling?
+* link:https://issues.apache.org/jira/browse/ISIS-1833[ISIS-1833] - Mandatory marker (red asterisk) not shown on mandatory parameters
+* link:https://issues.apache.org/jira/browse/ISIS-1832[ISIS-1832] - Entering a non-valid string into a parameter of type UUID results in a stacktrace.
+* link:https://issues.apache.org/jira/browse/ISIS-1831[ISIS-1831] - If Accept header bad, then our exception handler throws an NPE and so issue of bad header is not reported.
+* link:https://issues.apache.org/jira/browse/ISIS-1829[ISIS-1829] - AppManifestAbstract#withFixtureScripts no longer works.
+* link:https://issues.apache.org/jira/browse/ISIS-1825[ISIS-1825] - @CollectionLayout(hidden=STANDALONE_COLLECTION) results in scalar panels being hidden when in parented collection, (but the column is still there, ie blank).
+* link:https://issues.apache.org/jira/browse/ISIS-1822[ISIS-1822] - non-existent action in menubars.layout.xml causes an NPE
+* link:https://issues.apache.org/jira/browse/ISIS-1820[ISIS-1820] - New style BDD tests broken in 1.16.0
+* link:https://issues.apache.org/jira/browse/ISIS-1812[ISIS-1812] - NPE when attempt to render mixed-in property as a column.
+
+
+
+== Other
+
+=== Documentation
+
+* link:https://issues.apache.org/jira/browse/ISIS-1860[ISIS-1860] - CommandReification.DISABLED is broken / incorrectly documented.
+* link:https://issues.apache.org/jira/browse/ISIS-1859[ISIS-1859] - Use of "timestamp" in JDOQL queries.
+* link:https://issues.apache.org/jira/browse/ISIS-1849[ISIS-1849] - 1.16.0 - Broken Links according to W3C checker
+
+=== Task
+
+* link:https://issues.apache.org/jira/browse/ISIS-1813[ISIS-1813] - Release tasks for 1.16.1
+
+=== Duplicates or Not Implemented
+
+* link:https://issues.apache.org/jira/browse/ISIS-1500[ISIS-1500] - [DUPLICATE] ReplayService, to directly execute a previously persisted command
+* link:https://issues.apache.org/jira/browse/ISIS-1850[ISIS-1850] - [NOT IMPLEMENTED] Rename 'default' in JSON Response
+
+=== Question
+
+* link:https://issues.apache.org/jira/browse/ISIS-1824[ISIS-1824] - menubars.layout.xml vs Wicket Viewer annotations
+
+
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 8d0b71d..8caeb96 100644
--- a/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
+++ b/adocs/documentation/src/main/asciidoc/release-notes/release-notes.adoc
@@ -22,12 +22,12 @@ This table summarises all releases of Apache Isis to date.
 | JIRA relnotes
 
 | xref:release-notes.adoc#_release-notes_1.16.1[1.16.1]
-| xx-02-2018
+| 18-02-2018
 | Parented collections with checkboxes, replay module
-| .
-| .
-| .
-| ...
+| 4
+| 10
+| 17
+| https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311171&version=12342424[Release notes for v1.16.1]
 
 | xref:release-notes.adoc#_release-notes_1.16.0[1.16.0]
 | 08-01-2018

-- 
To stop receiving notification emails like this one, please contact
danhaywood@apache.org.