This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a change to branch 3409-mixin.eventtypes.part2
in repository https://gitbox.apache.org/repos/asf/causeway.git
from c60f5c9f55 CAUSEWAY-3409: adding tests for the various ways of
declaring coll domain events
add c00c72cf49 CAUSEWAY-3409: adding tests for the various ways of
declaring act domain events
No new revisions were added by this update.
Summary of changes:
.../action/ActionAnnotationFacetFactory.java | 14 +-
.../action/invocation/ActionDomainEventFacet.java | 35 +--
.../specloader/specimpl/ObjectActionMixedIn.java | 19 ++
.../metamodel/facets/FacetFactoryTestAbstract.java | 61 +++-
...ctionAnnotationFacetFactoryTest_Invocation.java | 189 ------------
...tionAnnotationFacetFactoryTest_domainEvent.java | 327 +++++++++++++++++++++
6 files changed, 421 insertions(+), 224 deletions(-)
delete mode 100644
core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/actions/action/ActionAnnotationFacetFactoryTest_Invocation.java
create mode 100644
core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/actions/action/ActionAnnotationFacetFactoryTest_domainEvent.java