[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4642:


Commit 78ec188594794ae549e36a1ef5bc3ffcd3fcb339 in karaf's branch 
refs/heads/master from jgoodyear
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=78ec188 ]

[KARAF-4642] featuresBoot order is not honored. Thank you James Carman for the 
patch.


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Resolved] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jamie goodyear resolved KARAF-4642.
---
Resolution: Fixed

Patch / Pull Requests provided by James Carman.

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 3.0.8, 4.0.5
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

remote: karaf git commit: [KARAF-4642] featuresBoot order is not honored. Thank 
you James Carman for the patch.
To https://git-wip-us.apache.org/repos/asf/karaf.git
   90edb94..78ec188  master -> master

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Updated] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jamie goodyear updated KARAF-4642:
--
Fix Version/s: 4.1.0

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.1.0, 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4642:


Commit f86eb6389513a5aa2befc4c04df5855c276b in karaf's branch 
refs/heads/karaf-4.0.x from [~jwcarman]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=f86eb63 ]

KARAF-4642: featuresBoot order is not honored


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4642:
---

Github user asfgit closed the pull request at:

https://github.com/apache/karaf/pull/219


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

To https://git-wip-us.apache.org/repos/asf/karaf.git
   dbd58bc..9f513b9  karaf-4.0.x -> karaf-4.0.x

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4642:


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

Merge branch 'KARAF-4642-4.0.x' of https://github.com/jwcarman/karaf into 
karaf-4.0.x


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4644:


Commit 90edb946ad578e13c16ce68383a35cc774a2c5a9 in karaf's branch 
refs/heads/master from jgoodyear
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=90edb94 ]

Merge branch 'KARAF-4644-master' of https://github.com/jwcarman/karaf


> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Resolved] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jamie goodyear resolved KARAF-4644.
---
   Resolution: Fixed
Fix Version/s: 4.0.6
   4.1.0

Thank you James Carman for the patches.

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
> Fix For: 4.1.0, 4.0.6
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4644:
---

To https://git-wip-us.apache.org/repos/asf/karaf.git
   f7e18e3..90edb94  master -> master

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4644:


Commit e1918a458310d0a678ac2ab3639d0b211efcd3d1 in karaf's branch 
refs/heads/master from [~jwcarman]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=e1918a4 ]

KARAF-4644: Pin 4.0.x Branch to CXF 3.1.7


> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4644:
---

Github user asfgit closed the pull request at:

https://github.com/apache/karaf/pull/221


> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4635) Upgrade Pax JDBC to version 0.9.0

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4635:
---

GitHub user jwcarman opened a pull request:

https://github.com/apache/karaf/pull/222

KARAF-4635: Upgrade Pax JDBC to version 0.9.0



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jwcarman/karaf KARAF-4635

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/222.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #222


commit f4918fd8e8a37796b5706bf6388cd3777ae403d2
Author: James Carman 
Date:   2016-08-01T20:27:51Z

KARAF-4635: Upgrade Pax JDBC to version 0.9.0




> Upgrade Pax JDBC to version 0.9.0
> -
>
> Key: KARAF-4635
> URL: https://issues.apache.org/jira/browse/KARAF-4635
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Reporter: Lukas Roedl
>Priority: Minor
>
> some time ago Pax JDBC 0.9.0 was released. Changelog can be found at 
> https://ops4j1.jira.com/wiki/display/PAXJDBC/2016/06/23/PAX+JDBC+0.9.0+Released



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4644:
---

Github user asfgit closed the pull request at:

https://github.com/apache/karaf/pull/220


> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4644:
---

To https://git-wip-us.apache.org/repos/asf/karaf.git
   2c0bf85..dbd58bc  karaf-4.0.x -> karaf-4.0.x

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4644:


Commit dbd58bcec7f88cf9ae6e502e27d3cb84438ee048 in karaf's branch 
refs/heads/karaf-4.0.x from [~jwcarman]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=dbd58bc ]

KARAF-4644: Pin 4.0.x Branch to CXF 3.1.7


> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Assigned] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread Jamie goodyear (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jamie goodyear reassigned KARAF-4644:
-

Assignee: Jamie goodyear

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>Assignee: Jamie goodyear
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Updated] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread James Carman (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Carman updated KARAF-4644:

Summary: Pin Build to CXF 3.1.7  (was: Pin 4.0.x Branch to CXF 3.1.7)

> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin Build to CXF 3.1.7

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4644:
---

GitHub user jwcarman opened a pull request:

https://github.com/apache/karaf/pull/221

KARAF-4644: Pin Build to CXF 3.1.7



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jwcarman/karaf KARAF-4644-master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/221.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #221


commit e1918a458310d0a678ac2ab3639d0b211efcd3d1
Author: James Carman 
Date:   2016-08-01T20:03:11Z

KARAF-4644: Pin 4.0.x Branch to CXF 3.1.7




> Pin Build to CXF 3.1.7
> --
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Commented] (KARAF-4644) Pin 4.0.x Branch to CXF 3.1.7

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4644:
---

GitHub user jwcarman opened a pull request:

https://github.com/apache/karaf/pull/220

KARAF-4644: Pin 4.0.x Branch to CXF 3.1.7



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jwcarman/karaf KARAF-4644

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/220.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #220


commit dbd58bcec7f88cf9ae6e502e27d3cb84438ee048
Author: James Carman 
Date:   2016-08-01T19:59:06Z

KARAF-4644: Pin 4.0.x Branch to CXF 3.1.7




> Pin 4.0.x Branch to CXF 3.1.7
> -
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Updated] (KARAF-4644) Pin 4.0.x Branch to CXF 3.1.7

2016-08-01 Thread James Carman (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Carman updated KARAF-4644:

Summary: Pin 4.0.x Branch to CXF 3.1.7  (was: Ping 4.0.x Branch to CXF 
3.1.7)

> Pin 4.0.x Branch to CXF 3.1.7
> -
>
> Key: KARAF-4644
> URL: https://issues.apache.org/jira/browse/KARAF-4644
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 4.0.5
>Reporter: James Carman
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The current build uses CXF 3.1.7-SNAPSHOT in the 
> org.apache.karaf.jaas.modules' pom.xml file.  We should pin that to 3.1.7 
> since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Created] (KARAF-4644) Ping 4.0.x Branch to CXF 3.1.7

2016-08-01 Thread James Carman (JIRA)
James Carman created KARAF-4644:
---

 Summary: Ping 4.0.x Branch to CXF 3.1.7
 Key: KARAF-4644
 URL: https://issues.apache.org/jira/browse/KARAF-4644
 Project: Karaf
  Issue Type: Improvement
Affects Versions: 4.0.5
Reporter: James Carman


The current build uses CXF 3.1.7-SNAPSHOT in the org.apache.karaf.jaas.modules' 
pom.xml file.  We should pin that to 3.1.7 since  CXF is now at 3.1.8-SNAPSHOT.



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


[jira] [Updated] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread James Carman (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Carman updated KARAF-4642:

Fix Version/s: 4.0.5

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 4.0.5, 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread James Carman (JIRA)

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

James Carman commented on KARAF-4642:
-

Created PR for 4.0.x branch:

https://github.com/apache/karaf/pull/219


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4642:
---

GitHub user jwcarman opened a pull request:

https://github.com/apache/karaf/pull/219

KARAF-4642: featuresBoot order is not honored



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jwcarman/karaf KARAF-4642-4.0.x

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/karaf/pull/219.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #219


commit f86eb6389513a5aa2befc4c04df5855c276b
Author: James Carman 
Date:   2016-08-01T19:21:16Z

KARAF-4642: featuresBoot order is not honored




> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

James, could you provide a similar patch for K4 line?

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

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

Jamie goodyear commented on KARAF-4642:
---

PR accepted to K 3.0.x branch. 
Thank you for the patch, James.

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4642:


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

KARAF-4642: featuresBoot order is not honored


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4642:
---

Github user asfgit closed the pull request at:

https://github.com/apache/karaf/pull/218


> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Assigned] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread Jamie goodyear (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jamie goodyear reassigned KARAF-4642:
-

Assignee: Jamie goodyear  (was: Jean-Baptiste Onofré)

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jamie goodyear
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4642) featuresBoot order is not honored

