[jira] [Commented] (KARAF-4294) System scripts: Improove support for Solaris 10 init scripts

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

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

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

GitHub user lburgazzoli opened a pull request:

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

KARAF-4294 - System scripts: Improove support for Solaris 10 init scripts



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

$ git pull https://github.com/lburgazzoli/apache-karaf KARAF-4294

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

https://github.com/apache/karaf/pull/137.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 #137


commit ca1854607d47ce3e40f56cad713ae7d4299fce53
Author: lburgazzoli 
Date:   2016-01-25T17:14:58Z

KARAF-4294 - System scripts: Improove support for Solaris 10 init scripts




> System scripts: Improove support for Solaris 10 init scripts
> 
>
> Key: KARAF-4294
> URL: https://issues.apache.org/jira/browse/KARAF-4294
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Reporter: Luca Burgazzoli
>Priority: Minor
>




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


[jira] [Created] (KARAF-4294) System scripts: Improove support for Solaris 10 init scripts

2016-01-25 Thread Luca Burgazzoli (JIRA)
Luca Burgazzoli created KARAF-4294:
--

 Summary: System scripts: Improove support for Solaris 10 init 
scripts
 Key: KARAF-4294
 URL: https://issues.apache.org/jira/browse/KARAF-4294
 Project: Karaf
  Issue Type: Bug
  Components: karaf-os-integration
Reporter: Luca Burgazzoli
Priority: Minor






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


[jira] [Resolved] (KARAF-960) Add information about available variables in the Karaf shell

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-960.

Resolution: Won't Fix

