akka-quartz-scheduler icon indicating copy to clipboard operation
akka-quartz-scheduler copied to clipboard

User friendly log message on job setup

Open pawelkaczor opened this issue 3 years ago • 4 comments

Fix #93

pawelkaczor avatar Jun 12 '21 07:06 pawelkaczor

The changes have been already discussed (see #94) and rejected due to incorporation of new dependencies. I'm re-opening the PR in response to comment https://github.com/enragedginger/akka-quartz-scheduler/issues/93#issuecomment-841095711 by @felipebonezi

New dependencies incorporated by this PR:

  • net.redhogs.cronparser:cron-parser-core:3.5
  • joda-time:joda-time:2.3
  • org.apache.commons:commons-lang3:3.3.2

pawelkaczor avatar Jun 12 '21 07:06 pawelkaczor

Perhaps we should introduce new, optional module that would provide desired functionality.

pawelkaczor avatar Jun 12 '21 08:06 pawelkaczor

I still think we should take a different approach here. See my rationale here: #93 (comment)

Is there any way to create an plugin that users choose to attach or not? So, if developer wants to use the cron parser, than he must accept the libraries that goes with it.

felipebonezi avatar Jul 02 '21 16:07 felipebonezi

@felipebonezi I switched to https://github.com/eikek/calev#akka . Perhaps you will like it as well.

pawelkaczor avatar Jul 04 '21 19:07 pawelkaczor