Re: Regression in ConfigurationScheduler

2016-08-23 Thread Gary Gregory
Hi Perrick, It would be most helpful if your patch could include a unit test showing the problem in action. Thank you! Gary On Mon, Aug 22, 2016 at 7:26 AM, Pierrick HYMBERT < pierrick.hymb...@gmail.com> wrote: > Hello, > > I am trying to test RollingFile/Policies/CronTriggeringPolicy with 2.6.

Regression in ConfigurationScheduler

2016-08-22 Thread Pierrick HYMBERT
Was replaced by: Date fireDate = cronExpression.getNextInvalidTimeAfter(new Date()); Could you please confirm my analysis, see patch attached. commit 1faa0ba25ef5690465c57d0e4c0e7e637b71ddb6 Author: phymbert Date: Mon Aug 22 17:17:33 2016 +0300 Fix Regression in ConfigurationScheduler diff --