You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/03/13 19:40:38 UTC

[jira] [Created] (ISIS-1088) Lazily discover fixture scripts

Dan Haywood created ISIS-1088:
---------------------------------

             Summary: Lazily discover fixture scripts
                 Key: ISIS-1088
                 URL: https://issues.apache.org/jira/browse/ISIS-1088
             Project: Isis
          Issue Type: Improvement
          Components: Core
    Affects Versions: core-1.8.0
            Reporter: Dan Haywood
            Assignee: Dan Haywood
            Priority: Minor
             Fix For: 1.9.0


In the current implementation the FixtureScripts domain service is searching and instantiating for all implementations of FixtureScript (under a particular package) on its @PostConstruct. Although cached, this (seems to be) called multiple times.

So, instead, should lazily build only if/when required.



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