2016-08-01 Thread James Carman (JIRA)

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

James Carman commented on KARAF-4642:
-

Any luck with the PR?  

> featuresBoot order is not honored
> -
>
> Key: KARAF-4642
> URL: https://issues.apache.org/jira/browse/KARAF-4642
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 3.0.7
>Reporter: James Carman
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
> Fix For: 3.0.8
>
>
> When starting up a vanilla 3.0.7 installation, the featuresBoot is:
> config,standard,region,package,kar,ssh,management
> However, looking at the log files, they are not installed in that order:
> 2016-07-29 14:10:57,555 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> kar 3.0.7
> 2016-07-29 14:10:57,562 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> management 3.0.7
> 2016-07-29 14:10:57,574 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> config 3.0.7
> 2016-07-29 14:10:57,579 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> standard 3.0.7
> 2016-07-29 14:10:57,596 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> region 3.0.7
> 2016-07-29 14:10:57,602 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> ssh 3.0.7
> 2016-07-29 14:10:57,610 | INFO  | FelixStartLevel  | FeaturesServiceImpl  
> | 20 - org.apache.karaf.features.core - 3.0.7 | Installing feature 
> package 3.0.7



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


[jira] [Commented] (KARAF-4633) Allow disabling registration of StandardManageableRegionDigraph

2016-08-01 Thread Fabian Lange (JIRA)

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

Fabian Lange commented on KARAF-4633:
-

If thats the case, then thats even better.
I have to admit I have no clue about the whole Digraph thingy. Thats why I did 
not question it :)
As our use case calls for low memory footprint, I would welcome any change in 
that direction.

> Allow disabling registration of StandardManageableRegionDigraph
> ---
>
> Key: KARAF-4633
> URL: https://issues.apache.org/jira/browse/KARAF-4633
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Fabian Lange
>
> As part of my activities to reduce karaf footprint, I was wondering what was 
> triggering the mbean server infrastructure to come up in karaf.
> I saw that org.apache.karaf.features.internal.osgi.Activator.doStart() 
> registers the StandardManageableRegionDigraph.
> As i could not find any internal interaction with that mbean, could we make 
> it configurable to not register? That would avoid initializing a lot of mbean 
> server stuff.



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


[jira] [Commented] (KARAF-4633) Allow disabling registration of StandardManageableRegionDigraph

2016-08-01 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet commented on KARAF-4633:


I'd rather go a bit further.  
Imho the whole digraph service and hooks should be lazily registered / loaded.
I'm not aware of anyone actually using regions atm, so I think it's safe to 
turn them off by default. 
 * when the features service is loaded, check to see if there are regions, if 
so, load the service and register everything
 * else, create the empty digraph, but do not register it nor the hooks / 
mbeans, etc...
  * if a resolution using regions is about to be applied (or if a region is 
manually created), then register everything before applying the output of the 
resolution

Thoughts ?


> Allow disabling registration of StandardManageableRegionDigraph
> ---
>
> Key: KARAF-4633
> URL: https://issues.apache.org/jira/browse/KARAF-4633
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Fabian Lange
>
> As part of my activities to reduce karaf footprint, I was wondering what was 
> triggering the mbean server infrastructure to come up in karaf.
> I saw that org.apache.karaf.features.internal.osgi.Activator.doStart() 
> registers the StandardManageableRegionDigraph.
> As i could not find any internal interaction with that mbean, could we make 
> it configurable to not register? That would avoid initializing a lot of mbean 
> server stuff.



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


[jira] [Resolved] (KARAF-4643) Fix the feature repositories default version to RELEASE / karaf.version

2016-08-01 Thread Guillaume Nodet (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet resolved KARAF-4643.

Resolution: Fixed

> Fix the feature repositories default version to RELEASE / karaf.version
> ---
>
> Key: KARAF-4643
> URL: https://issues.apache.org/jira/browse/KARAF-4643
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> The default repositories versions are all LATEST which includes SNAPSHOT.
> I think we should switch to RELEASE for all but for the karaf provided ones, 
> and to the compiled karaf version for enterprise / spring.



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


[jira] [Commented] (KARAF-4643) Fix the feature repositories default version to RELEASE / karaf.version

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4643:


Commit ec1e361da1725b3a7ac85fb0eddc0cc061243881 in karaf's branch 
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=ec1e361 ]

