[ 
https://issues.apache.org/jira/browse/ARIES-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912419#action_12912419
 ] 

Emily Jiang commented on ARIES-408:
-----------------------------------

I am going to attach a patch for the jira. The fix is to move the 
ManifestHeserProcessor.split utility method from application utils to aries 
utils and then make the jmx bundle has a dependency on aries.utils, since the 
split method is useful and tested thoroughly, designed to be used to split the 
manifest headers. My impression is that aries.utils is supposed to be the 
utility bundle for all other bundles. The advantage of this fix is to reduce 
the code duplication in multiple places and to use the well-tested code:). Any 
other thoughts?

> Refix for the jira-405
> ----------------------
>
>                 Key: ARIES-408
>                 URL: https://issues.apache.org/jira/browse/ARIES-408
>             Project: Aries
>          Issue Type: Bug
>          Components: JMX
>            Reporter: Emily Jiang
>            Assignee: Emily Jiang
>
> FrameworkUtils does not use common split utility method for manifest header 
> process, which was reported by jira 405. However, the original fix for the 
> jira-405 duplicates the code and make the future maintenance more difficult. 
> The better fix will be to use the ManifestHeaderProcessor.split instead of 
> the string's raw split.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to