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
jdbcCustomization.setTaskData is called in JdbcTaskRepository::createIfNotExists but not in JdbcTaskRepository::replace or JdbcTaskRepository::rescheduleInternal. Shouldn´t it be called for the latter two as well?
The text was updated successfully, but these errors were encountered:
I believe you are correct, yes. Good catch! Currently there are only one implementation of that in db-scheduler, but if anyone tries to override the way data is stored in the table, there will be trouble..
jdbcCustomization.setTaskData is called in JdbcTaskRepository::createIfNotExists but not in JdbcTaskRepository::replace or JdbcTaskRepository::rescheduleInternal. Shouldn´t it be called for the latter two as well?
The text was updated successfully, but these errors were encountered: