quartz-scheduler / quartz

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

fix #1116: Move classes to the correct folder following java recommended package naming conventions #1208

Closed bcode2 closed 1 month ago

bcode2 commented 1 month ago

…ckage naming convention

This PR...

Fixes issue #1116 fix: Move classes to the correct folder following java recommended package naming conventions

Changes

-


Checklist

bcode2 commented 1 month ago

The same will have to be done in 2.5 branch. I guess it is better to keep the package name, this way any class that use them are not updated.

jhouserizer commented 1 month ago

Thanks. Will you be doing main (2.5.x) also?

bcode2 commented 1 month ago

yes sure