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 99dcbee55d CAUSEWAY-3409: don't use @Nested on static inner classes
     add af0023ef88 CAUSEWAY-3409: proof of concept for post-processor testing

No new revisions were added by this update.

Summary of changes:
 .../org/apache/causeway/applib/id/LogicalType.java |   3 +-
 .../commons/internal/assertions/_Assert.java       |  19 ++++
 .../core/metamodel/commons/StringExtensions.java   |  14 ++-
 .../core/metamodel/facets/FacetedMethod.java       |  19 +++-
 .../core/metamodel/spec/ObjectSpecification.java   |  15 ++-
 .../specloader/specimpl/ObjectActionDefault.java   | 109 +++++++++++++++------
 .../specloader/specimpl/ObjectActionMixedIn.java   |   2 +-
 .../specloader/specimpl/ObjectMemberAbstract.java  |   1 -
 .../specimpl/OneToManyAssociationMixedIn.java      |  17 ++--
 .../specimpl/OneToOneAssociationDefault.java       |   5 +-
 .../specimpl/OneToOneAssociationMixedIn.java       |  44 +++++++--
 .../specloader/specimpl/_MixedInMemberFactory.java |   4 +-
 .../specimpl/_MixedInMemberNamingStrategy.java     |   4 +-
 .../metamodel/facets/FacetFactoryTestAbstract.java |  64 +++++++++---
 .../causeway/core/metamodel/facets/_Utils.java     |   8 +-
 .../PropertyAnnotationFacetFactoryTest.java        |  43 +++-----
 .../objects/ObjectActionLayoutXmlDefaultTest.java  |   2 +-
 .../metamodel/MetaModelServiceDefaultTest.java     |   2 +-
 18 files changed, 264 insertions(+), 111 deletions(-)

Reply via email to