[
https://issues.apache.org/jira/browse/ISIS-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15333464#comment-15333464
]
ASF subversion and git services commented on ISIS-1437:
-------------------------------------------------------
Commit 9eb35d3eac51173a9a04e3835bb67f02356f580b in isis's branch
refs/heads/ISIS-1427 from [~danhaywood]
[ https://git-wip-us.apache.org/repos/asf?p=isis.git;h=9eb35d3 ]
ISIS-1437: uses a ThreadPool to initialize Wicket viewer components in parallel.
> Configure slow-running Wicket bootstrapping in separate background threads.
> ---------------------------------------------------------------------------
>
> Key: ISIS-1437
> URL: https://issues.apache.org/jira/browse/ISIS-1437
> Project: Isis
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.12.2
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: 1.13.0
>
>
> eg
> {code}
> configureWebJars();
> configureWicketBootstrap();
> configureWicketSelect2();
> {code}
> These methods are called during {{init()}}, same place that Isis itself is
> initialized. So could do a fork/join and ensure complete before exiting the
> init().
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)