AbstractApplicationContext allows for re-refresh and re-close
Issue: SPR-13425
This commit is contained in:
@@ -567,6 +567,7 @@ public abstract class AbstractApplicationContext extends DefaultResourceLoader
|
||||
*/
|
||||
protected void prepareRefresh() {
|
||||
this.startupDate = System.currentTimeMillis();
|
||||
this.closed.set(false);
|
||||
this.active.set(true);
|
||||
|
||||
if (logger.isInfoEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user