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:55 UTC

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

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(-)