You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/10/14 02:29:05 UTC

[jira] [Commented] (ISIS-1194) Remove dead code, remove support for @Aggregated, for isDirty/clearDirty/markDirty.

    [ https://issues.apache.org/jira/browse/ISIS-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956009#comment-14956009 ] 

ASF subversion and git services commented on ISIS-1194:
-------------------------------------------------------

Commit 9f251d9c9db58fac4e252a7304067cf5de14a32c in isis's branch refs/heads/ISIS-1213 from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=9f251d9 ]

ISIS-1194: converting regions to use IntelliJ-style.  Removing one or two unused instance vars.


> Remove dead code, remove support for @Aggregated, for isDirty/clearDirty/markDirty.
> -----------------------------------------------------------------------------------
>
>                 Key: ISIS-1194
>                 URL: https://issues.apache.org/jira/browse/ISIS-1194
>             Project: Isis
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.9.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.10.0
>
>
> removed ResolveState concept, instead derive state from underlying pojo
> - services and view models implicitly always persistent
> removed support for manual dirtying of objects:
> - isDirty
> - clearDirty
> - markDirty.
> removed support for @Aggregated:
> - Any @Aggregated will be picked up by the metamodel validation.  
> - attempting to call DomainObjectContainer#newAggregatedInstance(...) will throw an exception.
> - ObjectAdapter#isAggregated removed
> - @Embedded annotation is no longer picked up as aggregated (is simply ignored)
> simplified Oid hierarchy
> - RootOid
> - ParentedCollectionOid
> combined OidGenerator and IdentifierGenerator
> simplified PersistenceSession, ObjectStore and other supporting components
> - removed ObjectStore, now part of PersistenceSession
> - removed PojoAdapterFactory, now part of AdapterManager
> - removed PersistAlgorithm, now part of PersistenceSession
> - removed FrameworkSynchronizer, now part of PersistenceSession
> - IsisLifecycleListener is now request-scoped and a subcomponent of PersistenceSession
> - ObjectSpecificationDefault no longer instantiates objects, instead this is done by PersistenceSession (remove CreateObjectContext and ObjectInstantiator)
> - all subcomponents call back to PersistenceSession which delegates out as necessary 
> - no longer have two impementations
> - use the DataNucleus impl always (and remove unnecessary interface)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)