[KARAF-4643] Fix the feature repositories default version to RELEASE / 
karaf.version

> Fix the feature repositories default version to RELEASE / karaf.version
> ---
>
> Key: KARAF-4643
> URL: https://issues.apache.org/jira/browse/KARAF-4643
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> The default repositories versions are all LATEST which includes SNAPSHOT.
> I think we should switch to RELEASE for all but for the karaf provided ones, 
> and to the compiled karaf version for enterprise / spring.



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


[jira] [Created] (KARAF-4643) Fix the feature repositories default version to RELEASE / karaf.version

2016-08-01 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created KARAF-4643:
--

 Summary: Fix the feature repositories default version to RELEASE / 
karaf.version
 Key: KARAF-4643
 URL: https://issues.apache.org/jira/browse/KARAF-4643
 Project: Karaf
  Issue Type: Improvement
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 4.1.0


The default repositories versions are all LATEST which includes SNAPSHOT.
I think we should switch to RELEASE for all but for the karaf provided ones, 
and to the compiled karaf version for enterprise / spring.



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


[jira] [Closed] (KARAF-4640) Support startLevel in startup bundle/features for kustom karaf distribution

2016-08-01 Thread Luca Burgazzoli (JIRA)

 [ 
https://issues.apache.org/jira/browse/KARAF-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luca Burgazzoli closed KARAF-4640.
--
Resolution: Not A Bug

It is already supported by bundle attributes:

{code:xml}

  
mvn:my/bundle-1/version;start-level=70
mvn:my/bundle-2/version;start-level=80


{code}


> Support startLevel in startup bundle/features for kustom karaf distribution
> ---
>
> Key: KARAF-4640
> URL: https://issues.apache.org/jira/browse/KARAF-4640
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Reporter: Luca Burgazzoli
>
> When used to generate a custom distribution, the karaf-maven-plugin place all 
> the bundles configured in startupBundles section at the same start level 
> which could cause issues if the startup order matters (i.e. a blueprint 
> extension is required) so it would be nice if the startup level could be 
> configured directly from the plugin to avoid writing a custom feature, 
> something like:
> {code:xml}
> 
>   
> 
> mvn:my/bundle-1/version
> 60
> 
> 
> mvn:my/bundle-2/version
> 80
> 
> 
> 
> {code}
> Or:
> {code:xml}
> 
>   
> mvn:my/bundle-1/version@60
> mvn:my/bundle-2/version@80
> 
> 
> {code}



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


[jira] [Commented] (KARAF-4265) Create Decanter agent to send collected data to Decanter REST API

2016-08-01 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-4265:
-

We have different alternatives now to create "out of the box" Decanter agent: 
socket or REST.

The purpose is to simply provide the agent that could be installed like:

{code}
-javaagent:/decanter-javaagent.jar
{code}

and will automatically start a JMX and log collectors for instance, with a 
socket or REST appender.

> Create Decanter agent to send collected data to Decanter REST API
> -
>
> Key: KARAF-4265
> URL: https://issues.apache.org/jira/browse/KARAF-4265
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
>
> As explained in KARAF-4221, Decanter will provide a REST API Collector, 
> allowing to receive collected data (JSON), send to the dispatcher/appenders.
> In order to use Decanter "outside of OSGi", it makes sense to provide an 
> agent able to run in any Java middleware (and why not other agents to 
> different middlewares/technologies) and send data to the Decanter REST API 
> collector.



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


[jira] [Resolved] (KARAF-4320) Create socket collector and appender

2016-08-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-4320.
-
Resolution: Fixed

> Create socket collector and appender
> 
>
> Key: KARAF-4320
> URL: https://issues.apache.org/jira/browse/KARAF-4320
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.1
>
>
> In addition of the rest/API collector, we can provide a socket collector to 
> receive collected data.



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


[jira] [Commented] (KARAF-4320) Create socket collector and appender

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4320:


Commit c79f653a7c30e679c62c58fb38d4967060a5ada5 in karaf-decanter's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf-decanter.git;h=c79f653 ]

[KARAF-4320] Create network socket collector and appender


> Create socket collector and appender
> 
>
> Key: KARAF-4320
> URL: https://issues.apache.org/jira/browse/KARAF-4320
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.1
>
>
> In addition of the rest/API collector, we can provide a socket collector to 
> receive collected data.



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


[jira] [Commented] (KARAF-4320) Create socket collector and appender

2016-08-01 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-4320:
-

The purpose is to be able to send any kind of collected data from nodes to 
another. We can imagine to have a central instance dedicated for Decanter, 
receiving the collected data from the other nodes.

> Create socket collector and appender
> 
>
> Key: KARAF-4320
> URL: https://issues.apache.org/jira/browse/KARAF-4320
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.1
>
>
> In addition of the rest/API collector, we can provide a socket collector to 
> receive collected data.



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


[jira] [Updated] (KARAF-4320) Create socket collector and appender

2016-08-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré updated KARAF-4320:

Summary: Create socket collector and appender  (was: Create socket 
collector)

> Create socket collector and appender
> 
>
> Key: KARAF-4320
> URL: https://issues.apache.org/jira/browse/KARAF-4320
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.1
>
>
> In addition of the rest/API collector, we can provide a socket collector to 
> receive collected data.



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


[jira] [Commented] (KARAF-4630) Race condition in StreamPumper causes an infinite loop in it's deamon thread which prevents shell command from terminating

2016-08-01 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on KARAF-4630:
---

Github user johnpoth closed the pull request at:

https://github.com/apache/karaf/pull/212


> Race condition in StreamPumper causes an infinite loop in it's deamon thread 
> which prevents shell command from terminating
> --
>
> Key: KARAF-4630
> URL: https://issues.apache.org/jira/browse/KARAF-4630
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-util
>Affects Versions: 4.1.0, 4.0.5
>Reporter: John Poth
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.6
>
> Attachments: test.script
>
>
> To reproduce simply run shell:source with the attached script.



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


[jira] [Commented] (KARAF-4411) FeatureResolver: spring-dm-web feature installs Spring ver 3.1.4 and 3.2.14 at the same time

2016-08-01 Thread Alexey Markevich (JIRA)

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

Alexey Markevich commented on KARAF-4411:
-

This issue already fixed: https://issues.apache.org/jira/browse/AMQ-6271

> FeatureResolver: spring-dm-web feature installs Spring ver 3.1.4 and 3.2.14 
> at the same time
> 
>
> Key: KARAF-4411
> URL: https://issues.apache.org/jira/browse/KARAF-4411
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.4
> Environment: Oracle JDK 1.8
>Reporter: Vladimir Konkov
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.6
>
>
> Similar to KARAF-4159.
> To reproduce:
> $ feature:install spring-dm-web
> $ la
> ...
>  56 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: 
> spring-aop
>  57 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: 
> spring-beans
>  58 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: 
> spring-context
>  59 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: 
> spring-context-support
>  60 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: 
> spring-core
>  61 | Active   |  30 | 3.2.14.RELEASE_1 | Apache ServiceMix :: Bundles :: 
> spring-expression
> ...
> 106 | Active   |  30 | 3.1.4.RELEASE| Spring AOP
> 107 | Active   |  30 | 3.1.4.RELEASE| Spring ASM
> 108 | Active   |  30 | 3.1.4.RELEASE| Spring Beans
> 109 | Active   |  30 | 3.1.4.RELEASE| Spring Context
> 110 | Active   |  30 | 3.1.4.RELEASE| Spring Context Support
> 111 | Active   |  30 | 3.1.4.RELEASE| Spring Core
> 112 | Active   |  30 | 3.1.4.RELEASE| Spring Expression Language
> 113 | Active   |  30 | 1.2.1| spring-osgi-web



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


[jira] [Commented] (KARAF-4411) FeatureResolver: spring-dm-web feature installs Spring ver 3.1.4 and 3.2.14 at the same time

2016-08-01 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet commented on KARAF-4411:


Unfortunately, the resolver can not guarantee that it will return the "best" 
solution.
So a small change in the input can result in somewhat different solution.
{code}
karaf@root()> requirement-add --simulate --verbose  "spring/4.2" 
Changes to perform:
  Region: root
Bundles to install:
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.2.5.RELEASE_1
  mvn:org.springframework/spring-aop/3.1.4.RELEASE
  mvn:org.springframework/spring-asm/3.1.4.RELEASE
  mvn:org.springframework/spring-beans/3.1.4.RELEASE
  mvn:org.springframework/spring-context/3.1.4.RELEASE
  mvn:org.springframework/spring-context-support/3.1.4.RELEASE
  mvn:org.springframework/spring-core/3.1.4.RELEASE
  mvn:org.springframework/spring-expression/3.1.4.RELEASE
  Bundles to refresh:
org.apache.activemq.activemq-osgi/5.13.2 (Should be wired to: 
org.apache.servicemix.bundles.spring-context/4.2.5.RELEASE_1 (through 
[org.apache.activemq.activemq-osgi/5.13.2] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.context)(version>=3.0.0)(!(version>=5.0.0)))";
 resolution:=optional), 
