Quartz assumes that all job executions will happen in a new instance of the job class.
But why is that needed? What will happen if I plug a JobFactory that returns the same instance everytime it is called? Apart from the fact that jobs won't be able to use instance fields safely.