quartz-scheduler / quartz

Code for Quartz Scheduler
http://www.quartz-scheduler.org
Apache License 2.0
6.3k stars 1.94k forks source link

Improve Singleton instantiation in SchedulerRepository #1231

Closed e210 closed 3 weeks ago

e210 commented 3 weeks ago

Refactored the Singleton pattern in SchedulerRepository to use the Bill Pugh Singleton Holder pattern for lazy initialization and thread safety without explicit synchronization.

This PR...

Fixes issue #

Changes


Checklist