You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2019/01/21 07:52:04 UTC

[isis] branch 2033-IoC updated (4de8e44 -> 266ffc3)

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

ahuber pushed a change to branch 2033-IoC
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 4de8e44  Merge remote-tracking branch 'origin/v2' into 2033-IoC
     new d3b588e  ISIS-2090: extends MessageService with some simple overloads
     new 0aca00f  EST-2091: updates blob and clob in the applib, now override equals and hashCode
     new 51dad14  ISIS-2072: bumps jackson from 2.8.0 to 2.9.8
     new 4146bd2  merge branch 'master' into 'v2'
     new dafaea5  ISIS-2090: minor adoc fix after merge: in v2 there's no MessageService2
     new 266ffc3  Merge remote-tracking branch 'origin/v2' into 2033-IoC

The 10193 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:
 ...rgsvc_application-layer-api_MessageService.adoc |  5 ++++
 .../applib/services/message/MessageService.java    | 19 +++++++++++++
 .../java/org/apache/isis/applib/value/Blob.java    | 21 ++++++++++++++
 .../java/org/apache/isis/applib/value/Clob.java    | 17 ++++++++++++
 .../services/message/MessageServiceNoop.java       | 32 ++++++++++++++++++----
 core/pom.xml                                       |  2 +-
 .../services/message/MessageServiceDefault.java    | 30 +++++++++++++++++---
 7 files changed, 116 insertions(+), 10 deletions(-)