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

Add option to provide custom JobKeyGenerator in JdbcJobInstanceDao #4343

Closed
wants to merge 2 commits into from

Conversation

robertmcnees
Copy link
Contributor

Fixes #3926

@fmbenhassine
Copy link
Contributor

Thank you for this PR, @robertmcnees ! LGTM.

One thing though is that we need to update the JobExplorerFactoryBean as well to set the custom key generator on the JdbcJobInstanceDao (similar to what is done for the JobRepositoryFactoryBean). We need to use the same key generator in both the JobRepository and JobExplorer.

With that in place, I think the PR would be good to merge. Let me know if you need help on addressing the update.

@fmbenhassine fmbenhassine added the status: waiting-for-reporter Issues for which we are waiting for feedback from the reporter label Jul 18, 2023
@robertmcnees robertmcnees marked this pull request as ready for review August 30, 2023 14:32
@fmbenhassine
Copy link
Contributor

LGTM. Thank you for the updates! Rebased, squashed and merged as e36a447. Thank you for your contribution!

@fmbenhassine fmbenhassine removed the status: waiting-for-reporter Issues for which we are waiting for feedback from the reporter label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add option to provide a custom JobKeyGenerator in JdbcJobInstanceDao
2 participants