You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (JIRA)" <ji...@apache.org> on 2018/08/31 14:25:00 UTC

[jira] [Created] (ISIS-1976) Improve the metamodel cache management

Andi Huber created ISIS-1976:
--------------------------------

             Summary: Improve the metamodel cache management
                 Key: ISIS-1976
                 URL: https://issues.apache.org/jira/browse/ISIS-1976
             Project: Isis
          Issue Type: Improvement
          Components: Core
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-M2


The cache management we have with ObjectAdapter, might be simplified such that we just work with java.lang.Object so far as possible. We would have a "disposable" ObjectAdapter that we instantiate around an Object whenever we need it - to access into the metamodel - and then throw it away after. Or perhaps eventually we might not need ObjectAdapter at all, just simply use #getClass() to look up the ObjectSpecification.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)