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 2021/06/11 09:01:16 UTC

[isis] branch 2723_facet.preced updated (426d8f4 -> 20b26f4)

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

ahuber pushed a change to branch 2723_facet.preced
in repository https://gitbox.apache.org/repos/asf/isis.git.


 discard 426d8f4  ISIS-2723: prepare removal of generic concept of underlying facets
     add 20b26f4  ISIS-2723: prepare removal of generic concept of underlying facets

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (426d8f4)
            \
             N -- N -- N   refs/heads/2723_facet.preced (20b26f4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../commons/internal/collections/_Multimaps.java   | 35 +++++++-
 .../core/metamodel/facets/ImperativeFacet.java     | 93 ++++++++--------------
 ...ctionInvocationFacetForDomainEventAbstract.java |  1 -
 .../method/ActionDefaultsFacetViaMethod.java       |  6 --
 .../ActionParameterValidationFacetViaMethod.java   |  1 -
 .../method/ActionValidationFacetViaMethod.java     |  1 -
 .../CollectionAccessorFacetViaAccessor.java        |  1 -
 .../facets/members/disabled/DisabledFacet.java     | 27 +++++--
 .../members/disabled/DisabledFacetAbstract.java    | 49 ++++--------
 .../disabled/DisabledFacetAbstractImpl.java        |  2 +-
 .../method/DisableForContextFacetViaMethod.java    |  1 -
 .../method/HideForContextFacetViaMethod.java       |  1 -
 .../object/callbacks/CallbackFacetAbstract.java    |  2 -
 ...acetOnPropertyDerivedFromRecreatableObject.java |  7 +-
 .../title/methods/TitleFacetViaTitleMethod.java    |  7 --
 .../title/methods/TitleFacetViaToStringMethod.java |  7 --
 .../method/ValidateObjectFacetMethod.java          |  7 --
 .../ActionParameterAutoCompleteFacetViaMethod.java |  1 -
 .../method/ActionChoicesFacetViaMethod.java        |  4 +-
 .../ActionParameterChoicesFacetViaMethod.java      |  1 -
 .../ActionParameterDefaultsFacetViaMethod.java     |  1 -
 .../ActionParameterDisabledFacetViaMethod.java     |  7 --
 .../ActionParameterHiddenFacetViaMethod.java       |  7 --
 .../ActionParameterValidationFacetViaMethod.java   |  1 -
 .../accessor/PropertyAccessorFacetViaAccessor.java |  1 -
 .../method/PropertyAutoCompleteFacetMethod.java    |  1 -
 .../method/PropertyChoicesFacetViaMethod.java      |  1 -
 .../method/PropertyDefaultFacetViaMethod.java      |  7 --
 ...FacetOnPropertyDerivedFromImmutableFactory.java | 12 +--
 .../clear/PropertyClearFacetViaClearMethod.java    |  6 --
 .../clear/PropertyClearFacetViaSetterMethod.java   |  6 --
 ...PropertyInitializationFacetViaSetterMethod.java |  6 --
 .../modify/PropertySetterFacetViaSetterMethod.java |  7 --
 .../method/PropertyValidateFacetViaMethod.java     |  5 --
 .../image/ImageValueSemanticsProviderAbstract.java |  8 --
 .../all/i18n/NamedFacetTranslated.java             | 20 +++--
 .../all/i18n/TranslationPostProcessor.java         | 32 +++++---
 .../specimpl/dflt/ObjectSpecificationDefault.java  | 31 +++-----
 .../PropertyAnnotationFacetFactoryTest.java        |  8 +-
 .../specimpl/ObjectAssociationAbstractTest.java    | 11 ++-
 .../specimpl/OneToOneAssociationAbstractTest.java  | 12 ++-
 .../handlers/DomainObjectInvocationHandler.java    |  2 +-
 ...ndatoryFacetInferredFromAbsenceOfJdoColumn.java |  3 +-
 ...ndatoryFromJdoColumnAnnotationFacetFactory.java | 31 +++-----
 ...DerivedFromJdoColumnAnnotationFacetFactory.java | 17 ++--
 45 files changed, 195 insertions(+), 302 deletions(-)