Dan Haywood created ISIS-1437:
---------------------------------
Summary: (If possible), 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)