[ 
http://jira.magnolia-cms.com/browse/MGNLWORKFLOW-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Federico Grilli updated MGNLWORKFLOW-22:
----------------------------------------

    Fix Version/s: 1.0
      Description: Currently 
{{info.magnolia.module.workflow.jbpm.JbpmWorkflowUtil}} is using a class-level 
instance of non thread-safe {{java.text.SimpleDateFormat}} to perform some 
parsing in method {{computeDelay()}}. True that method is synchronized but 
since we use joda-time anyway, we could just take advantage of its thread-safe 
{{DateTimeFormatter}} object and remove synchronization. 

> Use thread-safe parser
> ----------------------
>
>                 Key: MGNLWORKFLOW-22
>                 URL: http://jira.magnolia-cms.com/browse/MGNLWORKFLOW-22
>             Project: Magnolia Workflow Module
>          Issue Type: Task
>          Components: jBPM
>            Reporter: Federico Grilli
>            Assignee: Federico Grilli
>            Priority: Critical
>             Fix For: 1.0
>
>
> Currently {{info.magnolia.module.workflow.jbpm.JbpmWorkflowUtil}} is using a 
> class-level instance of non thread-safe {{java.text.SimpleDateFormat}} to 
> perform some parsing in method {{computeDelay()}}. True that method is 
> synchronized but since we use joda-time anyway, we could just take advantage 
> of its thread-safe {{DateTimeFormatter}} object and remove synchronization. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <dev-list-unsubscr...@magnolia-cms.com>
----------------------------------------------------------------

Reply via email to