Skip to content

Commit

Permalink
Merge pull request #14527 from machi1990/fix/quartz-plugins-listeners…
Browse files Browse the repository at this point in the history
…-config

Fix configuration of listeners and plugins properties
  • Loading branch information
gsmet authored Feb 3, 2021
2 parents 5f00ca0 + b36f141 commit cb11c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public class QuartzExtensionPointConfig {
/**
* The properties passed to the class.
*/
@ConfigItem
@ConfigDocMapKey("property-name")
public Map<String, String> properties;
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ quarkus.flyway.baseline-version=1.0
quarkus.flyway.baseline-description=Quartz

# Register de LoggingJobHistoryPlugin for testing
quarkus.quartz.plugin.jobHistory.class=org.quartz.plugins.history.LoggingJobHistoryPlugin
quarkus.quartz.plugin.jobHistory.jobSuccessMessage=Job [{1}.{0}] execution complete and reports: {8}
quarkus.quartz.plugins.jobHistory.class=org.quartz.plugins.history.LoggingJobHistoryPlugin
quarkus.quartz.plugins.jobHistory.properties.jobSuccessMessage=Job [{1}.{0}] execution complete and reports: {8}

0 comments on commit cb11c77

Please sign in to comment.