You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2018/10/16 21:28:00 UTC

[jira] [Resolved] (SLING-8030) Scheduler should not depend on java.bean

     [ https://issues.apache.org/jira/browse/SLING-8030?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Pauls resolved SLING-8030.
-------------------------------
    Resolution: Fixed

Added a quartz org.quartz.simpl.PropertySettingJobFactory with an implementation that uses plain reflection instead of java.bean framework in 3daa42a..d18f8b3. 

> Scheduler should not depend on java.bean
> ----------------------------------------
>
>                 Key: SLING-8030
>                 URL: https://issues.apache.org/jira/browse/SLING-8030
>             Project: Sling
>          Issue Type: Improvement
>          Components: Commons
>    Affects Versions: Commons Scheduler 2.7.2
>            Reporter: Karl Pauls
>            Assignee: Karl Pauls
>            Priority: Minor
>             Fix For: Commons Scheduler 2.7.4
>
>
> The embedded quartz in the scheduler has a dependency on the java.bean framework that is not really needed as it could just as well be using reflection directly. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)