You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/26 17:57:26 UTC

[causeway] branch spring6 updated (f248ca8c11 -> 972d19766d)

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

danhaywood pushed a change to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git


    from f248ca8c11 Merge branch 'master' into spring6
     add 240ecee920 CAUSEWAY-3397 : rewrites, adds unit tests
     add f1c3b8462f CAUSEWAY-3397 : updates InteractAs
     new 972d19766d Merge branch 'master' into spring6

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../commons/internal/reflection/_Annotations.java  |  42 ++-
 .../Annotations_synthesizeElseOnClass_Test.java    | 286 +++++++++++++++++++++
 ...a => Annotations_synthesize_on_Class_Test.java} |   4 +-
 ...a => Annotations_synthesize_on_Field_Test.java} |   4 +-
 ... => Annotations_synthesize_on_Method_Test.java} |   4 +-
 ... Annotations_synthesize_on_Parameter_Test.java} |   4 +-
 .../testing/integtestsupport/applib/_Helper.java   |   2 +-
 .../applib/annotation/InteractAs.java              |   6 +-
 8 files changed, 329 insertions(+), 23 deletions(-)
 create mode 100644 core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/Annotations_synthesizeElseOnClass_Test.java
 rename core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/{Annotations_getAnnotations_on_Class_Test.java => Annotations_synthesize_on_Class_Test.java} (99%)
 rename core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/{Annotations_getAnnotations_on_Field_Test.java => Annotations_synthesize_on_Field_Test.java} (99%)
 rename core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/{Annotations_getAnnotations_on_Method_Test.java => Annotations_synthesize_on_Method_Test.java} (99%)
 rename core/metamodel/src/test/java/org/apache/causeway/core/metamodel/facets/{Annotations_getAnnotations_on_Parameter_Test.java => Annotations_synthesize_on_Parameter_Test.java} (99%)


[causeway] 01/01: Merge branch 'master' into spring6

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch spring6
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 972d19766db01d88589ca81b265d2bc146155fba
Merge: f248ca8c11 f1c3b8462f
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Mar 26 18:57:09 2023 +0100

    Merge branch 'master' into spring6

 .../commons/internal/reflection/_Annotations.java  |  42 ++-
 .../Annotations_synthesizeElseOnClass_Test.java    | 286 +++++++++++++++++++++
 ...a => Annotations_synthesize_on_Class_Test.java} |   4 +-
 ...a => Annotations_synthesize_on_Field_Test.java} |   4 +-
 ... => Annotations_synthesize_on_Method_Test.java} |   4 +-
 ... Annotations_synthesize_on_Parameter_Test.java} |   4 +-
 .../testing/integtestsupport/applib/_Helper.java   |   2 +-
 .../applib/annotation/InteractAs.java              |   6 +-
 8 files changed, 329 insertions(+), 23 deletions(-)