[
https://issues.apache.org/jira/browse/ATLAS-987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj updated ATLAS-987:
-----------------------------------
Attachment: ATLAS-987.patch
Review board URL: https://reviews.apache.org/r/49585/
> Atlas hooks should avoid adding dependent libraries to component CLASSPATH
> --------------------------------------------------------------------------
>
> Key: ATLAS-987
> URL: https://issues.apache.org/jira/browse/ATLAS-987
> Project: Atlas
> Issue Type: Bug
> Reporter: Madhan Neethiraj
> Assignee: Madhan Neethiraj
> Attachments: ATLAS-987.patch
>
>
> Libraries used by Atlas hooks (like json, commons-configuration,
> commons-logging, etc) are added to component’s CLASSPATH. This can
> potentially impact the functioning of a component if the component requires a
> version of a library which is incompatible with the version used by Atlas
> hook.
> One approach to minimize such impact is to have Atlas hooks load the
> dependent libraries in its own class loader, instead of copying them to the
> component’s CLASSPATH. This will restrict the dependent libraries to be
> visible only to Atlas hooks, there by isolating the component from these
> libraries.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)