> Add information about available variables in the Karaf shell
> 
>
> Key: KARAF-960
> URL: https://issues.apache.org/jira/browse/KARAF-960
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 2.2.4, 3.0.0
>Reporter: Gert Vanthienen
>
> It would be good to add information about the available variables ($.bundles, 
> $.context, ...) and the closure syntax in the Karaf shell to the Karaf 
> documentation.  A user on the ServiceMix mailing list was asking about more 
> information on this topic (cfr. 
> http://servicemix.396122.n5.nabble.com/karaf-shell-each-example-td3347514.html#a4919235)
>  and it would make a nice addition to what's already available in 
> http://karaf.apache.org/manual/latest-2.2.x/developers-guide/shell-syntax.html



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


[jira] [Commented] (KARAF-960) Add information about available variables in the Karaf shell

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-960:


The $.variables and $.commands are enough IMHO.

> Add information about available variables in the Karaf shell
> 
>
> Key: KARAF-960
> URL: https://issues.apache.org/jira/browse/KARAF-960
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 2.2.4, 3.0.0
>Reporter: Gert Vanthienen
>
> It would be good to add information about the available variables ($.bundles, 
> $.context, ...) and the closure syntax in the Karaf shell to the Karaf 
> documentation.  A user on the ServiceMix mailing list was asking about more 
> information on this topic (cfr. 
> http://servicemix.396122.n5.nabble.com/karaf-shell-each-example-td3347514.html#a4919235)
>  and it would make a nice addition to what's already available in 
> http://karaf.apache.org/manual/latest-2.2.x/developers-guide/shell-syntax.html



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


[jira] [Created] (KARAF-4293) SycnopeLoginModule could potentialy receive wrong message format

2016-01-25 Thread JIRA
Christian Schmülling created KARAF-4293:
---

 Summary: SycnopeLoginModule could potentialy receive wrong message 
format
 Key: KARAF-4293
 URL: https://issues.apache.org/jira/browse/KARAF-4293
 Project: Karaf
  Issue Type: Bug
  Components: karaf-security
Affects Versions: 4.0.3, 2.3.9
Reporter: Christian Schmülling
Priority: Minor


The SyncopeLoginModule calls a REST service from Syncope to receive user and 
role information. The REST service is able to respond in XML or in JSON. The 
current SyncopeLoginModule implementation parses the Sycnope response and 
expects XML. (see extractingRoles method)

The client should sent the request for the XML content type. Something like 
this:
get.setHeader("Content-Type", "application/xml");
If Syncope sends JSON no roles could get processed.





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


[jira] [Resolved] (KARAF-938) Document how karaf-maven-plugin is used to generate distributions

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-938.

Resolution: Not A Problem

> Document how karaf-maven-plugin is used to generate distributions
> -
>
> Key: KARAF-938
> URL: https://issues.apache.org/jira/browse/KARAF-938
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Ioannis Canellos
>
> Currently the karaf-maven-plugin is used to generate feature descriptors, 
> startup.properites and org.apache.karaf.features.cfg files.
> On each plugin declaration we can assign start-level once and that 
> start-level is going to be used for all bundles in the generated feature.
> However, there are times where we need to have deviations or we are going to 
> run into issues, like having dependencies and dependants run on the same 
> start-level.
> I am wondering if it was possible to use the dependency graph in order to 
> propagate start-level.



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


[jira] [Commented] (KARAF-938) Document how karaf-maven-plugin is used to generate distributions

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-938:


The custom distribution section of the dev guide already provides the way to 
create distribution with the karaf-maven-plugin. Moreover, a refactoring of the 
dev guide is in progress.

> Document how karaf-maven-plugin is used to generate distributions
> -
>
> Key: KARAF-938
> URL: https://issues.apache.org/jira/browse/KARAF-938
> Project: Karaf
>  Issue Type: Improvement
>Affects Versions: 3.0.0
>Reporter: Ioannis Canellos
>
> Currently the karaf-maven-plugin is used to generate feature descriptors, 
> startup.properites and org.apache.karaf.features.cfg files.
> On each plugin declaration we can assign start-level once and that 
> start-level is going to be used for all bundles in the generated feature.
> However, there are times where we need to have deviations or we are going to 
> run into issues, like having dependencies and dependants run on the same 
> start-level.
> I am wondering if it was possible to use the dependency graph in order to 
> propagate start-level.



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


[jira] [Commented] (KARAF-4289) Upgrade to ServiceMix Specs 2.6.0

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

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

ASF subversion and git services commented on KARAF-4289:


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

KARAF-4289 - Upgrade to ServiceMix Specs 2.6.0


> Upgrade to ServiceMix Specs 2.6.0
> -
>
> Key: KARAF-4289
> URL: https://issues.apache.org/jira/browse/KARAF-4289
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> I'm releasing ServiceMix Specs 2.6.0, including couple of performance 
> improvements and bug fixes.



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


[jira] [Resolved] (KARAF-4289) Upgrade to ServiceMix Specs 2.6.0

2016-01-25 Thread JIRA

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

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

> Upgrade to ServiceMix Specs 2.6.0
> -
>
> Key: KARAF-4289
> URL: https://issues.apache.org/jira/browse/KARAF-4289
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> I'm releasing ServiceMix Specs 2.6.0, including couple of performance 
> improvements and bug fixes.



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


[jira] [Commented] (KARAF-4289) Upgrade to ServiceMix Specs 2.6.0

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

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

ASF subversion and git services commented on KARAF-4289:


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

KARAF-4289 - Upgrade to ServiceMix Specs 2.6.0


> Upgrade to ServiceMix Specs 2.6.0
> -
>
> Key: KARAF-4289
> URL: https://issues.apache.org/jira/browse/KARAF-4289
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> I'm releasing ServiceMix Specs 2.6.0, including couple of performance 
> improvements and bug fixes.



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


[jira] [Commented] (KARAF-4289) Upgrade to ServiceMix Specs 2.6.0

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

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

ASF subversion and git services commented on KARAF-4289:


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

KARAF-4289 - Upgrade to ServiceMix Specs 2.6.0


> Upgrade to ServiceMix Specs 2.6.0
> -
>
> Key: KARAF-4289
> URL: https://issues.apache.org/jira/browse/KARAF-4289
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> I'm releasing ServiceMix Specs 2.6.0, including couple of performance 
> improvements and bug fixes.



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


[jira] [Work started] (KARAF-4289) Upgrade to ServiceMix Specs 2.6.0

2016-01-25 Thread JIRA

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

Work on KARAF-4289 started by Jean-Baptiste Onofré.
---
> Upgrade to ServiceMix Specs 2.6.0
> -
>
> Key: KARAF-4289
> URL: https://issues.apache.org/jira/browse/KARAF-4289
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> I'm releasing ServiceMix Specs 2.6.0, including couple of performance 
> improvements and bug fixes.



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


[jira] [Resolved] (KARAF-782) Add maven profiles to assemble only the default windows and default linux distribution

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-782.

Resolution: Not A Problem

> Add maven profiles to assemble only the default windows and default linux 
> distribution
> --
>
> Key: KARAF-782
> URL: https://issues.apache.org/jira/browse/KARAF-782
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Affects Versions: 2.2.2, 3.0.0
>Reporter: Andreas Pieber
>
> During developing on Karaf you're sometimes required to re-assemble karaf. In 
> that case building all distributions needs WAYS too long. Maybe we can 
> workaround this issue providing a win and nix profile building only the 
> standard windows/linux distribution and nothing else. At least for 
> development this should be sufficient.



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


[jira] [Commented] (KARAF-782) Add maven profiles to assemble only the default windows and default linux distribution

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-782:


It's already done on karaf-4.0.x and master branches.

> Add maven profiles to assemble only the default windows and default linux 
> distribution
> --
>
> Key: KARAF-782
> URL: https://issues.apache.org/jira/browse/KARAF-782
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Affects Versions: 2.2.2, 3.0.0
>Reporter: Andreas Pieber
>
> During developing on Karaf you're sometimes required to re-assemble karaf. In 
> that case building all distributions needs WAYS too long. Maybe we can 
> workaround this issue providing a win and nix profile building only the 
> standard windows/linux distribution and nothing else. At least for 
> development this should be sufficient.



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


[jira] [Commented] (KARAF-658) Add "bundle blacklist"

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-658:


In Karaf 4, thanks for the resolver, the impact should be limited now. I would 
prefer to avoid to introduce a property dedicated for bundles "inside" 
features. Resolver and resource repositories should be able to deal with that.

> Add "bundle blacklist"
> --
>
> Key: KARAF-658
> URL: https://issues.apache.org/jira/browse/KARAF-658
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf-core, karaf-osgi
>Affects Versions: 2.1.5, 2.2.1, 3.0.0
>Reporter: Andreas Pieber
>  Labels: low-hanging-fruit
>
> Today I've encountered the interesting problem that Karaf reacts VERY 
> strangely if "mvn:org.osgi/org.osgi.core/4.2" is added to a feature file. The 
> reason for the problem is clear; though to avoid that such errors lead to 
> "Karaf going crazy" we should add the option of a bundle-blacklist to 
> etc/org.apache.karaf.features.cfg:
> {code}
> bundleBlacklist=org.osgi/org.osgi.core
> {code}
> If someone, for any reason really knows what he is doing and still like to 
> install the bundle he can simply manipulate the blacklist. Otherwise we could 
> simply ignore such bundles during reading of feature files.



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


[jira] [Resolved] (KARAF-658) Add "bundle blacklist"

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-658.

Resolution: Not A Problem

> Add "bundle blacklist"
> --
>
> Key: KARAF-658
> URL: https://issues.apache.org/jira/browse/KARAF-658
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf-core, karaf-osgi
>Affects Versions: 2.1.5, 2.2.1, 3.0.0
>Reporter: Andreas Pieber
>  Labels: low-hanging-fruit
>
> Today I've encountered the interesting problem that Karaf reacts VERY 
> strangely if "mvn:org.osgi/org.osgi.core/4.2" is added to a feature file. The 
> reason for the problem is clear; though to avoid that such errors lead to 
> "Karaf going crazy" we should add the option of a bundle-blacklist to 
> etc/org.apache.karaf.features.cfg:
> {code}
> bundleBlacklist=org.osgi/org.osgi.core
> {code}
> If someone, for any reason really knows what he is doing and still like to 
> install the bundle he can simply manipulate the blacklist. Otherwise we could 
> simply ignore such bundles during reading of feature files.



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


[jira] [Resolved] (KARAF-486) Create a console command to generate a features.xml file, and .kar file for an application once it is successfully deployed into Karaf.

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-486.

Resolution: Not A Problem

> Create a console command to generate a features.xml file, and .kar file for 
> an application once it is successfully deployed into Karaf.
> ---
>
> Key: KARAF-486
> URL: https://issues.apache.org/jira/browse/KARAF-486
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature, karaf-kar, karaf-shell
>Affects Versions: 2.2.1, 3.0.0
> Environment: All
>Reporter: Michael Van Geertruy
>Priority: Minor
>
> Create a console command to generate a features.xml file and then a .kar file 
> for an application once it is successfully deployed into karaf.  Because all 
> of the information to create a features.xml file will be available once a set 
> of application bundles has been deployed into Karaf, Karaf should be able to 
> generate the features.xml file.  Once the features.xml file has been created, 
> Karaf should be able to generate a .kar file.



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


[jira] [Commented] (KARAF-486) Create a console command to generate a features.xml file, and .kar file for an application once it is successfully deployed into Karaf.

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré commented on KARAF-486:


On Karaf 3 & 4, it's already possible to create a kar file from a feature. So, 
if the installation of the feature works, it's easy to create the corresponding 
kar.

> Create a console command to generate a features.xml file, and .kar file for 
> an application once it is successfully deployed into Karaf.
> ---
>
> Key: KARAF-486
> URL: https://issues.apache.org/jira/browse/KARAF-486
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature, karaf-kar, karaf-shell
>Affects Versions: 2.2.1, 3.0.0
> Environment: All
>Reporter: Michael Van Geertruy
>Priority: Minor
>
> Create a console command to generate a features.xml file and then a .kar file 
> for an application once it is successfully deployed into karaf.  Because all 
> of the information to create a features.xml file will be available once a set 
> of application bundles has been deployed into Karaf, Karaf should be able to 
> generate the features.xml file.  Once the features.xml file has been created, 
> Karaf should be able to generate a .kar file.



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


[jira] [Resolved] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

2016-01-25 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4292.
-
Resolution: Fixed

> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Commented] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

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

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

ASF subversion and git services commented on KARAF-4292:


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

[KARAF-4292] Upgrade Felix Eventadmin to version 1.4.6


> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Commented] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

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

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

