[jira] [Commented] (FELIX-1492) Add option to exclude optional dependencies during OBR deploy

2016-09-20 Thread Renato Athaydes (JIRA)

[ 
https://issues.apache.org/jira/browse/FELIX-1492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15507614#comment-15507614
 ] 

Renato Athaydes commented on FELIX-1492:


This feature does not seem to be documented in the OBR command docs.
How can I deploy only mandatory dependencies of a bundle using the obr command?

> Add option to exclude optional dependencies during OBR deploy
> -
>
> Key: FELIX-1492
> URL: https://issues.apache.org/jira/browse/FELIX-1492
> Project: Felix
>  Issue Type: Improvement
>  Components: Bundle Repository (OBR)
>Reporter: Allen Lau
>Assignee: Guillaume Nodet
>Priority: Minor
> Fix For: bundlerepository-1.6.0
>
>
> Currently, OBR client will pull down all optional dependencies from the OBR 
> repository if found.  Sometimes this is not desirable for the end-user.  
> Would be nice to have an optional flag to the OBR "deploy" and "start" 
> commands to exclude optional dependencies.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (FELIX-5352) Bundle-DocURL in the manifest of most bundles is wrong

2016-09-16 Thread Renato Athaydes (JIRA)
Renato Athaydes created FELIX-5352:
--

 Summary: Bundle-DocURL in the manifest of most bundles is wrong
 Key: FELIX-5352
 URL: https://issues.apache.org/jira/browse/FELIX-5352
 Project: Felix
  Issue Type: Improvement
Reporter: Renato Athaydes
Priority: Minor


The Bundle-DocURL entry of most bundles in the Felix Project seem to be wrong.

Examples:

Apache Felix Bundle Repository (2.0.8):

```
Bundle-DocURL = 
http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html
```

Apache Felix Declarative Services (2.0.2):

```
Bundle-DocURL = 
http://felix.apache.org/site/apache-felix-service-component-runtime.html
```

Apache Felix Shell Service (1.4.3):

```
Bundle-DocURL = http://www.apache.org/
```

The two first ones simply do not exist.
The last one is just not very useful.

Here are the correct URLs, if that helps:

Apache Felix Bundle Repository:
http://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html

Apache Felix Declarative Services:
http://felix.apache.org/documentation/subprojects/apache-felix-service-component-runtime.html

Apache Felix Shell Service:
http://felix.apache.org/documentation/subprojects/apache-felix-shell.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)