Stefan Seifert created SLING-4763:
-------------------------------------
Summary: Job Handling should access Job ValueMap in a typed way
Key: SLING-4763
URL: https://issues.apache.org/jira/browse/SLING-4763
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: Event 3.6.0
Reporter: Stefan Seifert
Assignee: Stefan Seifert
Priority: Minor
Fix For: Event 3.7.0
the current event/job handling implementation accesses the properties of a job
(valuemap) sometimes without any type, getting the object and casting this to
the expected type.
this creates a dependency to the underlying valuemap implementation and
bypasses conversion logic e.g. for Date/Calendar values.
to work with outher resources providers than JCR (e.g. nosql resource provider)
this should be changed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)