-
Notifications
You must be signed in to change notification settings - Fork 41.1k
Quartz may attempt to use the DataSource before migrations have been run #17539
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
Conversation
1dcbbff
to
b5a68f5
Compare
Flyway and Liquibase. see spring-projectsgh-17528
Add post processors to ensure that SchedulerFactoryBean and Scheduler beans depend on the Flyway and Liquibase beans. See gh-17539
Thank you very much, @philwebb Just to make sure, I see that |
Hi @nosan, That was intentional and |
Hello @philwebb I'm facing this issue right now. Could you take a look please? spring boot version: 2.3.1.RELEASE |
@SausageRoll AFAIK, this problem's been fixed since 2.1.8 and shouldn't occur with 2.3.1. If you are seeing it with 2.3.1, please open a new issue and provide a minimal sample that reproduces the problem. |
see gh-17528