You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by ah...@apache.org on 2023/02/19 19:30:54 UTC

[causeway] branch master updated (26409725ce -> 554dc6ff02)

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

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


    from 26409725ce Bump pdfjs-dist from 2.16.105 to 3.3.122 (2)
     add f4c55a6331 CAUSEWAY-3014: refactors EnumValueSemanticsAbstract
     add b46470599d CAUSEWAY-3014: pass in spec loader; yet not working (too early)
     add 7e20656f2b CAUSEWAY-3014: special title treatment for enums
     new 554dc6ff02 Merge pull request #1411 from apache/3014-enum_title_not_honored

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:
 .../_testing/MetaModelContext_forTesting.java      |   3 +-
 .../title/parser/TitleFacetFromValueFacet.java     |  10 ++
 .../specloader/SpecificationLoaderDefault.java     |   2 +-
 .../valuesemantics/EnumValueSemanticsAbstract.java | 117 +++++++++++----------
 .../valuetypes/ValueSemanticsResolverDefault.java  |  12 +--
 .../java/demoapp/dom/_infra/samples/DemoEnum.java  |   6 +-
 6 files changed, 83 insertions(+), 67 deletions(-)


[causeway] 01/01: Merge pull request #1411 from apache/3014-enum_title_not_honored

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

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

commit 554dc6ff022172afbe4cf6219840c4ee6892a132
Merge: 26409725ce 7e20656f2b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Sun Feb 19 20:30:50 2023 +0100

    Merge pull request #1411 from apache/3014-enum_title_not_honored
    
    CAUSEWAY-3014: Enum @Title not honored

 .../_testing/MetaModelContext_forTesting.java      |   3 +-
 .../title/parser/TitleFacetFromValueFacet.java     |  10 ++
 .../specloader/SpecificationLoaderDefault.java     |   2 +-
 .../valuesemantics/EnumValueSemanticsAbstract.java | 117 +++++++++++----------
 .../valuetypes/ValueSemanticsResolverDefault.java  |  12 +--
 .../java/demoapp/dom/_infra/samples/DemoEnum.java  |   6 +-
 6 files changed, 83 insertions(+), 67 deletions(-)