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 17:31:57 UTC

[isis] branch ISIS-2789 updated (b4668e7 -> 89666ab)

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 b4668e7  ISIS-2789: fixes refactoring for javafx incubating viewer
 discard f7bb911  ISIS-2789: deletes InteractionScopeHACK once more
 discard 17c1a03  ISIS-2789: updates JPA regression tests
 discard 9ae0a91  ISIS-2789: refactors InteractionScope to lookup the InteractionLayerTracker for itself
 discard 5109942  Revert "ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job"
 discard 9f4ea67  ISIS-2789: wip, attempting to debug regression tests.
 discard 3e48c5e  ISIS-2789: fixes regression test
 discard b97660a  ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job
 discard f4b96af  ISIS-2789: enhances CommandLogger, dump out XML as well.
 discard d7a8bf1  ISIS-2789: amends _PropertyChangeRecord so picks up changes for JPA deleted
 discard 2a77de9  ISIS-2789: for preUpdate, populates the map of _PropertyChangeRecord according to the preValues provided to us.
 discard a62adff  ISIS-2789: changes the location of the if for whether PreUpdate whether propertyIdIfAny is provided
 discard 2a287ca  ISIS-2789: converts Set<ProprttyChangeRecord>s to a map, keyed by propertyId
 discard a96879e  ISIS-2789: extends EntityChangeTracker to allow JPA (EclipseLink) to provide the 'pre values' already.
 discard a1003d8  ISIS-2789: fixing compile issues in InteractionScopeHACK
 discard a0a43d7  ISIS-2789: copies InteractionScope to InteractionScopeHACK prior to rebase
 discard 52c6949  ISIS-2789: wip - hacking
 discard 3d39e26  ISIS-2789: sketches implementation.
     add a58b303  Bump vaadin.version from 20.0.3 to 20.0.4
     add 5aca02d  Merge pull request #654 from apache/dependabot/maven/master/vaadin.version-20.0.4
     add bf94cab  Bump checksum-maven-plugin from 1.10 to 1.11
     add 4724862  Merge pull request #655 from apache/dependabot/maven/master/net.nicoulaj.maven.plugins-checksum-maven-plugin-1.11
     add 1aa6e5b  Bump vaadin-maven-plugin from 20.0.3 to 20.0.4
     add 1afc9a8  Merge pull request #656 from apache/dependabot/maven/master/com.vaadin-vaadin-maven-plugin-20.0.4
     add fe3e51e  ISIS-2789: sketches implementation.
     add 14339b6  ISIS-2789: wip - hacking
     add e073f40  ISIS-2789: copies InteractionScope to InteractionScopeHACK prior to rebase
     add 6ea1a8d  ISIS-2789: fixing compile issues in InteractionScopeHACK
     add 70712fb  ISIS-2789: extends EntityChangeTracker to allow JPA (EclipseLink) to provide the 'pre values' already.
     add d5d230f  ISIS-2789: converts Set<ProprttyChangeRecord>s to a map, keyed by propertyId
     add 1032015  ISIS-2789: changes the location of the if for whether PreUpdate whether propertyIdIfAny is provided
     add 8197ff5  ISIS-2789: for preUpdate, populates the map of _PropertyChangeRecord according to the preValues provided to us.
     add d070c4f  ISIS-2789: amends _PropertyChangeRecord so picks up changes for JPA deleted
     add 9d0f74f  ISIS-2789: enhances CommandLogger, dump out XML as well.
     add c0865e5  ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job
     add ed4453c  ISIS-2789: fixes regression test
     add 6021cc0  ISIS-2789: wip, attempting to debug regression tests.
     add 65129ed  Revert "ISIS-2789: removes my hacked version of InteractionScope as Andi's fix seemed to do the job"
     add a113303  ISIS-2789: refactors InteractionScope to lookup the InteractionLayerTracker for itself
     add 1fe5deb  ISIS-2789: updates JPA regression tests
     add 4db0df9  ISIS-2789: deletes InteractionScopeHACK once more
     add 9b6c714  ISIS-2789: fixes refactoring for javafx incubating viewer
     add 89666ab  ISIS-2789: cleans up code a little, avoids use of _Context singleton

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   (b4668e7)
            \
             N -- N -- N   refs/heads/ISIS-2789 (89666ab)

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:
 .../core/interaction/scope/InteractionScope.java   | 35 +++++++++++++---------
 .../InteractionScopeBeanFactoryPostProcessor.java  | 19 ++++--------
 core/pom.xml                                       |  2 +-
 .../session/InteractionServiceDefault.java         | 11 +++----
 examples/demo/vaadin/pom.xml                       |  2 +-
 isis-parent/pom.xml                                |  2 +-
 starters/pom.xml                                   |  2 +-
 7 files changed, 37 insertions(+), 36 deletions(-)