You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't want to use @SpringBootTest, which takes too much time to load the following environment, I want to use @SpringJUnitConfig(classes = QuartzConfig.class) to write unit tests.
The text was updated successfully, but these errors were encountered:
ccmjga
changed the title
Quartz dynamic trigger does not fire when using @SpringJUnitConfig, but it works fine with @SpringBootTest. Why is that?
Quartz dynamic trigger not fire when using @SpringJUnitConfig, but it works fine with @SpringBootTest. Why is that?
Dec 24, 2024
Spring Boot 3.3.5
Spring Boot Stater Quartz 3.3.5 -> Quartz 2.3.2
Error
becase
jobWasExecuted
never executed so executed flag is null.I don't want to use @SpringBootTest, which takes too much time to load the following environment, I want to use
@SpringJUnitConfig(classes = QuartzConfig.class)
to write unit tests.The text was updated successfully, but these errors were encountered: