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 ce0c4c5  1870: fixes RO server tests
     add 354439f  ISIS-1813: fixes java7/8 compilation issue (unused import 
from Java 8)
     add f72981d  [maven-release-plugin] prepare release isis-1.16.1
     add 831b964  [maven-release-plugin] prepare for next development iteration
     add 4c39bdb  ISIS-1813: recreating simpleapp archetype
     add 1d52c26  [maven-release-plugin] prepare release 
simpleapp-archetype-1.16.1
     add 834f8bb  [maven-release-plugin] prepare for next development iteration
     add ad8d430  ISIS-1813: recreating helloworld archetype
     add 160f3ae  [maven-release-plugin] prepare release 
helloworld-archetype-1.16.1
     add 88c8aaa  [maven-release-plugin] prepare for next development iteration
     add 0e041cf  ISIS-1813: updates docs and example apps
     add 403c85a  ISIS-1813: updates release notes for 1.16.1
     add eef5aaa  Merge branch 'maint-1.16.1' into release-1.16.1-RC1
     add 428bd03  ISIS-1585: associates action with collection based on either 
name or id
     add e6f8456  Merge branch 'maint-1.16.1' into release-1.16.1-RC1
     add f373b64  ISIS-1813: reverts isis.version to -SNAPSHOT for apps
     add aa646ee  ISIS-1813: reverts isis.version to -SNAPSHOT for archetypes
     add a13700a  ISIS-1813: reverts pom.xml's to 1.16.1-SNAPSHOT
     add f40200c  ISIS-1813: reverts pom.xml's of archetypes to 1.16.1-SNAPSHOT
     add f9cd41b  ISIS-1852: backports unit test to jdk 1.7
     add 62ea442  ISIS-1813: updates release notes for 1.16.1
     add c85a242  ISIS-1813: hides git-commit-id-plugin behind a profile, and 
updates the instructions for verifying releases.
     add b6a12d8  [maven-release-plugin] prepare release isis-1.16.1
     add 2d63d8d  [maven-release-plugin] prepare for next development iteration
     add 4a8214f  ISIS-1813: updates simpleapp to reference 1.16.1
     add f19d29f  ISIS-1813: recreating simpleapp archetype
     add ae624f8  [maven-release-plugin] prepare release 
simpleapp-archetype-1.16.1
     add 059f0a0  [maven-release-plugin] prepare for next development iteration
     add 801dda8  ISIS-1813: updates helloworld to reference 1.16.1
     add 9006c35  ISIS-1813: recreating helloworld archetype
     add b7aefec  [maven-release-plugin] prepare release 
helloworld-archetype-1.16.1
     add 76da622  [maven-release-plugin] prepare for next development iteration
     add 8a05894  ISIS-1813: updates website for 1.16.1
     add 9d00def  ISIS-1813: updates the procedure for publishing website
     add db99f6d  ISIS-1813: bumps navbar to 1.16.1
     add d14dc6c  ISIS-1813: updates html template for website and root 
index.html
     add 826726c  Merge branch 'release-1.16.1-RC2' into maint-1.16.1
     new 88665f6  Merge branch 'maint-1.16.2'
     new a505032  ISIS-1870: fixes compile issue

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                                             |  8 +++
 adocs/documentation/pom-pdf.xml                    |  2 +-
 .../documentation/src/main/asciidoc/doap_isis.rdf  | 24 +++++++
 .../documentation/src/main/asciidoc/downloads.adoc | 12 ++--
 .../guides/cgcom/_cgcom_cutting-a-release.adoc     |  2 +-
 .../cgcom/_cgcom_post-release-successful.adoc      | 41 ++++++++---
 ...cgcom_release-process-for-interim-releases.adoc | 12 ++--
 .../guides/cgcom/_cgcom_verifying-releases.adoc    | 19 ++---
 ...ugfun_getting-started_helloworld-archetype.adoc |  2 +-
 ..._ugfun_getting-started_simpleapp-archetype.adoc |  2 +-
 adocs/documentation/src/main/asciidoc/index.html   | 71 +++++++++++++------
 .../src/main/asciidoc/pages/tg/tg.adoc             |  2 +-
 .../release-notes/_release-notes_1.13.0.adoc       |  2 +-
 .../release-notes/_release-notes_1.16.1.adoc       | 80 ++++++++++++++++++++++
 .../main/asciidoc/release-notes/release-notes.adoc | 10 +--
 adocs/template/document.html.erb                   |  2 +-
 .../cssclassfa/annotprop/MixinInterceptor.java     |  2 +-
 ...onParameterDefaultsAndChoicesPostProcessor.java |  2 +-
 .../core/metamodel/spec/feature/ObjectAction.java  | 29 +++++---
 core/pom.xml                                       | 23 +++++--
 .../runtime/services/ServiceInstantiatorTest.java  | 27 ++++----
 .../wicket/model/mementos/CollectionMemento.java   | 25 ++++---
 .../wicket/model/models/EntityCollectionModel.java | 12 +++-
 .../collection/AssociatedWithActionsHelper.java    |  8 ++-
 example/application/simpleapp/README.adoc          |  2 +-
 example/archetype/helloworld/pom.xml               |  2 +-
 .../src/main/resources/archetype-resources/pom.xml |  3 +-
 .../java/domainapp/dom/impl/HelloWorldObject.java  |  1 +
 .../resources/projects/basic/archetype.properties  |  2 +-
 .../main/resources/archetype-resources/README.adoc |  2 +-
 .../bdd/specglue/BootstrappingGlue.java            | 16 ++++-
 .../{RunBddSpecs.java => RunIntegBddSpecs.java}    |  2 +-
 .../modules/simple/dom/impl/SimpleObject.java      |  3 +-
 .../simple/dom/impl/SimpleObject.layout.xml        |  6 +-
 .../src/main/resources/archetype-resources/pom.xml |  3 +-
 .../resources/projects/basic/archetype.properties  |  2 +-
 36 files changed, 344 insertions(+), 119 deletions(-)
 rename 
example/archetype/simpleapp/src/main/resources/archetype-resources/application/src/test/java/domainapp/application/bdd/specs/{RunBddSpecs.java
 => RunIntegBddSpecs.java} (97%)

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

Reply via email to