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 2021/07/06 16:52:34 UTC

[isis] branch ISIS-2789 updated (6054109 -> f7bb911)

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

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


 discard 6054109  ISIS-2789: deletes InteractionScopeHACK once more
 discard 615bf29  ISIS-2789: updates JPA regression tests
 discard 5a1559e  ISIS-2789: refactors InteractionScope to lookup the InteractionLayerTracker for itself
 discard a320aaa  Revert "ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job"
 discard 165c166  ISIS-2789: wip, attempting to debug regression tests.
 discard b29de35  ISIS-2789: fixes regression test
 discard b940e51  ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job
 discard 7995ac7  ISIS-2789: enhances CommandLogger, dump out XML as well.
 discard e8a60ee  ISIS-2789: amends _PropertyChangeRecord so picks up changes for JPA deleted
 discard 2223076  ISIS-2789: for preUpdate, populates the map of _PropertyChangeRecord according to the preValues provided to us.
 discard 97fa5c3  ISIS-2789: changes the location of the if for whether PreUpdate whether propertyIdIfAny is provided
 discard f175c5d  ISIS-2789: converts Set<ProprttyChangeRecord>s to a map, keyed by propertyId
 discard 1fcf7c6  ISIS-2789: extends EntityChangeTracker to allow JPA (EclipseLink) to provide the 'pre values' already.
 discard 9c44106  ISIS-2789: fixing compile issues in InteractionScopeHACK
 discard afd4fe5  ISIS-2789: copies InteractionScope to InteractionScopeHACK prior to rebase
 discard ad4e2fa  ISIS-2789: wip - hacking
 discard 07a893a  ISIS-2789: sketches implementation.
     add 364a6d6  ISIS-2787: fixes action names from menubars.layout.xml
     add 3d39e26  ISIS-2789: sketches implementation.
     add 52c6949  ISIS-2789: wip - hacking
     add a0a43d7  ISIS-2789: copies InteractionScope to InteractionScopeHACK prior to rebase
     add a1003d8  ISIS-2789: fixing compile issues in InteractionScopeHACK
     add a96879e  ISIS-2789: extends EntityChangeTracker to allow JPA (EclipseLink) to provide the 'pre values' already.
     add 2a287ca  ISIS-2789: converts Set<ProprttyChangeRecord>s to a map, keyed by propertyId
     add a62adff  ISIS-2789: changes the location of the if for whether PreUpdate whether propertyIdIfAny is provided
     add 2a77de9  ISIS-2789: for preUpdate, populates the map of _PropertyChangeRecord according to the preValues provided to us.
     add d7a8bf1  ISIS-2789: amends _PropertyChangeRecord so picks up changes for JPA deleted
     add f4b96af  ISIS-2789: enhances CommandLogger, dump out XML as well.
     add b97660a  ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job
     add 3e48c5e  ISIS-2789: fixes regression test
     add 9f4ea67  ISIS-2789: wip, attempting to debug regression tests.
     add 5109942  Revert "ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job"
     add 9ae0a91  ISIS-2789: refactors InteractionScope to lookup the InteractionLayerTracker for itself
     add 17c1a03  ISIS-2789: updates JPA regression tests
     add f7bb911  ISIS-2789: deletes InteractionScopeHACK once more

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   (6054109)
            \
             N -- N -- N   refs/heads/ISIS-2789 (f7bb911)

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:
 .../isis/applib/services/menu/MenuBarsService.java | 14 ++++++++
 .../actions/layout/ActionLayoutFacetFactory.java   |  2 +-
 ...erDescribedFacetForActionLayoutAnnotation.java} |  6 ++--
 ....java => MemberDescribedFacetForActionXml.java} |  8 ++---
 ...java => MemberDescribedFacetForMenuBarXml.java} | 16 +++++----
 ...try.java => MemberNamedFacetForMenuBarXml.java} | 12 ++++---
 .../all/i18n/ServiceActionNamingPostProcessor.java | 35 ++++++++++++++++---
 .../services/grid/GridSystemServiceAbstract.java   |  4 +--
 .../menubars/MenuBarsLoaderServiceDefault.java     | 34 ++++++++++++++----
 .../menubars/bootstrap3/MenuBarsServiceBS3.java    | 40 +++++++++++++++++++---
 .../RuntimeServicesTestAbstract.java               | 24 ++++++-------
 .../bootstrap3/MenuBarsServiceBS3Test.java         | 23 ++++++++-----
 12 files changed, 159 insertions(+), 59 deletions(-)
 rename core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/layout/{DescribedAsFacetForActionLayoutAnnotation.java => MemberDescribedFacetForActionLayoutAnnotation.java} (89%)
 copy core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/layout/{DescribedAsFacetForActionXml.java => MemberDescribedFacetForActionXml.java} (84%)
 rename core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/layout/{DescribedAsFacetForActionXml.java => MemberDescribedFacetForMenuBarXml.java} (74%)
 rename core/metamodel/src/main/java/org/apache/isis/core/metamodel/facets/actions/layout/{MemberNamedFacetForMenuBarEntry.java => MemberNamedFacetForMenuBarXml.java} (79%)