org.apache.servicemix.bundles.spring-beans/4.2.5.RELEASE_1 (through 
[org.apache.activemq.activemq-osgi/5.13.2] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.beans)(version>=3.0.0)(!(version>=5.0.0)))";
 resolution:=optional), 
org.apache.servicemix.bundles.spring-core/4.2.5.RELEASE_1 (through 
[org.apache.activemq.activemq-osgi/5.13.2] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.core.io)(version>=3.0.0)(!(version>=5.0.0)))";
 resolution:=optional))
org.apache.xbean.spring/3.18.0 (Should be wired to: 
org.springframework.core/3.1.4.RELEASE (through 
[org.apache.xbean.spring/3.18.0] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.core.io)(version>=2.5.0)(!(version>=4.0.0)))"),
 org.springframework.beans/3.1.4.RELEASE (through 
[org.apache.xbean.spring/3.18.0] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.beans)(version>=2.5.0)(!(version>=4.0.0)))"),
 org.springframework.context/3.1.4.RELEASE (through 
[org.apache.xbean.spring/3.18.0] osgi.wiring.package; 
filter:="(&(osgi.wiring.package=org.springframework.context)(version>=2.5.0)(!(version>=4.0.0)))"))
karaf@root()> requirement-add --simulate --verbose  "spring/4" 
Changes to perform:
  Region: root
