Replies: 2 comments 9 replies
-
/cc @machi1990, @mkouba |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, we could make the @famod Could you pls file an issue? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @mkouba (and others),
as I understand from https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/.40Scheduled.20annotation.20for.20Quartz.20Jobs/near/248450017, I have to use the programmatic API to
JobExecutionContext
.Is that still the case?
What about a simple addition to
ScheduledExcution
, something like:For Quartz one could then call
exec.getContext(JobExecutionContext.class).orElseThrow().[...]
.Alternatively, there could be a simple, non-
Optional
getter only inQuartzScheduledExecution
?Our use case is storing some simple data with the job's
JobDataMap
and we really don't want to resort to the much more verbose programmatic approach...Thanks!
Beta Was this translation helpful? Give feedback.
All reactions