ASF subversion and git services commented on KARAF-4292:


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

[KARAF-4292] Upgrade Felix Eventadmin to version 1.4.6


> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Commented] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

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

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

ASF subversion and git services commented on KARAF-4292:


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

[KARAF-4292] Upgrade Felix Eventadmin to version 1.4.6


> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Updated] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-4292:

Assignee: Andrea Cosentino  (was: Jean-Baptiste Onofré)

> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Assigned] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré reassigned KARAF-4292:
---

Assignee: Jean-Baptiste Onofré

> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Updated] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

2016-01-25 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-4292:

Fix Version/s: 3.0.6

> Upgrade Felix Eventadmin to version 1.4.6
> -
>
> Key: KARAF-4292
> URL: https://issues.apache.org/jira/browse/KARAF-4292
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 3.0.6, 4.0.5
>
>
> Felix Eventadmin 1.4.6 has been released.
> I can't assign this issue to me, but I'll push commits related to this.



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


[jira] [Created] (KARAF-4292) Upgrade Felix Eventadmin to version 1.4.6

2016-01-25 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4292:
---

 Summary: Upgrade Felix Eventadmin to version 1.4.6
 Key: KARAF-4292
 URL: https://issues.apache.org/jira/browse/KARAF-4292
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Priority: Minor
 Fix For: 4.1.0, 4.0.5


Felix Eventadmin 1.4.6 has been released.

I can't assign this issue to me, but I'll push commits related to this.



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