[
https://issues.apache.org/jira/browse/CXF-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664138#action_12664138
]
Sergey Beryozkin commented on CXF-1987:
---------------------------------------
the main idea was to ensure that DSW is seen as the bundle which provides
requested services
> Get rid of the DynamicImport-Package="*"
> ----------------------------------------
>
> Key: CXF-1987
> URL: https://issues.apache.org/jira/browse/CXF-1987
> Project: CXF
> Issue Type: Improvement
> Components: Distributed-OSGi
> Reporter: David Bosschaert
>
> The current DOSGi implementation uses DynamicImport-Package="*". While this
> is very convenient, it is potentially unpredictable and could have serious
> performance side effects. Therefore it would be better to remove this
> dependency and potentially use direct OSGi API to find the required package
> potentially via the PackageAdmin only when we need to do this type of thing
> i.e. when a proxy is created.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.