[
https://issues.apache.org/jira/browse/CAMEL-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13894342#comment-13894342
]
Babak Vahdat commented on CAMEL-6365:
-------------------------------------
Also replaced all the occurences of
{code}
springApplicationContext.destroy();
{code}
calls inside the code base with:
{code}
IOHelper.close(springApplicationContext);
{code}
> After the Spring 3.1.x support has been dropped then better make use of
> IOHelper utility to close the Spring contexts in our code base.
> ----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-6365
> URL: https://issues.apache.org/jira/browse/CAMEL-6365
> Project: Camel
> Issue Type: Improvement
> Affects Versions: 2.11.0
> Reporter: Babak Vahdat
> Assignee: Babak Vahdat
> Priority: Minor
> Fix For: 2.13.0
>
>
> See
> http://camel.465427.n5.nabble.com/Upgrade-Spring-3-1-4-RELEASE-3-2-2-RELEASE-tp5732377p5732649.html
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)