Skip to content
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

Title: Compatibility Issue: Quartz 1.6.2 with Spring 5.3.9 #1281

Open
vijijava123 opened this issue Dec 4, 2024 · 0 comments
Open

Title: Compatibility Issue: Quartz 1.6.2 with Spring 5.3.9 #1281

vijijava123 opened this issue Dec 4, 2024 · 0 comments

Comments

@vijijava123
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant