Skip to content

Commit

Permalink
Quartz: QuarkusMSSQLDelegate should extends MSSQLDelegate
Browse files Browse the repository at this point in the history
- and not HSQLDBDelegate

(cherry picked from commit 5f1d0d4)
  • Loading branch information
mkouba authored and gsmet committed Aug 9, 2023
1 parent 799c2d9 commit 63bff4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.sql.ResultSet;
import java.sql.SQLException;

public class QuarkusMSSQLDelegate extends org.quartz.impl.jdbcjobstore.HSQLDBDelegate {
public class QuarkusMSSQLDelegate extends org.quartz.impl.jdbcjobstore.MSSQLDelegate {
/**
* See the javadoc in {@link QuarkusObjectInputStream#resolveClass(ObjectStreamClass)} and
* {@link DBDelegateUtils#getObjectFromInput(InputStream)}
Expand Down

0 comments on commit 63bff4e

Please sign in to comment.