will there be another release cut soon?

how close to non beta release?

On Fri, Jul 10, 2015 at 1:48 AM, Thomas Vandahl <t...@apache.org> wrote:

> On 06.07.15 17:06, Tim Cronin wrote:
> > I added the following before calling the composite cache shutdown.
> > this should be called via the composite cache shutdown code i think
> >
> >             ThreadPoolManager poolMgr = ThreadPoolManager.getInstance();
> >
> >             for(String poolName : poolMgr.getPoolNames()) {
> >                 try {
> >                     poolMgr.getPool(poolName).shutdown();
> >                 } catch (Throwable t) {
> >                     LOGGER.warn("Failed to close pool " + poolName, t);
> >                 }
> >             }
>
> Thank you for your contributions I'll try to take care of these.
> Please not that these problems also have been present in 1.3.
>
> Bye, Thomas.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>

Reply via email to