]
Lincoln Baxter III closed FORGE-1756.
-------------------------------------
Resolution: Done
Furnace.startAsync() should return a Future that can be used to block
until the container has started.
------------------------------------------------------------------------------------------------------
Key: FORGE-1756
URL:
https://issues.jboss.org/browse/FORGE-1756
Project: Forge
Issue Type: Feature Request
Components: Furnace (Container)
Affects Versions: 2.4.1.Final
Reporter: Lincoln Baxter III
Assignee: Lincoln Baxter III
Fix For: 2.4.2.Final
{code}
@Override
- public Furnace startAsync()
+ public Future<Void> startAsync()
{
return startAsync(Thread.currentThread().getContextClassLoader());
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: