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 2019/01/28 19:19:49 UTC

[isis] branch v2 updated (26d0b85 -> 1fb124d)

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

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


    from 26d0b85  ISIS-2094: fixes error message relating to @Column#allowsNull
     new fb0e555  ISIS-2095: allows action subscribers to change the returned value in the EXECUTED phase.
     new 7602087  ISIS-2096: adds ReasonBuffer2
     new 1fb124d  ISIS-2097: moves LayoutUiEvent

The 10158 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:
 .../_rgant-DomainObjectLayout_layoutUiEvent.adoc   |   2 +-
 ...gcms_classes_domainevent_ActionDomainEvent.adoc |   2 +
 .../org/apache/isis/applib/IsisApplibModule.java   |   2 +-
 .../isis/applib/annotation/DomainObjectLayout.java |   2 +-
 .../isis/applib/annotation/ViewModelLayout.java    |   2 +-
 .../applib/events/domain/ActionDomainEvent.java    |   5 +-
 .../{eventbus => event/ui}/LayoutUiEvent.java      |   2 +-
 .../org/apache/isis/applib/util/ReasonBuffer2.java | 208 +++++++++++++++++++++
 ...ctionInvocationFacetForDomainEventAbstract.java |   6 +-
 ...inObjectLayoutAnnotationUsingLayoutUiEvent.java |   2 +-
 ...iewModelLayoutAnnotationUsingLayoutUiEvent.java |   2 +-
 11 files changed, 226 insertions(+), 9 deletions(-)
 rename core/applib/src/main/java/org/apache/isis/applib/services/{eventbus => event/ui}/LayoutUiEvent.java (98%)
 create mode 100644 core/applib/src/main/java/org/apache/isis/applib/util/ReasonBuffer2.java