Hi
Currently, We are using org.quartz-scheduler.quartz-2.1.7 version and with that our application is working fine. Now I am upgrading it to 2.3.0 version and Job stopped triggering.
We used Custom ConnectionProvider implementation and with the new version, I need to implement one more abstract method initialize. I kept this implementation as empty as the data source is injected by Constructor itself.
I am not getting any error no exception
Any suggestion/ideas how i can troubleshoot this and move ahead.
Thanks,
Gourav Bansal