[
https://issues.apache.org/jira/browse/FELIX-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved FELIX-2110.
------------------------------------
Resolution: Fixed
Fix Version/s: karaf 1.6.0
Committing to https://svn.apache.org/repos/asf/felix/trunk ...
M
bundlerepository/src/main/java/org/apache/felix/bundlerepository/RepositoryAdminImpl.java
M
bundlerepository/src/main/java/org/apache/felix/bundlerepository/ResolverImpl.java
M
bundlerepository/src/test/java/org/apache/felix/bundlerepository/ResolverImplTest.java
M
org.osgi.service.obr/src/main/java/org/osgi/service/obr/RepositoryAdmin.java
M
org.osgi.service.obr/src/main/java/org/osgi/service/obr/Resolver.java
Committed r912353
> The resolver should be able to resolve for some requirements in addition to
> resources
> -------------------------------------------------------------------------------------
>
> Key: FELIX-2110
> URL: https://issues.apache.org/jira/browse/FELIX-2110
> Project: Felix
> Issue Type: Improvement
> Components: Bundle Repository (OBR)
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Fix For: karaf 1.6.0
>
>
> For example if one want to resolve a given package.
> We could add
> void add(Requirement requirement);
> on the Resolver.
> Another way would be to create a fake resource with the requirement. This
> works as long as you don't want to actually install, because the resolver
> would then need a real resource. So in all cases, the resolver need to know
> about those resources, so it may be easier to let him create and handle those
> completely.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.