Skip to content

Commit

Permalink
Quartz: QuarkusMSSQLDelegate should extends MSSQLDelegate
Browse files Browse the repository at this point in the history
- and not HSQLDBDelegate
  • Loading branch information
mkouba committed Aug 8, 2023
1 parent ec40da4 commit 5f1d0d4
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 5f1d0d4

Please sign in to comment.