[ https://issues.apache.org/jira/browse/ISIS-3247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17624245#comment-17624245 ]
ASF subversion and git services commented on ISIS-3247: ------------------------------------------------------- Commit 6e30a45839320b21071b774acca8ab9021d50413 in isis's branch refs/heads/ISIS-3171 from Andi Huber [ https://gitbox.apache.org/repos/asf?p=isis.git;h=6e30a45839 ] ISIS-3247: change precedence order of ViewModelFacets - have JAXB strategy be overruled by others except 'fallback' > [Metamodel] Change Precedence Order of Viewmodel Serialization Strategies > ------------------------------------------------------------------------- > > Key: ISIS-3247 > URL: https://issues.apache.org/jira/browse/ISIS-3247 > Project: Isis > Issue Type: Improvement > Components: Isis Core > Reporter: Andi Huber > Assignee: Andi Huber > Priority: Major > Fix For: 2.0.0-M9 > > > Currently the framework has 4 viewmodel serialization strategies in order of > highest to lowest precedence, if encountered: > # use JAXB semantics > # implement ViewModel interface > # implement Serializable > # fallback: gather all non-mixed-in properties into a 'memento' ... requires > a @DomainObject(nature=...) annotation > however, we discussed to change the order to > # implement ViewModel interface > # implement Serializable > # use JAXB semantics > # fallback: gather all non-mixed-in properties into a 'memento' -- This message was sent by Atlassian Jira (v8.20.10#820010)