]
George Gastaldi updated FORGE-2146:
-----------------------------------
Fix Version/s: 2.x Future
Affects Version/s: 2.12.2.Final
Component/s: Furnace (Container)
FurnaceImpl sets the status to STOPPED before clearing state
------------------------------------------------------------
Key: FORGE-2146
URL:
https://issues.jboss.org/browse/FORGE-2146
Project: Forge
Issue Type: Bug
Components: Furnace (Container)
Affects Versions: 2.12.2.Final
Reporter: Jess Sightler
Fix For: 2.x Future
See also:
https://github.com/forge/furnace/blob/master/container/src/main/java/org/...
This should not set STOPPED before the call to cleanup(). Also, perhaps there should be
some reconsideration to automatically calling cleanup() in this state?
I am surprised as an API user to see that all repos are automatically removed from an
instance after the container is closed.