-
Notifications
You must be signed in to change notification settings - Fork 90
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
Plugin is not working with Grails 5 #115
Comments
This looks like my issue when upgrading my application to 5.1.1 This is how I corrected the error, I Included this in my build.gradle file.
|
Please try setting this in the application.groovy (yml) (apart adding the dependency already mentioned):
more info here spring-projects/spring-framework#27709 (comment) |
Any update here? Is the plugin no longer maintained? |
Could you please verify if solutions suggested above in the previous comment by works or NOT? I didn't get a chance to work on the plugin yet. I would appreciate if someone from the community try to help with the upgrade that way I will able to quickly push out a release soon. |
Yes, I have already been using the followings with my Grails 4.x version and it has been working fine for a year-
After upgrading to Grails 5.2.3, I don't see any errors but the jobs aren't getting triggered. When I'm adding
|
Hey, I apologise. Actually, this is not an issue for me. Job is working fine for me on Grails 5.2.3. I had an immediate statement in my
Sorry for the noise 😔 |
I'm having the same issue on Grails 5.2.3 (I've upgraded from Grails 2 and now no jobs are being triggered) with the following dependencies:
I have a lot of jobs and triggers registered at startup like this:
All of this happens without error but all of the jobs and triggers are empty when I try to debug:
|
First of all, very thanks for this nice plugin! I was using it with Grails 4, and it worked like a charm. Now, I've updated Grails version to 5.1.1, and it stopped working. When I try to run the application, I get the following error:
Are there any workaround to set the DataSource name? Thanks in advance.
The text was updated successfully, but these errors were encountered: