Re: ignite-schedule latest version?

2017-12-26 Thread Alexey Kuznetsov
Hi, I filed issue about ignite-schedule some time ago [1]. But it was not resolved yet. [1] https://issues.apache.org/jira/browse/IGNITE-5565 On Wed, Dec 27, 2017 at 6:40 AM, vkulichenko wrote: > Hi, > > You should specify the same version for all Ignite artifacts in your > project. If you're

Re: ignite-schedule latest version?

2017-12-26 Thread vkulichenko
Hi, You should specify the same version for all Ignite artifacts in your project. If you're using 2.3, ignite-schedule:2.3.0 should be used. Artifacts for this module are not deployed to Maven central after 1.2 due to licensing restrictions (it uses LGPL dependencies). So you should either build

ignite-schedule latest version?

2017-12-26 Thread NK
Hi, I am using ignite-core (v2.3) for a couple features and now I need to use the cron based scheduler (ignite.scheduler().scheduleLocal(...)). My code (using scheduleLocal(...)) compiles well with ignite-core.jar (v2.3), but at runtime ignite complains about needing a ignite-schedule jar in the