You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2020/03/19 17:39:00 UTC

[jira] [Closed] (ISIS-1489) Rename @Property(notPersisted=...) to @Property(mementoSerialization=...)

     [ https://issues.apache.org/jira/browse/ISIS-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Keir Haywood closed ISIS-1489.
-------------------------------------
    Resolution: Fixed

> Rename @Property(notPersisted=...) to @Property(mementoSerialization=...)
> -------------------------------------------------------------------------
>
>                 Key: ISIS-1489
>                 URL: https://issues.apache.org/jira/browse/ISIS-1489
>             Project: Isis
>          Issue Type: Improvement
>          Components: Isis Core
>    Affects Versions: 1.13.0
>            Reporter: Daniel Keir Haywood
>            Priority: Minor
>             Fix For: 2.0.0-M3
>
>
> In which case, the attribute should be deprecated, and a new @Property(notAudited=true) be introduced to replace it.
> It's used by:
> - ChangedObjectServiceInternal to determine if a property has changed; marking it as notPersisted means this functionality is skipped.
> - Memento (which you almost certainly don't use, I think is only used in anger by the Wicket viewer).
> It used to be used by the object persistor for persistence-by-reachability (if notPersisted then don't follow the graph), but I *think* that responsibility is now entirely that of JDO/DN.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)