apache / apache/grails-core

Enhancement: Implement GormJobStore

Open
#16,195 0 comments 0 reactions 0 assignees View on GitHub
relates-to: grails-quartz type: enhancement
Dominant language
Groovy
Stars
2.9k
Forks
975
Avg merge
1d 22h
Merged PRs (30d)
92

Description

Inspired by the spring security oauth2 provider plugin.

I think it would be nice to have a GormJobStore that used GORM objects instead of using a JDBC directly. It would also have the benefit of integrating with the database-migration plugin using dbm-gorm-diff.

It would be a little tedious but not too difficult. We could use JobStoreSupport as a guide.

Contributor guide

Open the contributing guide

Research direction

Start by reading JobStoreSupport to understand the existing job-store behavior and identify how the JDBC implementation is structured. Then review the GORM and dbm-gorm-diff integration points mentioned in the issue; done means a GormJobStore providing the requested GORM-backed behavior and database-migration integration.

Written by the indexing model from the issue text.

Assessment

Tech stack
groovy
Domain
backend, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.