akka-quartz-scheduler
akka-quartz-scheduler copied to clipboard
User friendly log message on job setup
Fix #93
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
Perhaps we should introduce new, optional module that would provide desired functionality.
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 I switched to https://github.com/eikek/calev#akka . Perhaps you will like it as well.