This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch 3409-mixin.eventtypes
in repository https://gitbox.apache.org/repos/asf/causeway.git
omit 77fab68c17 CAUSEWAY-3409: simplify further
omit aa3973db62 CAUSEWAY-3075: minor code quality
omit d511c11d2d CAUSEWAY-3409: refactor the DomainEventFacetAbstract such,
that it can receive the actual mixee during MM postprocessing and in turn hold
the correct event-type (which for mixed in members might need to be looked up
on the mixee type)
omit 39556c23b1 CAUSEWAY-3409: further simplify hierarchy of
DomainEventFacetAbstract (coll)
omit 73be5004fb CAUSEWAY-3409: test approvals
omit 6fa50d6c1e CAUSEWAY-3409: simplify hierarchy of
DomainEventFacetAbstract
omit 3d8bc9ed98 CAUSEWAY-3409: simplify event-type related facets
add e7cdfec523 CAUSEWAY-2485: reworks @ActionLayout#promptStyle
add c25b5978a8 CAUSEWAY-3400: try fixing build (5)
add c8d4d278b2 CAUSEWAY-3409: simplify event-type related facets
add a6ce9466d6 CAUSEWAY-3409: simplify hierarchy of
DomainEventFacetAbstract
add eec6f1a4ac CAUSEWAY-3409: test approvals
add 527ea39601 CAUSEWAY-3409: further simplify hierarchy of
DomainEventFacetAbstract (coll)
add 0786c480cf CAUSEWAY-3409: refactor the DomainEventFacetAbstract such,
that it can receive the actual mixee during MM postprocessing and in turn hold
the correct event-type (which for mixed in members might need to be looked up
on the mixee type)
add 4743d441dc CAUSEWAY-3075: minor code quality
add 816cbfeb99 CAUSEWAY-3409: simplify further
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 (77fab68c17)
\
N -- N -- N refs/heads/3409-mixin.eventtypes (816cbfeb99)
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:
.../workflows/ci-build-artifacts-no-push-maven.yml | 11 ++---
.../ActionLayoutPromptStylePage-description.adoc | 53 ++++++++++++++++----
.../promptStyle/ActionLayoutPromptStylePage.java | 31 +-----------
.../ActionLayoutPromptStylePage.layout.xml | 20 +++-----
...ActionLayoutPromptStylePage_annotatedModal.java | 54 ---------------------
...tionLayoutPromptStylePage_annotatedSidebar.java | 54 ---------------------
.../ActionLayoutPromptStylePage_layoutDialog.java | 56 ----------------------
.../ActionLayoutPromptStylePage_layoutInline.java | 51 --------------------
...LayoutPromptStylePage_layoutInlineAsIfEdit.java | 51 --------------------
...outPromptStylePage_updateNamePromptInline.java} | 22 ++++-----
...youtPromptStylePage_updateNamePromptModal.java} | 14 +++---
...utPromptStylePage_updateNamePromptSidebar.java} | 15 +++---
...StylePage_updateNotesPromptInlineAsIfEdit.java} | 21 ++++----
13 files changed, 93 insertions(+), 360 deletions(-)
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/ActionLayoutPromptStylePage_annotatedModal.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/ActionLayoutPromptStylePage_annotatedSidebar.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/ActionLayoutPromptStylePage_layoutDialog.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/ActionLayoutPromptStylePage_layoutInline.java
delete mode 100644
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/ActionLayoutPromptStylePage_layoutInlineAsIfEdit.java
rename
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/{ActionLayoutPromptStylePage_annotatedInline.java
=> ActionLayoutPromptStylePage_updateNamePromptInline.java} (77%)
copy
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/{position/ActionLayoutPositionPage_updateNamePositionedPanel.java
=> promptStyle/ActionLayoutPromptStylePage_updateNamePromptModal.java} (76%)
copy
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/{position/ActionLayoutPositionPage_updateNamePositionedPanel.java
=> promptStyle/ActionLayoutPromptStylePage_updateNamePromptSidebar.java} (76%)
rename
examples/demo/domain/src/main/java/demoapp/dom/domain/actions/ActionLayout/promptStyle/{ActionLayoutPromptStylePage_annotatedInlineAsIfEdit.java
=> ActionLayoutPromptStylePage_updateNotesPromptInlineAsIfEdit.java} (76%)