[ 
https://issues.apache.org/jira/browse/FELIX-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836927#action_12836927
 ] 

Alasdair Nottingham commented on FELIX-2106:
--------------------------------------------

>From an API perspective I would go for the former option. It looks like a less 
>invasive change, and it doesn't affect users of the existing API. Also I think 
>it works better for progressive disclosure perspective. It is less in your 
>face.

Not sure which is easier to implement though.

> Resolver scoped Repository
> --------------------------
>
>                 Key: FELIX-2106
>                 URL: https://issues.apache.org/jira/browse/FELIX-2106
>             Project: Felix
>          Issue Type: Improvement
>          Components: Bundle Repository (OBR)
>            Reporter: Alasdair Nottingham
>
> I'm a committer on the apache aries podling and I have been involved
> in creating an application resolver that makes use of OBR to resolve
> dependencies. In our model we resolve applications against configure
> OBR repositories, and against a private repository that exists just
> for that application.
> From what I can tell when you add a repository to RepositoryAdmin it
> has a global effect which means that any other calls to resolve will
> use the repository. This means my private repository isn't necessarily
> private. I currently remove it again after resolving and synchronise
> so I only resolve one application at a time, but any other
> RepositoryAdmin client will be exposed to my externals.
> I am raising this JIRA to get an enhancement to the Resolver interface to
> add an addRepository method so I can add a repository that is only
> used by that Resolver instance and isn't global.

-- 
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