Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QuartzJobsDeleteCommandTest to pass on Mysql
Before it failed because the job name in Quartz was too long. This is a simple fix that rename the class in order to make name shorter and fit within the Mysql constraint. An alertnative fix is to shorten the name, and there is some code to do that at QuartzPollableTaskScheduler#getShortClassName(). It is not currently used, not sure if it was unfinished development or if it has some issue. Anyway put a note here, but going with the quick fix since it is good enough for the current need
- Loading branch information