-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Allow unsupported Quartz scheduler properties #40850
Comments
/cc @machi1990 (quartz), @manovotn (quartz,scheduler), @mkouba (quartz,scheduler) |
@michelkaeser That's a good idea. Would you care to work on this feature? ;-) |
I would call them |
I don't know. It might make sense to keep it consistent with |
Right, consistency is important, but I am pretty sure that in Hibernate they are called unsupported because there is no guarantee they will work, whereas AFAIU in Quartz the situation is different |
I'm not so sure TBH. |
Description
Similar to how the Hibernate extension allows setting unsupported properties, the Quartz scheduler (why not all extensions? 😃) should allow setting unsupported properties.
Personally I am interested in enabling the JMX export via
org.quartz.scheduler.jmx.export = true
which I am unable to enable otherwise.Implementation ideas
quarkus.quartz.unsupported-properties
should be available similar toquarkus.hibernate-orm.unsupported-properties
.The text was updated successfully, but these errors were encountered: