You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/09/06 16:53:41 UTC

[isis] branch 3204-bounded.generics updated (7a1162a3f6 -> 646d4eaccf)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 3204-bounded.generics
in repository https://gitbox.apache.org/repos/asf/isis.git


    from 7a1162a3f6 ISIS-3204: fully implement, yet some test failing
     add c825aa500b ISIS-3204: metamodel test fixes
     add 646d4eaccf ISIS-3204: remaining test fixes - all green

No new revisions were added by this update.

Summary of changes:
 .../progmodel/ProgrammingModelConstants.java       |  36 ------
 .../javautilcollection/CollectionFacetFactory.java |   3 +-
 .../specloader/SpecificationLoaderTest_array.java  |  64 -----------
 .../SpecificationLoaderTest_collection.java        |  66 -----------
 .../SpecificationLoaderTest_nonScalar.java         | 126 +++++++++++++++++++++
 .../testing/AbstractFacetFactoryTest.java          |   2 +-
 6 files changed, 128 insertions(+), 169 deletions(-)
 delete mode 100644 core/metamodel/src/test/java/org/apache/isis/core/metamodel/specloader/SpecificationLoaderTest_array.java
 delete mode 100644 core/metamodel/src/test/java/org/apache/isis/core/metamodel/specloader/SpecificationLoaderTest_collection.java
 create mode 100644 core/metamodel/src/test/java/org/apache/isis/core/metamodel/specloader/SpecificationLoaderTest_nonScalar.java