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/04/29 12:37:35 UTC

[isis] branch master updated (e9b0a63 -> f3a54c7)

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 e9b0a63  Merge branch 'ISIS-1999'
     new c2c3a3a  ISIS-2107: improves isOfType so that enums that implement an interface are allowed for.
     new b1b64e5  ISIS-2107: allows ObjectAdapterMementos that represent enum instances to be instantiated.
     new bb51403  ISIS-2107: reformat is all
     new ab79a03  ISIS-2107: makes reference choices more flexible by allowing it to handle enums that are implementing an interface
     new cb1105d  ISIS-2107: fixes unit test
     new f3a54c7  Merge branch 'ISIS-2107'

The 8861 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:
 .../specloader/specimpl/ObjectActionDefault.java   |  1 +
 .../specimpl/ObjectSpecificationAbstract.java      | 11 ++++++
 .../model/mementos/ObjectAdapterMemento.java       | 15 ++++++++
 .../scalars/ScalarPanelSelect2Abstract.java        |  3 +-
 .../ObjectAdapterMementoProviderAbstract.java      | 19 ++++++++--
 ...tAdapterMementoProviderForReferenceChoices.java | 12 ++++++-
 ...tAdapterMementoProviderForValueChoicesTest.java | 40 ++++++++++++++++++----
 7 files changed, 90 insertions(+), 11 deletions(-)