enragedginger / akka-quartz-scheduler

Quartz Extension and utilities for cron-style scheduling in Akka
Other
559 stars 113 forks source link

fix #93 user friendly log message on job setup #94

Closed pawelkaczor closed 3 years ago

enragedginger commented 4 years ago

@pawelkaczor Thanks for putting this together. Do you have a clean way to do this without pulling in another library? Pulling in that cron parsing library would mean this library also pulls in specific versions of slf4j, apache commons, and joda time. These are very common Java libraries and could potentially lead to classpath conflicts for users of akka-quartz-scheduler. I don't think it's worth risking that (and increasing our dependency footprint) just to improve logging a bit.

What are your thoughts?