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 258ceb2676 CAUSEWAY-3409: adding tests for the various ways of
declaring prop domain events
add c60f5c9f55 CAUSEWAY-3409: adding tests for the various ways of
declaring coll domain events
No new revisions were added by this update.
Summary of changes:
.../CollectionAnnotationFacetFactory.java | 21 +-
.../modify/CollectionDomainEventFacet.java | 43 ++-
.../property/PropertyAnnotationFacetFactory.java | 8 +-
.../specimpl/OneToManyAssociationMixedIn.java | 19 ++
.../metamodel/facets/FacetFactoryTestAbstract.java | 48 ++-
...ava => CollectionAccessorFacetFactoryTest.java} | 14 +-
.../CollectionAnnotationFacetFactoryTest.java | 332 ++++++++++++++++++++-
.../PropertyAnnotationFacetFactoryTest.java | 23 +-
8 files changed, 446 insertions(+), 62 deletions(-)
rename
core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/collections/{CollectionFieldMethodsFacetFactoryTest.java
=> CollectionAccessorFacetFactoryTest.java} (94%)