-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update grails-quartz for Grails 7 #131
Comments
Internally, we use the quartz spring starter and it works perfectly as-is. What are people's thoughts about publishing a guide for this way instead? |
FYI: quartz-scheduler/quartz#1134 - quartz was released so it should work with the jakarta packages now |
@jamesfredley I made some updates for this plugin for Java 17 (this was mostly done already), Spring 6.2.0, and Grails 7.0.0-snapshot in my branch. Before I do the MR where do we stand on the following.
|
Grails projects are currently split with and without buildSrc. I personally like without because it is simpler and version management is not independent, but it is up to you. For start.grails.org generated projects on 6.2.2 and 7.0.0 default to without buildSrc. Most Grails projects do not use .toml. For the ones that do, it is possible to use versions from grails-bom and remove most of the versions from .toml files. It would also be OK to convert away from .toml, if you want to go this direction. Toml is cool, but it takes more time to see what it is doing, IMO. A good example of removing most versions from .toml: https://github.com/grails/grails-spring-security-core/pull/1034/files |
4.0.x branch has been created for Grails 7: https://github.com/grails/grails-quartz
The text was updated successfully, but these errors were encountered: