Faced with the problem that I can't set my JobStore via quartz properties: spring.quartz.properties.org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX

Fixes

  • 23632

Comment From: pivotal-cla

@p-daniil Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@p-daniil Thank you for signing the Contributor License Agreement!

Comment From: sbrannen

Hi @p-daniil,

Thanks for opening your first pull request for the Spring Framework!

Can you please introduce a test that fails before the change and passes afterwards?

Comment From: p-daniil

Hi @sbrannen, I have added test. Without my fix it results with:

expected: org.quartz.impl.jdbcjobstore.JobStoreTX
 but was: org.springframework.scheduling.quartz.LocalDataSourceJobStore

Comment From: sbrannen

I have added test.

Thanks @p-daniil.

I'll look into it.

Comment From: sbrannen

This has been merged into 5.3.x and main in c58853f5e5891147c43487fac3a249ba5c98de0c.

Thanks