Bundles to install:
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.2.5.RELEASE_1
karaf@root()>  
{code}

This use case can be simplified a bit by blacklisting the spring 3.1 features 
by adding the following line into {{etc/blacklisted.properties}}:
{code}
spring;range="[3.0,3.2)"
{code}
But we still have a slightly unexpected output:
{code}
karaf@root()> requirement-add --simulate --verbose "spring/4.2" 
Changes to perform:
  Region: root
Bundles to install:
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-aop/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-beans/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-context-support/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-core/4.2.5.RELEASE_1
  
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-expression/4.2.5.RELEASE_1
  Bundles to refresh:
org.apache.activemq.activemq-osgi/5.13.2 (Should be wired to: 
org.apache.servicemix.bundles.spring-core/4.2.5.RELEASE_1 (through 

[jira] [Resolved] (KARAF-4298) Add MongoDB appender

2016-08-01 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/KARAF-4298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Baptiste Onofré resolved KARAF-4298.
-
Resolution: Fixed

> Add MongoDB appender
> 
>
> Key: KARAF-4298
> URL: https://issues.apache.org/jira/browse/KARAF-4298
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.1
>
>




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


[jira] [Commented] (KARAF-4298) Add MongoDB appender

2016-08-01 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4298:


Commit 332ea77292c565f12cbaa87aedec9cdd9d6ead14 in karaf-decanter's branch 
refs/heads/master from [~jbonofre]
[ https://git-wip-us.apache.org/repos/asf?p=karaf-decanter.git;h=332ea77 ]

[KARAF-4298] Add MongoDB appender


> Add MongoDB appender
> 
>
> Key: KARAF-4298
> URL: https://issues.apache.org/jira/browse/KARAF-4298
> Project: Karaf
>  Issue Type: New Feature
>  Components: decanter
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: decanter-1.1.1
>
>




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