grails-quartz
grails-quartz copied to clipboard
Conflicting bean
I'm getting conflict in Grails 3.2.9 and plugin 2.0.13.
Caused by: org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler'; nested exception is java.lang.IllegalStateException: Cannot convert value of type 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' to required type 'org.quartz.Scheduler' for property 'scheduler': no matching editors or conversion strategy found
I can attach a patch that seems to be solving it however I'm not sure it is a correct solution.