[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-15 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15242916#comment-15242916
 ] 

ASF subversion and git services commented on KARAF-4494:


Commit b363d58815eb6a78043b69da0e2ac0f8827bdb97 in karaf's branch 
refs/heads/karaf-3.0.x from jgoodyear
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=b363d58 ]

[KARAF-4494] FeaturesService Should Support Variable Interpolation in 
featuresRepositories property. Patch from James Carmen.


> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



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


[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread James Carman (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241349#comment-15241349
 ] 

James Carman commented on KARAF-4494:
-

I just confirmed, with 4.0.x, this is not an issue.  I was able to use property 
expressions in that file with no issue.  So, looks like we only need to worry 
about 3.0.x.  Thanks for the heads-up, Guillaume!

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



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


[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread James Carman (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241319#comment-15241319
 ] 

James Carman commented on KARAF-4494:
-

Even better!  

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



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


[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread Guillaume Nodet (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241306#comment-15241306
 ] 

Guillaume Nodet commented on KARAF-4494:


I don't think this applies to Karaf 4.x

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



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


[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread James Carman (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241293#comment-15241293
 ] 

James Carman commented on KARAF-4494:
-

Right, I reported this against 3.0.6.  I didn't create a patch for the 4.0.x or 
4.1.x branches yet.  

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



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


[jira] [Commented] (KARAF-4494) FeaturesService Should Support Variable Interpolation in featuresRepositories property

2016-04-14 Thread Jamie goodyear (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15241292#comment-15241292
 ] 

Jamie goodyear commented on KARAF-4494:
---

Note: Supplied patch is for K30x. Some work will be required to merge this into 
4.0.x and 4.1.x.

> FeaturesService Should Support Variable Interpolation in featuresRepositories 
> property
> --
>
> Key: KARAF-4494
> URL: https://issues.apache.org/jira/browse/KARAF-4494
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 3.0.6
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Minor
> Attachments: KARAF-4494.patch
>
>
> When trying to use system properties (from system.properties) in my 
> featuresRepositories URLs, I get an exception, because no interpolation is 
> done on the values before they are turned into a URI object (in the setUrls 
> method).



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