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
We are experiencing compatibility issues when attempting to use Quartz 1.6.2 with Spring 5.3.9. Our project relies on Spring XML configuration for setting up Quartz jobs and triggers.
Details:
Spring Version: 5.3.9
Quartz Version: 1.6.2
Configuration: Spring XML
Problem:
When upgrading to Spring 5.3.9, we encountered several issues with Quartz 1.6.2. Specifically, the following problems were observed:
ClassNotFoundException: Certain classes from Quartz 1.6.2 are not found or have been deprecated in Spring 5.3.9.
Incompatibility with Spring's Scheduling Abstractions: The integration points between Spring's scheduling abstractions and Quartz 1.6.2 seem to be broken.
XML Configuration Issues: The XML configuration for Quartz jobs and triggers that worked with previous versions of Spring is no longer functioning correctly.
Steps to Reproduce:
Set up a Spring project with version 5.3.9.
Include Quartz 1.6.2 as a dependency.
Configure Quartz jobs and triggers using Spring XML configuration.
Attempt to run the application.
Expected Behavior:
Quartz 1.6.2 should work seamlessly with Spring 5.3.9, allowing us to configure and run scheduled jobs using Spring XML configuration.
Actual Behavior:
The application fails to start due to compatibility issues between Quartz 1.6.2 and Spring 5.3.9.
Request:
Due to time constraints, we are unable to migrate to Quartz 2.0 at this moment. We request guidance on how to resolve these compatibility issues or recommendations for alternative approaches to achieve the same functionality with Quartz 1.6.2 and Spring 5.3.9.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
Description:
We are experiencing compatibility issues when attempting to use Quartz 1.6.2 with Spring 5.3.9. Our project relies on Spring XML configuration for setting up Quartz jobs and triggers.
Details:
Spring Version: 5.3.9
Quartz Version: 1.6.2
Configuration: Spring XML
Problem:
When upgrading to Spring 5.3.9, we encountered several issues with Quartz 1.6.2. Specifically, the following problems were observed:
ClassNotFoundException: Certain classes from Quartz 1.6.2 are not found or have been deprecated in Spring 5.3.9.
Incompatibility with Spring's Scheduling Abstractions: The integration points between Spring's scheduling abstractions and Quartz 1.6.2 seem to be broken.
XML Configuration Issues: The XML configuration for Quartz jobs and triggers that worked with previous versions of Spring is no longer functioning correctly.
Steps to Reproduce:
Set up a Spring project with version 5.3.9.
Include Quartz 1.6.2 as a dependency.
Configure Quartz jobs and triggers using Spring XML configuration.
Attempt to run the application.
Expected Behavior:
Quartz 1.6.2 should work seamlessly with Spring 5.3.9, allowing us to configure and run scheduled jobs using Spring XML configuration.
Actual Behavior:
The application fails to start due to compatibility issues between Quartz 1.6.2 and Spring 5.3.9.
Request:
Due to time constraints, we are unable to migrate to Quartz 2.0 at this moment. We request guidance on how to resolve these compatibility issues or recommendations for alternative approaches to achieve the same functionality with Quartz 1.6.2 and Spring 5.3.9.
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: