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/16 06:18:57 UTC

[causeway] branch CAUSEWAY-3377 updated (ec6ed6093a -> 1efa0e17dc)

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

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


    omit ec6ed6093a CAUSEWAY-3377: reverts accidental edit
    omit eb451209c3 CAUSEWAY-3377: fixes unit test
    omit 90da43c240 CAUSEWAY-3377: updates tagger, rationalizes some framework logical type names
     add 7148b591d1 CAUSEWAY-3378: remove deprecated DomainService#logicalTypeName
     add 03dea45eec CAUSEWAY-3379: remove deprecated DomainObject#logicalTypeName
     add 3c87ade0c5 CAUSEWAY-3380: remove deprecated Value#logicalTypeName
     add bbddbc6072 CAUSEWAY-3380: update mignotes
     add 7aad3e0ec5 CAUSEWAY-3377: updates tagger, rationalizes some framework logical type names
     add 307ccb015c CAUSEWAY-3377: fixes unit test
     add 1efa0e17dc CAUSEWAY-3377: reverts accidental edit

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ec6ed6093a)
            \
             N -- N -- N   refs/heads/CAUSEWAY-3377 (1efa0e17dc)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../pages/index/annotation/DomainObject.adoc       | 28 ----------------
 .../pages/index/annotation/DomainService.adoc      | 28 ----------------
 .../applib/pages/index/annotation/Value.adoc       | 30 -----------------
 .../modules/applib/pages/index/id/LogicalType.adoc |  2 +-
 .../ROOT/pages/2023/2.0.0-RC1/mignotes.adoc        |  9 +++++
 .../causeway/applib/annotation/DomainObject.java   | 18 ----------
 .../causeway/applib/annotation/DomainService.java  | 20 ------------
 .../apache/causeway/applib/annotation/Value.java   | 16 ---------
 .../org/apache/causeway/applib/id/LogicalType.java | 38 +---------------------
 .../beans/CausewayBeanTypeClassifierDefault.java   | 15 +--------
 .../DomainObjectAnnotationFacetFactory.java        |  4 +--
 .../applib/classrules/_LogicalNaming.java          | 20 ++++--------
 12 files changed, 19 insertions(+), 209 deletions(-)