[jira] [Commented] (KARAF-3952) Be able to provide full ObjectName to registerMBean()

2016-10-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-3952:


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

[KARAF-3952] Be able to provide full ObjectName to registerMBean()

> Be able to provide full ObjectName to registerMBean()
> -
>
> Key: KARAF-3952
> URL: https://issues.apache.org/jira/browse/KARAF-3952
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-util
>Affects Versions: 4.0.1
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> Karaf util provides the convenient registerMBean() method. However, when you 
> want to provide a full ObjectName, the workaround is to use:
> {code}
> Hashtable props = new Hashtable();
> props.put("jmx.objectname", "org.apache.karaf.cellar:type=core,name=" 
> + System.getProperty("karaf.name"));
> coreMBeanRegistration = 
> bundleContext.registerService(getInterfaceNames(cellarMBean), cellarMBean, 
> props);
> {code}
> To simplify the writing, it would be great that the registerMBean() method 
> accept the complete ObjectName (instead of only type as currently).



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


[jira] [Commented] (KARAF-4190) Upgrade to pax-logging 1.9.1

2016-10-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4190:


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

[KARAF-4190] Upgrade to pax-logging 1.9.1

> Upgrade to pax-logging 1.9.1
> 
>
> Key: KARAF-4190
> URL: https://issues.apache.org/jira/browse/KARAF-4190
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4798) Upgrade to JLine 3.0.1

2016-10-20 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4798:


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

[KARAF-4798] Upgrade to JLine 3.0.1

> Upgrade to JLine 3.0.1
> --
>
> Key: KARAF-4798
> URL: https://issues.apache.org/jira/browse/KARAF-4798
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4801) Remove some requirements for the verify goal

2016-10-21 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4801:


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

[KARAF-4801] Remove some requirements for the verify goal

> Remove some requirements for the verify goal
> 
>
> Key: KARAF-4801
> URL: https://issues.apache.org/jira/browse/KARAF-4801
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> Remove the following two requirements when using the {{verify}} goal:
>   * add a default value for the {{descriptors}} parameter so that the goal 
> will validate the features for feature and kar packaging 
> (target/feature/feature.xml)
>   * infer and default the {{distribution}} parameter 



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


[jira] [Commented] (KARAF-4787) Remove the generate goal and add the verify goal from the feature packaging

2016-10-21 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4787:


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

[KARAF-4787] Remove the generate goal and add the verify goal from the feature 
packaging

> Remove the generate goal and add the verify goal from the feature packaging
> ---
>
> Key: KARAF-4787
> URL: https://issues.apache.org/jira/browse/KARAF-4787
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4787) Remove the generate goal and add the verify goal from the feature packaging

2016-10-21 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4787:


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

[KARAF-4787] Don't use the features-generate-descriptor inside our build

> Remove the generate goal and add the verify goal from the feature packaging
> ---
>
> Key: KARAF-4787
> URL: https://issues.apache.org/jira/browse/KARAF-4787
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-tooling
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4762) Upgrade to PaxUrl 2.5.1

2016-10-21 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4762:


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

Revert "[KARAF-4762] Upgrade to PaxUrl 2.5.1"

This reverts commit 1dd783ede32e95d7ac84c9957febba7aa03da288.


> Upgrade to PaxUrl 2.5.1
> ---
>
> Key: KARAF-4762
> URL: https://issues.apache.org/jira/browse/KARAF-4762
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4695) Unable to use http://karaf.apache.org/xmlns/shell/v1.0.0

2016-10-19 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4695:


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

[KARAF-4786][KARAF-4695] Upgrade to Aries Blueprint Core 1.7.1

> Unable to use http://karaf.apache.org/xmlns/shell/v1.0.0
> 
>
> Key: KARAF-4695
> URL: https://issues.apache.org/jira/browse/KARAF-4695
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.0.5, 4.0.6
>Reporter: Kevin O'Toole
>
> Within my Blueprint file, if I use the 
> http://karaf.apache.org/xmlns/shell/v1.0.0 namespace, I get the following 
> exception (notice it refers to 1.1.0 even though I am using 1.0.0)
> {noformat}org.xml.sax.SAXParseException: src-import.3.1: The namespace 
> attribute, 'http://schemas.xmlsoap.org/wsdl/', of an  element information 
> item must be identical to the targetNamespace attribute, 
> 'http://karaf.apache.org/xmlns/shell/v1.1.0', of the imported document.
>   at 
> org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown 
> Source)[:]
>   at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source)[:]
>   at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown 
> Source)[:]
>   at 
> org.apache.xerces.impl.xs.traversers.XSDHandler.reportSchemaError(Unknown 
> Source)[:]
>   at 
> org.apache.xerces.impl.xs.traversers.XSDHandler.reportSchemaError(Unknown 
> Source)[:]
>   at 
> org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(Unknown 
> Source)[:]
>   at 
> org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(Unknown 
> Source)[:]
>   at 
> org.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(Unknown 
> Source)[:]
>   at org.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(Unknown 
> Source)[:]
>   at org.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(Unknown 
> Source)[:]
>   at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(Unknown 
> Source)[:]
>   at org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(Unknown 
> Source)[:]
>   at org.apache.xerces.jaxp.validation.XMLSchemaFactory.newSchema(Unknown 
> Source)[:]
>   at 
> org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl$NamespaceHandlerSetImpl.createSchema(NamespaceHandlerRegistryImpl.java:641)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl$NamespaceHandlerSetImpl.doGetSchema(NamespaceHandlerRegistryImpl.java:458)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.namespace.NamespaceHandlerRegistryImpl$NamespaceHandlerSetImpl.getSchema(NamespaceHandlerRegistryImpl.java:443)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.container.BlueprintContainerImpl.doRun(BlueprintContainerImpl.java:343)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.container.BlueprintContainerImpl.run(BlueprintContainerImpl.java:276)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.container.BlueprintExtender.createContainer(BlueprintExtender.java:300)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.container.BlueprintExtender.createContainer(BlueprintExtender.java:269)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.container.BlueprintExtender.createContainer(BlueprintExtender.java:265)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.blueprint.container.BlueprintExtender.modifiedBundle(BlueprintExtender.java:255)[48:org.apache.aries.blueprint.core:1.6.2]
>   at 
> org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.customizerModified(BundleHookBundleTracker.java:500)[66:org.apache.aries.util:1.1.1]
>   at 
> org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.customizerModified(BundleHookBundleTracker.java:433)[66:org.apache.aries.util:1.1.1]
>   at 
> org.apache.aries.util.tracker.hook.BundleHookBundleTracker$AbstractTracked.track(BundleHookBundleTracker.java:725)[66:org.apache.aries.util:1.1.1]
>   at 
> org.apache.aries.util.tracker.hook.BundleHookBundleTracker$Tracked.bundleChanged(BundleHookBundleTracker.java:463)[66:org.apache.aries.util:1.1.1]
>   at 
> org.apache.aries.util.tracker.hook.BundleHookBundleTracker$BundleEventHook.event(BundleHookBundleTracker.java:422)[66:org.apache.aries.util:1.1.1]
>   at 
> 

[jira] [Commented] (KARAF-4786) Upgrade to Aries Blueprint Core 1.7.1

2016-10-19 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4786:


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

[KARAF-4786][KARAF-4695] Upgrade to Aries Blueprint Core 1.7.1

> Upgrade to Aries Blueprint Core 1.7.1
> -
>
> Key: KARAF-4786
> URL: https://issues.apache.org/jira/browse/KARAF-4786
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4854) Enable archetype.test.skip on fastinstall profile

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

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

ASF subversion and git services commented on KARAF-4854:


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

[KARAF-4854] Enable archetype.test.skip in fastinstall profile


> Enable archetype.test.skip on fastinstall profile
> -
>
> Key: KARAF-4854
> URL: https://issues.apache.org/jira/browse/KARAF-4854
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-archetypes
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4854) Enable archetype.test.skip on fastinstall profile

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

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

ASF subversion and git services commented on KARAF-4854:


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

[KARAF-4854] Enable archetype.test.skip in fastinstall profile


> Enable archetype.test.skip on fastinstall profile
> -
>
> Key: KARAF-4854
> URL: https://issues.apache.org/jira/browse/KARAF-4854
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-archetypes
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


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

[KARAF-4830] Karaf does not start with staged features in 
etc/org.apache.karaf.features.cfg

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


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

[KARAF-4830] Keep features order while parsing boot features

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


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

[KARAF-4830] Karaf does not start with staged features in 
etc/org.apache.karaf.features.cfg

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4830) Karaf does not start with staged features in etc/org.apache.karaf.features.cfg

2016-11-23 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4830:


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

[KARAF-4830] Keep features order while parsing boot features

> Karaf does not start with staged features in etc/org.apache.karaf.features.cfg
> --
>
> Key: KARAF-4830
> URL: https://issues.apache.org/jira/browse/KARAF-4830
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0, 4.0.8
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The property featuresBoot in the file etc/org.apache.karaf.features.cfg 
> specifies the features to be started during the boot process.
> As described in JIRA issue KARAF-4249, I have to stage the features to 
> include features containing wrapped bundle in the boot process. However, such 
> configuration prevents from the booting of karaf.
> Steps to reproduce the problem:
> 1. Change the property featuresBoot
> {code}
> featuresBoot = \
> instance, \
> ...
> kar
> {code}
> to 
> {code}
> featuresBoot = \
> (instance, \
> ...
> kar), transaction-api
> {code}
> 2. Start karaf (bin/karaf)



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


[jira] [Commented] (KARAF-4752) Support for logback configuration

2016-11-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4752:


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

[KARAF-4752] Support for logback, easier framework switching and defaulting

> Support for logback configuration
> -
>
> Key: KARAF-4752
> URL: https://issues.apache.org/jira/browse/KARAF-4752
> Project: Karaf
>  Issue Type: Bug
> Environment: All
>Reporter: Kamesh Sampath
>Assignee: Guillaume Nodet
>Priority: Critical
> Fix For: 4.1.0
>
>
> As OSGi bundle developer I would like to have logback configurable as part of 
> the Karaf distribution either during distro build time ( custom assembly) or 
> via configuration.



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


[jira] [Commented] (KARAF-4837) Session#readLine should not append to history

2016-11-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4837:


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

[KARAF-4837] Session#readLine should not append to history

> Session#readLine should not append to history
> -
>
> Key: KARAF-4837
> URL: https://issues.apache.org/jira/browse/KARAF-4837
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.1.0
>Reporter: Lijun Liao
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0
>
> Attachments: SayHelloCommand.java
>
>
> Considering the karaf shell demo-scope:say-hello implemented by the attached 
> file SayHelloCommand.java. The entered text "Bob" is included in the list of 
> historical commands. This is not expected.
> {code}
> karaf@root()>demo-scope:say-hello  xx:xx:xx
> Enter your name: Bob
> Hello Alice
> karaf@root()
> karaf@root()Bob
> {code}



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


[jira] [Commented] (KARAF-4827) Cannot install feature depending on other 2+ levels of features with prerequisite="true"

2016-11-22 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4827:


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

[KARAF-4827] Cannot install feature depending on other 2+ levels of features 
with prerequisite="true"

> Cannot install feature depending on other 2+ levels of features with 
> prerequisite="true"
> 
>
> Key: KARAF-4827
> URL: https://issues.apache.org/jira/browse/KARAF-4827
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0
>Reporter: Lijun Liao
>Assignee: Guillaume Nodet
>Priority: Blocker
> Fix For: 4.1.0
>
>
> Steps to reproduce the error:
> 1. Unpack apache-karaf-4.1.0-SNAPSHOT.tar.gz
> 2. Add following block to the file 
> "system/org/apache/karaf/features/enterprise/4.1.0-SNAPSHOT/enterprise-4.1.0-SNAPSHOT-features.xml"
> {code:xml}
>   
>   mvn:javax.interceptor/javax.interceptor-api/1.2
>   
>   
>   
>   demo-a
>   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_2
>   
>   
>   
>   demo-b
>   mvn:javax.el/javax.el-api/3.0.0
>   
> {code}
> 3. Delete folder data and file lock if available
> 4. Start karaf (command "bin/karaf")
> 5. Execute command "feature:install demo-c" in karaf shell, you should get 
> the following error message. 
> {code}
> karaf@root()> feature:install demo-c  
>  xx:xx:xx
> gogo: CircularPrerequisiteException: [demo-a/0.0.0]
> Error executing command: [demo-a/0.0.0]
> {code}



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


[jira] [Commented] (KARAF-4845) Cannot start karaf with JRE 9

2016-11-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4845:


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

[KARAF-4845]Cannot start karaf with JRE 9


> Cannot start karaf with JRE 9
> -
>
> Key: KARAF-4845
> URL: https://issues.apache.org/jira/browse/KARAF-4845
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-boot
>Affects Versions: 4.1.0
> Environment: Ubuntu
> JRE Early Access Releases 9 Build 146
>Reporter: Lijun Liao
>Assignee: Freeman Fang
> Fix For: 4.1.0
>
>
> Starting karaf with JRE (NOT JDK) 9 fails with the following error message:
> {code}
> $ bin/karaf 
> Error occurred during initialization of VM
> java.lang.module.ResolutionException: Module jdk.xml.bind not found
>   at java.lang.module.Resolver.fail(java.base@9-ea/Resolver.java:790)
>   at 
> java.lang.module.Resolver.resolveRequires(java.base@9-ea/Resolver.java:94)
>   at 
> java.lang.module.Configuration.resolveRequiresAndUses(java.base@9-ea/Configuration.java:370)
>   at 
> java.lang.module.ModuleDescriptor$1.resolveRequiresAndUses(java.base@9-ea/ModuleDescriptor.java:1987)
>   at 
> jdk.internal.module.ModuleBootstrap.boot(java.base@9-ea/ModuleBootstrap.java:260)
>   at java.lang.System.initPhase2(java.base@9-ea/System.java:1927)
> {code}



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


[jira] [Commented] (KARAF-4848) Upgrade Hibernate Validator to version 5.3.3.Final

2016-11-24 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4848:


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

[KARAF-4848] Upgrade Hibernate Validator to version 5.3.3.Final


> Upgrade Hibernate Validator to version 5.3.3.Final
> --
>
> Key: KARAF-4848
> URL: https://issues.apache.org/jira/browse/KARAF-4848
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4863) Trim down the number of configuration files in apache-karaf-minimal and static framework

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4863:


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

[KARAF-4863] Trim down the number of configuration files in 
apache-karaf-minimal and static framework

> Trim down the number of configuration files in apache-karaf-minimal and 
> static framework
> 
>
> Key: KARAF-4863
> URL: https://issues.apache.org/jira/browse/KARAF-4863
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4862) Upgrade to jline 3.1.0

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4862:


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

[KARAF-4862] Upgrade to jline 3.1.0

> Upgrade to jline 3.1.0
> --
>
> Key: KARAF-4862
> URL: https://issues.apache.org/jira/browse/KARAF-4862
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-shell
>Reporter: Jean-Baptiste Onofré
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4737) Bundle start attribute in features XML is ignored

2016-11-27 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4737:


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

[KARAF-4737] Update bundle state according to start attribute only at feature 
installation


> Bundle start attribute in features XML is ignored
> -
>
> Key: KARAF-4737
> URL: https://issues.apache.org/jira/browse/KARAF-4737
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> If we have the following features XML:
> {code}
> 
> http://karaf.apache.org/xmlns/features/v1.4.0; name="tests">
> 
> ...
> 
>  
> 
> {code}
> the bundle {{start}} attribute is ignored and the bundle is always started 
> (even if {{start}} is set to {{false}}).



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


[jira] [Commented] (KARAF-4737) Bundle start attribute in features XML is ignored

2016-11-27 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4737:


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

[KARAF-4737] Update bundle state according to start attribute only at feature 
installation


> Bundle start attribute in features XML is ignored
> -
>
> Key: KARAF-4737
> URL: https://issues.apache.org/jira/browse/KARAF-4737
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.0.4, 4.0.5, 4.0.6, 4.0.7
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> If we have the following features XML:
> {code}
> 
> http://karaf.apache.org/xmlns/features/v1.4.0; name="tests">
> 
> ...
> 
>  
> 
> {code}
> the bundle {{start}} attribute is ignored and the bundle is always started 
> (even if {{start}} is set to {{false}}).



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


[jira] [Commented] (KARAF-4864) Change the default Karaf client log Level to 0

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4864:


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

[KARAF-4864] Change the default Karaf client log Level to 0


> Change the default Karaf client log Level to 0
> --
>
> Key: KARAF-4864
> URL: https://issues.apache.org/jira/browse/KARAF-4864
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Trivial
> Fix For: 4.1.0, 4.0.8
>
>
> Actually the logLevel is set to 1 as default. This produce annoying WARN 
> message sometime.



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


[jira] [Commented] (KARAF-4864) Change the default Karaf client log Level to 0

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4864:


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

[KARAF-4864] Change the default Karaf client log Level to 0


> Change the default Karaf client log Level to 0
> --
>
> Key: KARAF-4864
> URL: https://issues.apache.org/jira/browse/KARAF-4864
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Trivial
> Fix For: 4.1.0, 4.0.8
>
>
> Actually the logLevel is set to 1 as default. This produce annoying WARN 
> message sometime.



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


[jira] [Commented] (KARAF-4856) Upgrade to maven-bundle-plugin 3.2.0

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4856:


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

[KARAF-4856] Upgrade to maven-bundle-plugin 3.2.0


> Upgrade to maven-bundle-plugin 3.2.0
> 
>
> Key: KARAF-4856
> URL: https://issues.apache.org/jira/browse/KARAF-4856
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4856) Upgrade to maven-bundle-plugin 3.2.0

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4856:


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

[KARAF-4856] Upgrade to maven-bundle-plugin 3.2.0


> Upgrade to maven-bundle-plugin 3.2.0
> 
>
> Key: KARAF-4856
> URL: https://issues.apache.org/jira/browse/KARAF-4856
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4866) detect JVM vendor and ensure correct saaj factories is picked up when it's IBM JDK

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4866:


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

[KARAF-4866]detect JVM vendor and ensure correct saaj factories is picked up 
when it's IBM JDK


> detect JVM vendor and ensure correct saaj factories is picked up when it's 
> IBM JDK
> --
>
> Key: KARAF-4866
> URL: https://issues.apache.org/jira/browse/KARAF-4866
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Freeman Fang
>Assignee: Freeman Fang
>




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


[jira] [Commented] (KARAF-4866) detect JVM vendor and ensure correct saaj factories is picked up when it's IBM JDK

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4866:


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

[KARAF-4866]detect JVM vendor and ensure correct saaj factories is picked up 
when it's IBM JDK

(cherry picked from commit ef88f75e7359a6cd042715865f89ec69bf15dafa)


> detect JVM vendor and ensure correct saaj factories is picked up when it's 
> IBM JDK
> --
>
> Key: KARAF-4866
> URL: https://issues.apache.org/jira/browse/KARAF-4866
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Freeman Fang
>Assignee: Freeman Fang
>




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


[jira] [Commented] (KARAF-4855) Upgrade to commons-compress 1.12

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4855:


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

[KARAF-4855] Upgrade to commons-compress 1.12


> Upgrade to commons-compress 1.12
> 
>
> Key: KARAF-4855
> URL: https://issues.apache.org/jira/browse/KARAF-4855
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4855) Upgrade to commons-compress 1.12

2016-11-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4855:


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

[KARAF-4855] Upgrade to commons-compress 1.12


> Upgrade to commons-compress 1.12
> 
>
> Key: KARAF-4855
> URL: https://issues.apache.org/jira/browse/KARAF-4855
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4823) Upgrade Hibernate Validator to version 5.3.2.Final

2016-11-17 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4823:


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

[KARAF-4823] Upgrade Hibernate Validator to version 5.3.2.Final


> Upgrade Hibernate Validator to version 5.3.2.Final
> --
>
> Key: KARAF-4823
> URL: https://issues.apache.org/jira/browse/KARAF-4823
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4517) bin/client ends with "Failed to get the session"

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4517:


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

[KARAF-4517] This closes #264


> bin/client ends with "Failed to get the session"
> 
>
> Key: KARAF-4517
> URL: https://issues.apache.org/jira/browse/KARAF-4517
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Affects Versions: 4.0.5
> Environment: Linux
>Reporter: Michal Hlavac
>Assignee: Jean-Baptiste Onofré
>  Labels: cli, client
> Fix For: 4.1.0, 4.0.8
>
>
> Steps to reproduce:
> 1. run bin/karaf
> 2. run bin/client in terminal
> It works when I run bin/client -h localhost
> I think it's because sshHost = 0.0.0.0 value in etc/org.apache.karaf.shell.cfg



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


[jira] [Commented] (KARAF-4517) bin/client ends with "Failed to get the session"

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4517:


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

[KARAF-4517] Use localhost for host if it's 0.0.0.0 (coming from the cfg file)


> bin/client ends with "Failed to get the session"
> 
>
> Key: KARAF-4517
> URL: https://issues.apache.org/jira/browse/KARAF-4517
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Affects Versions: 4.0.5
> Environment: Linux
>Reporter: Michal Hlavac
>Assignee: Jean-Baptiste Onofré
>  Labels: cli, client
> Fix For: 4.1.0, 4.0.8
>
>
> Steps to reproduce:
> 1. run bin/karaf
> 2. run bin/client in terminal
> It works when I run bin/client -h localhost
> I think it's because sshHost = 0.0.0.0 value in etc/org.apache.karaf.shell.cfg



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


[jira] [Commented] (KARAF-4517) bin/client ends with "Failed to get the session"

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4517:


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

[KARAF-4517] Use localhost for host if it's 0.0.0.0 (coming from the cfg file)


> bin/client ends with "Failed to get the session"
> 
>
> Key: KARAF-4517
> URL: https://issues.apache.org/jira/browse/KARAF-4517
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Affects Versions: 4.0.5
> Environment: Linux
>Reporter: Michal Hlavac
>Assignee: Jean-Baptiste Onofré
>  Labels: cli, client
> Fix For: 4.1.0, 4.0.8
>
>
> Steps to reproduce:
> 1. run bin/karaf
> 2. run bin/client in terminal
> It works when I run bin/client -h localhost
> I think it's because sshHost = 0.0.0.0 value in etc/org.apache.karaf.shell.cfg



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


[jira] [Commented] (KARAF-4814) Special character in stop script

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4814:


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

[KARAF-4814] This closes #263


> Special character in stop script
> 
>
> Key: KARAF-4814
> URL: https://issues.apache.org/jira/browse/KARAF-4814
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.7
>Reporter: Lars Kiesow
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> The stop script contains an `` for what should be a regular space.



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


[jira] [Commented] (KARAF-4814) Special character in stop script

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4814:


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

[KARAF-4814] Fix character in stop script

The stop script contains an `` for what should be a regular space.

Signed-off-by: Lars Kiesow 


> Special character in stop script
> 
>
> Key: KARAF-4814
> URL: https://issues.apache.org/jira/browse/KARAF-4814
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.7
>Reporter: Lars Kiesow
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> The stop script contains an `` for what should be a regular space.



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


[jira] [Commented] (KARAF-4814) Special character in stop script

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4814:


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

[KARAF-4814] Fix character in stop script

The stop script contains an `` for what should be a regular space.

Signed-off-by: Lars Kiesow 


> Special character in stop script
> 
>
> Key: KARAF-4814
> URL: https://issues.apache.org/jira/browse/KARAF-4814
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.7
>Reporter: Lars Kiesow
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> The stop script contains an `` for what should be a regular space.



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


[jira] [Commented] (KARAF-4827) Cannot install feature depending on other 2+ levels of features with prerequisite="true"

2016-11-21 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4827:


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

[KARAF-4827] Cannot install feature depending on other 2+ levels of features 
with prerequisite="true"

> Cannot install feature depending on other 2+ levels of features with 
> prerequisite="true"
> 
>
> Key: KARAF-4827
> URL: https://issues.apache.org/jira/browse/KARAF-4827
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.1.0
>Reporter: Lijun Liao
>Assignee: Guillaume Nodet
>Priority: Blocker
> Fix For: 4.1.0
>
>
> Steps to reproduce the error:
> 1. Unpack apache-karaf-4.1.0-SNAPSHOT.tar.gz
> 2. Add following block to the file 
> "system/org/apache/karaf/features/enterprise/4.1.0-SNAPSHOT/enterprise-4.1.0-SNAPSHOT-features.xml"
> {code:xml}
>   
>   mvn:javax.interceptor/javax.interceptor-api/1.2
>   
>   
>   
>   demo-a
>   
> mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.javax-inject/1_2
>   
>   
>   
>   demo-b
>   mvn:javax.el/javax.el-api/3.0.0
>   
> {code}
> 3. Delete folder data and file lock if available
> 4. Start karaf (command "bin/karaf")
> 5. Execute command "feature:install demo-c" in karaf shell, you should get 
> the following error message. 
> {code}
> karaf@root()> feature:install demo-c  
>  xx:xx:xx
> gogo: CircularPrerequisiteException: [demo-a/0.0.0]
> Error executing command: [demo-a/0.0.0]
> {code}



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


[jira] [Commented] (KARAF-4810) karaf.bat / status.bat do not exit with a proper exit code

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4810:


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

[KARAF-4810] This closes #261


> karaf.bat / status.bat do not exit with a proper exit code
> --
>
> Key: KARAF-4810
> URL: https://issues.apache.org/jira/browse/KARAF-4810
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 4.0.3
> Environment: Windows
>Reporter: Sascha Vogt
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The Windows Karaf batch file does not correctly set the exit code when 
> terminating. It's required to propagate the %errorlevel% env var via a call 
> to "exit /b %errorlevel%".
> We noticed that when programmatically checking the status.bat via a 
> ProcessBuilder from Java. If you call that on a not running Karaf, you'll see 
> that it's always "0" although %errorlevel% is set to "1"



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


[jira] [Commented] (KARAF-4810) karaf.bat / status.bat do not exit with a proper exit code

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4810:


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

[KARAF-4810] Exit karaf.bat with a proper exit code

> karaf.bat / status.bat do not exit with a proper exit code
> --
>
> Key: KARAF-4810
> URL: https://issues.apache.org/jira/browse/KARAF-4810
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 4.0.3
> Environment: Windows
>Reporter: Sascha Vogt
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The Windows Karaf batch file does not correctly set the exit code when 
> terminating. It's required to propagate the %errorlevel% env var via a call 
> to "exit /b %errorlevel%".
> We noticed that when programmatically checking the status.bat via a 
> ProcessBuilder from Java. If you call that on a not running Karaf, you'll see 
> that it's always "0" although %errorlevel% is set to "1"



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


[jira] [Commented] (KARAF-4810) karaf.bat / status.bat do not exit with a proper exit code

2016-11-13 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4810:


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

[KARAF-4810] Exit karaf.bat with a proper exit code

> karaf.bat / status.bat do not exit with a proper exit code
> --
>
> Key: KARAF-4810
> URL: https://issues.apache.org/jira/browse/KARAF-4810
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-os-integration
>Affects Versions: 4.0.3
> Environment: Windows
>Reporter: Sascha Vogt
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> The Windows Karaf batch file does not correctly set the exit code when 
> terminating. It's required to propagate the %errorlevel% env var via a call 
> to "exit /b %errorlevel%".
> We noticed that when programmatically checking the status.bat via a 
> ProcessBuilder from Java. If you call that on a not running Karaf, you'll see 
> that it's always "0" although %errorlevel% is set to "1"



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


[jira] [Commented] (KARAF-4805) configfiles are not copied to system directory

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4805:


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

[KARAF-4805] This closes #255


> configfiles are not copied to system directory
> --
>
> Key: KARAF-4805
> URL: https://issues.apache.org/jira/browse/KARAF-4805
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-profile
>Affects Versions: 4.0.7
>Reporter: Thomas Termin
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> I have a feature which contain a configfile like:
> 
>   mvn:my.package/MyArtifact/1.0.0/cfg/file-cfg
> 
> If I put the feature which contains the configfile within the
>  of my custom karaf pom file, all referenced bundles
> are installed within the system directory. But the configfile is just
> ignored. That leads of course to the problem, that the installation of
> the features failed if there is no maven repository available which is
> the case for my environment.
> I will provide a pull request for it.



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


[jira] [Commented] (KARAF-4805) configfiles are not copied to system directory

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4805:


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

[KARAF-4805] configfiles are not copied to system directory. This closes #255


> configfiles are not copied to system directory
> --
>
> Key: KARAF-4805
> URL: https://issues.apache.org/jira/browse/KARAF-4805
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-profile
>Affects Versions: 4.0.7
>Reporter: Thomas Termin
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> I have a feature which contain a configfile like:
> 
>   mvn:my.package/MyArtifact/1.0.0/cfg/file-cfg
> 
> If I put the feature which contains the configfile within the
>  of my custom karaf pom file, all referenced bundles
> are installed within the system directory. But the configfile is just
> ignored. That leads of course to the problem, that the installation of
> the features failed if there is no maven repository available which is
> the case for my environment.
> I will provide a pull request for it.



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


[jira] [Commented] (KARAF-4812) Upgrade to Felix ConfigAdmin 1.8.12

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4812:


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

[KARAF-4812] Upgrade to Felix ConfigAdmin 1.8.12

> Upgrade to Felix ConfigAdmin 1.8.12
> ---
>
> Key: KARAF-4812
> URL: https://issues.apache.org/jira/browse/KARAF-4812
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4790) Upgrade to felix framework security 2.6.0

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4790:


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

[KARAF-4790] Upgrade to felix framework security 2.6.0


> Upgrade to felix framework security 2.6.0
> -
>
> Key: KARAF-4790
> URL: https://issues.apache.org/jira/browse/KARAF-4790
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4405) Upgrade to Felix Framework 5.6.1

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4405:


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

[KARAF-4405] Upgrade to Felix Framework 5.6.1

> Upgrade to Felix Framework 5.6.1
> 
>
> Key: KARAF-4405
> URL: https://issues.apache.org/jira/browse/KARAF-4405
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-3622) Enhance SSH configuration mechanism

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-3622:


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

[KARAF-3622]Enhance SSH configuration mechanism

(cherry picked from commit 44323c27529c8668db6cc836f00d0bb75e2cb4d5)

Conflicts:
shell/ssh/src/main/java/org/apache/karaf/shell/ssh/SshUtils.java


> Enhance SSH configuration mechanism
> ---
>
> Key: KARAF-3622
> URL: https://issues.apache.org/jira/browse/KARAF-3622
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-shell
>Affects Versions: 3.0.3
>Reporter: Ancoron Luciferis
>Assignee: Freeman Fang
>  Labels: security
> Attachments: karaf-3.0.x-Improve-SSH-shell-configuration-support.patch
>
>
> Currently, the SSH configuration for the remote shell provides only limited 
> access to the configuration capabilities of the library being used (Apache 
> MINA/SSHD).
> E.g., it is currently not possible to configure a better HMAC than SHA1, 
> although the SSHD core library version 0.12+ supports at least 
> "hmac-sha2-512" and "hmac-sha2-256".
> Also, the key exchange mechanism is currently not configurable at all, which 
> makes it impossible to enforce highly secure connection establishment from 
> the server side.



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


[jira] [Commented] (KARAF-4271) Circular dependency not handled properly when a feature references itself directly

2016-10-31 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4271:


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

[KARAF-4271][KARAF-4272] Load dependent feature repositories with circular refs 
protection


> Circular dependency not handled properly when a feature references itself 
> directly
> --
>
> Key: KARAF-4271
> URL: https://issues.apache.org/jira/browse/KARAF-4271
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.4
>Reporter: Roland Hauser
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> I did some experiments with circular dependencies where a feature references 
> itself directly. When attribute {{prerequisite}} is set to {{false}} then the 
> feature install succeeds with following log-message
> {code}
> 2016-01-14 17:44:25,509 | INFO  | e user appsrvadm | FeaturesServiceImpl  
> | 7 - org.apache.karaf.features.core - 4.0.4 | Adding features: 
> self-circular-dependency/[1.0.0.SNAPSHOT,1.0.0.SNAPSHOT]
> 2016-01-14 17:44:25,795 | INFO  | pool-47-thread-1 | FeaturesServiceImpl  
> | 7 - org.apache.karaf.features.core - 4.0.4 | No deployment change.
> 2016-01-14 17:44:25,803 | INFO  | pool-47-thread-1 | FeaturesServiceImpl  
> | 7 - org.apache.karaf.features.core - 4.0.4 | Done.
> {code}
> When {{prerequisite}} is set to {{true}}, the feature installation fails with 
> a StackOverFlowError:
> {code}
> java.lang.StackOverflowError
>   at 
> org.apache.karaf.features.internal.region.Subsystem.(Subsystem.java:117)
>   at 
> org.apache.karaf.features.internal.region.SubsystemResolver.prepare(SubsystemResolver.java:103)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:218)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   ...
>   at 
> org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:259)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1089)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl$1.call(FeaturesServiceImpl.java:985)
>   at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_65]
>   at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_65]
>   at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_65]
>   at java.lang.Thread.run(Thread.java:745)[:1.8.0_65]}}
> {code}
> I would expect in both cases, that the feature:install command fails with an 
> error message like this: "Feature com.foo.bar could not be installed because 
> it references itself"
> You can checkout a project which helps to reproduce the case from 
> [https://github.com/SourcePond/reproduce-feature-circular-dependency.git] 
> (Maven-Modules self-circular-dependency and 
> self-circular-dependency-prerequisite-true). Simply install the root-project 
> to have all necessary Maven dependencies.



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


[jira] [Commented] (KARAF-4762) Upgrade to PaxUrl 2.5.1

2016-10-31 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4762:


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

[KARAF-4762] Fix problem with pax-url-aether-support being referenced in 
features

> Upgrade to PaxUrl 2.5.1
> ---
>
> Key: KARAF-4762
> URL: https://issues.apache.org/jira/browse/KARAF-4762
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4272) Karaf freezes when a circular dependency is introduced where a feature references itself over a chain of other features

2016-10-31 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4272:


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

[KARAF-4271][KARAF-4272] Load dependent feature repositories with circular refs 
protection


> Karaf freezes when a circular dependency is introduced where a feature 
> references itself over a chain of other features
> ---
>
> Key: KARAF-4272
> URL: https://issues.apache.org/jira/browse/KARAF-4272
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.4
>Reporter: Roland Hauser
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> Karaf freezes when a circular dependency is introduced where a features 
> references itself over a chain of other features
> I did some experiments with circular dependencies where a feature references 
> itself indirectly over some other features. In this case it does not matter 
> if attribute {{prerequisite}} is set or not. After command {{feature:install 
> c-references-a}} Karaf freezes and must be restarted.
>   
> I would expect, that the feature:install command fails with an error message 
> like this: 
> "Feature com.foo.bar could not be installed because a circular reference:
>  a-references-b
>   b-references-c
>   c-references-a"
> You can checkout a project which helps to reproduce the case from 
> [https://github.com/SourcePond/reproduce-feature-circular-dependency.git] 
> (Maven-Modules c-references-a and c-references-a-prerequisite-true). Simply 
> install the root-project to have all necessary Maven dependencies.



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


[jira] [Commented] (KARAF-4762) Upgrade to PaxUrl 2.5.1

2016-10-31 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4762:


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

[KARAF-4762] Upgrade to PaxUrl 2.5.1

> Upgrade to PaxUrl 2.5.1
> ---
>
> Key: KARAF-4762
> URL: https://issues.apache.org/jira/browse/KARAF-4762
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4060) Display a warning when we remove a repo containing installed features

2016-11-03 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4060:


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

[KARAF-4060] Throw an error when we remove a repo containing installed features

> Display a warning when we remove a repo containing installed features
> -
>
> Key: KARAF-4060
> URL: https://issues.apache.org/jira/browse/KARAF-4060
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 4.1.0
>Reporter: Jean-Baptiste Onofré
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.8
>
>
> When we add a feature repo, and we install features from this repo, if after 
> that, we remove the repo, the features are not displayed anymore (but the 
> bundles are still installed). It's not obvious for the user in which state 
> the features are.
> We should display a warning when doing feature:repo-remove while we have some 
> features from this repo installed (or even don't allow to remove the repo).



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


[jira] [Commented] (KARAF-4773) Leverage smart download retries from pax-url-aether 2.5.0

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

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

ASF subversion and git services commented on KARAF-4773:


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

[KARAF-4773] AbstractRetryableDownloadTask is smarter with pax-url-aether 2.5.0


> Leverage smart download retries from pax-url-aether 2.5.0
> -
>
> Key: KARAF-4773
> URL: https://issues.apache.org/jira/browse/KARAF-4773
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 4.0.7
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>
> https://ops4j1.jira.com/browse/PAXURL-337 adds _smart_ mechanism for 
> consecutive download/resolution attempts.
> For example, if {{org.ops4j.pax.url.mvn.repositories}} defines 10 
> repositories and 9 of them return HTTP 404 and 10th repository gives us 
> "socket timeout", additional resolution attempt doesn't have to check those 9 
> repositories.
> Also {{AbstractRetryableDownloadTask}} uses (by default) [9 
> retries|https://github.com/apache/karaf/blob/master/features/core/src/main/java/org/apache/karaf/features/internal/download/impl/AbstractRetryableDownloadTask.java#L32].
>  Even if this may be configured, retry task was designed for such problems as 
> timeouts, or temporary unavailability of e.g., {{mvn:}} protocol handler. 
> Using 9 attempts (with exponentially increasing delay) is not the right way 
> to handle simple ArtifactNotFoundException...



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


[jira] [Commented] (KARAF-4795) Expose timeout related options for pax-url-aether 2.5.0

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

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

ASF subversion and git services commented on KARAF-4795:


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

[KARAF-4795] Add new configuration options from pax-url-aether 2.5.0 (timeouts)


> Expose timeout related options for pax-url-aether 2.5.0
> ---
>
> Key: KARAF-4795
> URL: https://issues.apache.org/jira/browse/KARAF-4795
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-config
>Affects Versions: 4.0.7
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4795) Expose timeout related options for pax-url-aether 2.5.0

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

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

ASF subversion and git services commented on KARAF-4795:


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

[KARAF-4795] Add new configuration options from pax-url-aether 2.5.0 (timeouts)

(cherry picked from commit dd7b5bdd4a9724d17cf3df94d4850c2513915f7e)


> Expose timeout related options for pax-url-aether 2.5.0
> ---
>
> Key: KARAF-4795
> URL: https://issues.apache.org/jira/browse/KARAF-4795
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-config
>Affects Versions: 4.0.7
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4762) Upgrade to PaxUrl 2.5.1

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

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

ASF subversion and git services commented on KARAF-4762:


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

[KARAF-4762] Fix problem with pax-url-aether-support being referenced in 
features

(cherry picked from commit 40364ce570bf7e89483266d15bde1780d9e15e87)


> Upgrade to PaxUrl 2.5.1
> ---
>
> Key: KARAF-4762
> URL: https://issues.apache.org/jira/browse/KARAF-4762
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4773) Leverage smart download retries from pax-url-aether 2.5.0

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

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

ASF subversion and git services commented on KARAF-4773:


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

[KARAF-4773] AbstractRetryableDownloadTask is smarter with pax-url-aether 2.5.0

(cherry picked from commit e4f9ead54c348d206ddedb3fd5ec9fbf1cb8)


> Leverage smart download retries from pax-url-aether 2.5.0
> -
>
> Key: KARAF-4773
> URL: https://issues.apache.org/jira/browse/KARAF-4773
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 4.0.7
>Reporter: Grzegorz Grzybek
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>
> https://ops4j1.jira.com/browse/PAXURL-337 adds _smart_ mechanism for 
> consecutive download/resolution attempts.
> For example, if {{org.ops4j.pax.url.mvn.repositories}} defines 10 
> repositories and 9 of them return HTTP 404 and 10th repository gives us 
> "socket timeout", additional resolution attempt doesn't have to check those 9 
> repositories.
> Also {{AbstractRetryableDownloadTask}} uses (by default) [9 
> retries|https://github.com/apache/karaf/blob/master/features/core/src/main/java/org/apache/karaf/features/internal/download/impl/AbstractRetryableDownloadTask.java#L32].
>  Even if this may be configured, retry task was designed for such problems as 
> timeouts, or temporary unavailability of e.g., {{mvn:}} protocol handler. 
> Using 9 attempts (with exponentially increasing delay) is not the right way 
> to handle simple ArtifactNotFoundException...



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


[jira] [Commented] (KARAF-4762) Upgrade to PaxUrl 2.5.1

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

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

ASF subversion and git services commented on KARAF-4762:


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

[KARAF-4762] Upgrade to PaxUrl 2.5.1

(cherry picked from commit 1dd783ede32e95d7ac84c9957febba7aa03da288)


> Upgrade to PaxUrl 2.5.1
> ---
>
> Key: KARAF-4762
> URL: https://issues.apache.org/jira/browse/KARAF-4762
> Project: Karaf
>  Issue Type: Dependency upgrade
>Reporter: Guillaume Nodet
>Assignee: Grzegorz Grzybek
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4192) java.lang.ClassCastException in org.apache.karaf.features.internal.region.CandidateComparator

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4192:


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

[KARAF-4192] java.lang.ClassCastException in 
org.apache.karaf.features.internal.region.CandidateComparator

> java.lang.ClassCastException in 
> org.apache.karaf.features.internal.region.CandidateComparator
> -
>
> Key: KARAF-4192
> URL: https://issues.apache.org/jira/browse/KARAF-4192
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.3
>Reporter: Per Kristian Söreide
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.8
>
>
> The system bundle will return a String[] {"org.apache.felix.framework", 
> "system.bundle"} on line 57 in CandidateComparator:
> {noformat}
> c = ((Comparable) 
> cap1.getAttributes().get(BundleNamespace.BUNDLE_NAMESPACE))
> 
> .compareTo(cap2.getAttributes().get(BundleNamespace.BUNDLE_NAMESPACE));{noformat}
> This is causing a ClassCastException being thrown.
> Equinox will return an ArrayList (seen in the stacktrace)
> Stacktrace:
> {noformat}
> java.lang.ClassCastException: java.util.ArrayList cannot be cast to 
> java.lang.Comparable
>   at 
> org.apache.karaf.features.internal.region.CandidateComparator.compare(CandidateComparator.java:57)
>   at 
> org.apache.karaf.features.internal.region.CandidateComparator.compare(CandidateComparator.java:31)
>   at java.util.TimSort.binarySort(TimSort.java:265)
>   at java.util.TimSort.sort(TimSort.java:208)
>   at java.util.TimSort.sort(TimSort.java:173)
>   at java.util.Arrays.sort(Arrays.java:659)
>   at java.util.Collections.sort(Collections.java:217)
>   at 
> org.apache.karaf.features.internal.region.SubsystemResolveContext.findProviders(SubsystemResolveContext.java:260)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:272)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> 

[jira] [Commented] (KARAF-4749) Support range, equal, and notequal for BigDecimal in org/apache/karaf/decanter/sla/checker/Checker.java

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

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

ASF subversion and git services commented on KARAF-4749:


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

[KARAF-4749] Add BigDecimal support in SLA checker


> Support range, equal, and notequal for BigDecimal in 
> org/apache/karaf/decanter/sla/checker/Checker.java
> ---
>
> Key: KARAF-4749
> URL: https://issues.apache.org/jira/browse/KARAF-4749
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Reporter: Kevin O'Toole
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-1.3.0
>
>
> Add support for range, equal, and notequal for BigDecimal in 
> org/apache/karaf/decanter/sla/checker/Checker.java.



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


[jira] [Commented] (KARAF-4192) java.lang.ClassCastException in org.apache.karaf.features.internal.region.CandidateComparator

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4192:


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

[KARAF-4192] java.lang.ClassCastException in 
org.apache.karaf.features.internal.region.CandidateComparator

> java.lang.ClassCastException in 
> org.apache.karaf.features.internal.region.CandidateComparator
> -
>
> Key: KARAF-4192
> URL: https://issues.apache.org/jira/browse/KARAF-4192
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.3
>Reporter: Per Kristian Söreide
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.8
>
>
> The system bundle will return a String[] {"org.apache.felix.framework", 
> "system.bundle"} on line 57 in CandidateComparator:
> {noformat}
> c = ((Comparable) 
> cap1.getAttributes().get(BundleNamespace.BUNDLE_NAMESPACE))
> 
> .compareTo(cap2.getAttributes().get(BundleNamespace.BUNDLE_NAMESPACE));{noformat}
> This is causing a ClassCastException being thrown.
> Equinox will return an ArrayList (seen in the stacktrace)
> Stacktrace:
> {noformat}
> java.lang.ClassCastException: java.util.ArrayList cannot be cast to 
> java.lang.Comparable
>   at 
> org.apache.karaf.features.internal.region.CandidateComparator.compare(CandidateComparator.java:57)
>   at 
> org.apache.karaf.features.internal.region.CandidateComparator.compare(CandidateComparator.java:31)
>   at java.util.TimSort.binarySort(TimSort.java:265)
>   at java.util.TimSort.sort(TimSort.java:208)
>   at java.util.TimSort.sort(TimSort.java:173)
>   at java.util.Arrays.sort(Arrays.java:659)
>   at java.util.Collections.sort(Collections.java:217)
>   at 
> org.apache.karaf.features.internal.region.SubsystemResolveContext.findProviders(SubsystemResolveContext.java:260)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:272)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> org.apache.felix.resolver.Candidates.populateResource(Candidates.java:273)
>   at 
> org.apache.felix.resolver.Candidates.processCandidates(Candidates.java:637)
>   at 
> 

[jira] [Commented] (KARAF-4807) Upgrade Hibernate Validator to version 5.3.1.Final

2016-10-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4807:


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

[KARAF-4807] Upgrade Hibernate Validator to version 5.3.1.Final


> Upgrade Hibernate Validator to version 5.3.1.Final
> --
>
> Key: KARAF-4807
> URL: https://issues.apache.org/jira/browse/KARAF-4807
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-3622) Enhance SSH configuration mechanism

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-3622:


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

[KARAF-3622]Enhance SSH configuration mechanism


> Enhance SSH configuration mechanism
> ---
>
> Key: KARAF-3622
> URL: https://issues.apache.org/jira/browse/KARAF-3622
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-shell
>Affects Versions: 3.0.3
>Reporter: Ancoron Luciferis
>Assignee: Freeman Fang
>  Labels: security
> Attachments: karaf-3.0.x-Improve-SSH-shell-configuration-support.patch
>
>
> Currently, the SSH configuration for the remote shell provides only limited 
> access to the configuration capabilities of the library being used (Apache 
> MINA/SSHD).
> E.g., it is currently not possible to configure a better HMAC than SHA1, 
> although the SSHD core library version 0.12+ supports at least 
> "hmac-sha2-512" and "hmac-sha2-256".
> Also, the key exchange mechanism is currently not configurable at all, which 
> makes it impossible to enforce highly secure connection establishment from 
> the server side.



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


[jira] [Commented] (KARAF-4405) Upgrade to Felix Framework 5.6.1

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4405:


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

[KARAF-4405] Upgrade to Felix Framework 5.6.1

> Upgrade to Felix Framework 5.6.1
> 
>
> Key: KARAF-4405
> URL: https://issues.apache.org/jira/browse/KARAF-4405
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-3400) Enabling Java System Security and OSGi security leaves Karaf in unusable state

2016-11-02 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-3400:


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

[KARAF-3400] Add an integration test to verify Karaf can start properly when 
running under a security manager

> Enabling Java System Security and OSGi security leaves Karaf in unusable state
> --
>
> Key: KARAF-3400
> URL: https://issues.apache.org/jira/browse/KARAF-3400
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Affects Versions: 3.0.2, 4.0.0.M1
>Reporter: Achim Nierbeck
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.8
>
>
> It seems to boil down to the new functionalities of OSGi, like Bundle Adapt 
> fails with the default security configuration 
> {code}
> java.security.AccessControlException: access denied 
> ("org.osgi.framework.AdaptPermission" 
> "org.osgi.framework.wiring.BundleRevision" "adapt")
>   at 
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:372)
>   at 
> org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager.internalCheckPermission(EquinoxSecurityManager.java:117)
>   at 
> org.eclipse.osgi.internal.permadmin.EquinoxSecurityManager$CheckPermissionAction.run(EquinoxSecurityManager.java:60)
>   at java.security.AccessController.doPrivileged(Native Method)
> {code}
> Just switch framework to equinox and enable the security params in 
> etc/system.properties
> {code}
> #
> # By default, only Karaf shell commands are secured, but additional services 
> can be
> #
> # To enable OSGi security, uncomment the properties below,
> # install the framework-security feature and restart.
> #
> java.security.policy=${karaf.etc}/all.policy
> org.osgi.framework.security=osgi
> org.osgi.framework.trust.repositories=${karaf.etc}/trustStore.ks
> {code}
> This also happens with Felix but needs the additional Felix.Security bundle 
> to be installed. 



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


[jira] [Commented] (KARAF-4757) Decanter: elasticsearch-appender-rest shouldn't be dependent on http

2016-10-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4757:


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

[KARAF-4757] - Decanter: elasticsearch-appender-rest shouldn't be dependent on 
http


> Decanter: elasticsearch-appender-rest shouldn't be dependent on http
> 
>
> Key: KARAF-4757
> URL: https://issues.apache.org/jira/browse/KARAF-4757
> Project: Karaf
>  Issue Type: Bug
>  Components: decanter
>Affects Versions: decanter-1.2.0
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: decanter-1.3.0
>
>
> Right now the feature of the elasticsearch rest appender requires http, for 
> no reason. The Import-Packages does have javax.servlet as import but non are 
> required. 



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


[jira] [Commented] (KARAF-4758) Upgrade to Aries Transaction Manager 1.3.1

2016-10-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4758:


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

[KARAF-4758] Upgrade to Aries Transaction Manager 1.3.1


> Upgrade to Aries Transaction Manager 1.3.1
> --
>
> Key: KARAF-4758
> URL: https://issues.apache.org/jira/browse/KARAF-4758
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Marc Durand
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> Aries Transaction Manager 1.3.1 provides a fix that prevents the 
> TransactionManager from being re-published to the OSGi registry upon startup 
> of Karaf.
> See: https://issues.apache.org/jira/browse/ARIES-1621



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


[jira] [Commented] (KARAF-4758) Upgrade to Aries Transaction Manager 1.3.1

2016-10-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4758:


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

[KARAF-4758] This closes #247


> Upgrade to Aries Transaction Manager 1.3.1
> --
>
> Key: KARAF-4758
> URL: https://issues.apache.org/jira/browse/KARAF-4758
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Marc Durand
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> Aries Transaction Manager 1.3.1 provides a fix that prevents the 
> TransactionManager from being re-published to the OSGi registry upon startup 
> of Karaf.
> See: https://issues.apache.org/jira/browse/ARIES-1621



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


[jira] [Commented] (KARAF-4758) Upgrade to Aries Transaction Manager 1.3.1

2016-10-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4758:


Commit 289b2b0f86e33bb1a661ddadc6eba330433bb526 in karaf's branch 
refs/heads/master from [~marc.durand]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=289b2b0 ]

[KARAF-4758] Upgrade to Aries Transaction Manager 1.3.1


> Upgrade to Aries Transaction Manager 1.3.1
> --
>
> Key: KARAF-4758
> URL: https://issues.apache.org/jira/browse/KARAF-4758
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Marc Durand
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> Aries Transaction Manager 1.3.1 provides a fix that prevents the 
> TransactionManager from being re-published to the OSGi registry upon startup 
> of Karaf.
> See: https://issues.apache.org/jira/browse/ARIES-1621



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


[jira] [Commented] (KARAF-4760) Upgrade to Felix FileInstall 3.5.6

2016-10-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4760:


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

[KARAF-4760] Upgrade to Felix Fileinstall 3.5.6


> Upgrade to Felix FileInstall 3.5.6
> --
>
> Key: KARAF-4760
> URL: https://issues.apache.org/jira/browse/KARAF-4760
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Affects Versions: 4.0.7
>Reporter: Oliver Lietz
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> Pax Exam adds comments (see below) to configuration files when they are 
> modified by calling e.g. {{editConfigurationFilePut(...)}} which renders 
> {{*.config}} files in tests invalid (FELIX-5261).
> {noformat}
> #Modified by paxexam
> #Mon Oct 10 21:45:07 CEST 2016
> {noformat}



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


[jira] [Commented] (KARAF-4736) Cluster Feature Install options parity

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

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

ASF subversion and git services commented on KARAF-4736:


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

[KARAF-4736] Align cluster feature install options with the local ones


> Cluster Feature Install options parity
> --
>
> Key: KARAF-4736
> URL: https://issues.apache.org/jira/browse/KARAF-4736
> Project: Karaf
>  Issue Type: Improvement
>  Components: cellar-features
>Affects Versions: cellar-4.0.2
>Reporter: Yurii Rashkovskii
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
> Fix For: cellar-4.0.3
>
>
> cluster:feature-install is missing some of the feature:install options, most 
> notably -u (upgrade).



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


[jira] [Commented] (KARAF-4780) Migrate SCR demos to the standard OSGi annotations

2016-10-17 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4780:


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

[KARAF-4780] Migrate SCR demos to use the OSGi annotations

> Migrate SCR demos to the standard OSGi annotations
> --
>
> Key: KARAF-4780
> URL: https://issues.apache.org/jira/browse/KARAF-4780
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-demo
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4781) Support auto loading multiple initialization scripts

2016-10-17 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4781:


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

[KARAF-4781] Support auto loading multiple initialization scripts

The karaf.shell.init.script variable can now support a comma separated list of 
glob patterns.

> Support auto loading multiple initialization scripts
> 
>
> Key: KARAF-4781
> URL: https://issues.apache.org/jira/browse/KARAF-4781
> Project: Karaf
>  Issue Type: New Feature
>  Components: karaf-shell
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4729) cluster:feature-repo-refresh never works

2016-10-17 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4729:


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

[KARAF-4729] Fix cluster feature repo refresh action


> cluster:feature-repo-refresh never works
> 
>
> Key: KARAF-4729
> URL: https://issues.apache.org/jira/browse/KARAF-4729
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-features
>Affects Versions: cellar-4.0.2
>Reporter: Yurii Rashkovskii
>Assignee: Jean-Baptiste Onofré
>Priority: Critical
> Fix For: cellar-4.0.3
>
>
> It is impossible to refresh a feature repo:
> > feature-repo-list default | grep standard
> standard-4.0.6   | cluster/local | 
> mvn:org.apache.karaf.features/standard/4.0.6/xml/features
> > feature-repo-refresh default standard-4.0.6
> Features repository standard-4.0.6 doesn't exist in cluster group default
> I believe the problem lies here:
> https://github.com/apache/karaf-cellar/blob/master/features/src/main/java/org/apache/karaf/cellar/features/shell/RepoRefreshCommand.java#L76-L83
> It essentially calls Map#get(URI) which always returns null:
> java> java.net.URI uri = new java.net.URI("https://google.com;);
> java.net.URL uri = https://google.com
> java> Map m = new HashMap<>();
> java.util.Map m = {}
> java> m.put("https://google.com;, "test");
> java.lang.Object res3 = null
> java> m.get(uri);
> java.lang.Object res4 = null
> I also see that there's a similar problem in other parts, like here: 
> https://github.com/apache/karaf-cellar/blob/master/features/src/main/java/org/apache/karaf/cellar/features/shell/RepoAddCommand.java#L90-L97
> Or is there anything I am missing about this code?
> If necessary, I can send a PR.



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


[jira] [Commented] (KARAF-4487) LDAPLoginModule and GSSAPI

2016-12-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


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

[KARAF-4487] This closes #254


> LDAPLoginModule and GSSAPI
> --
>
> Key: KARAF-4487
> URL: https://issues.apache.org/jira/browse/KARAF-4487
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-security
>Affects Versions: 4.0.4
>Reporter: Alexandre Cartapanis
>
> LDAPLoginModule is restricted to "simple" or "none" authentication. A support 
> for other method like GSSAPI would be great.
> Note that it is a common enterprise context : access to LDAP directory is not 
> made with username/password but through an other realm (a kerberos one for 
> exemple)



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


[jira] [Commented] (KARAF-4487) LDAPLoginModule and GSSAPI

2016-12-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


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

[KARAF-4487] Add support for GSSAPI authentication.


> LDAPLoginModule and GSSAPI
> --
>
> Key: KARAF-4487
> URL: https://issues.apache.org/jira/browse/KARAF-4487
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-security
>Affects Versions: 4.0.4
>Reporter: Alexandre Cartapanis
>
> LDAPLoginModule is restricted to "simple" or "none" authentication. A support 
> for other method like GSSAPI would be great.
> Note that it is a common enterprise context : access to LDAP directory is not 
> made with username/password but through an other realm (a kerberos one for 
> exemple)



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


[jira] [Commented] (KARAF-4487) LDAPLoginModule and GSSAPI

2016-12-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


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

[KARAF-4487] Add support for GSSAPI authentication.


> LDAPLoginModule and GSSAPI
> --
>
> Key: KARAF-4487
> URL: https://issues.apache.org/jira/browse/KARAF-4487
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-security
>Affects Versions: 4.0.4
>Reporter: Alexandre Cartapanis
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> LDAPLoginModule is restricted to "simple" or "none" authentication. A support 
> for other method like GSSAPI would be great.
> Note that it is a common enterprise context : access to LDAP directory is not 
> made with username/password but through an other realm (a kerberos one for 
> exemple)



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


[jira] [Commented] (KARAF-4861) Upgrade to sshd 1.3.0

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

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

ASF subversion and git services commented on KARAF-4861:


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

[KARAF-4861] Upgrade to sshd 1.3.0


> Upgrade to sshd 1.3.0
> -
>
> Key: KARAF-4861
> URL: https://issues.apache.org/jira/browse/KARAF-4861
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-shell
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4852) Minor issues with start script

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

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

ASF subversion and git services commented on KARAF-4852:


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

[KARAF-4852] Improve unix shell scripts

> Minor issues with start script
> --
>
> Key: KARAF-4852
> URL: https://issues.apache.org/jira/browse/KARAF-4852
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.7
>Reporter: Lars Kiesow
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0
>
>
> If a cd command fails in the start script the following behavior is undefined 
> and could potentially cause problems.



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


[jira] [Commented] (KARAF-4850) Be able to specify several object names for the JMX collector

2016-12-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4850:


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

[KARAF-4850] Be able to specify several object names for the JMX collector


> Be able to specify several object names for the JMX collector
> -
>
> Key: KARAF-4850
> URL: https://issues.apache.org/jira/browse/KARAF-4850
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-1.2.0, decanter-1.3.0
>Reporter: Vincent Zurczak
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-1.4.0
>
>
> When using the JMX collector, there is a property called *object.name*, which 
> can be a query for MBeans. However, the syntax of ObjectName is too poor IMO. 
> And gathering all the MBeans information can result in sending too much data 
> to the appender (e.g. ElasticSearch).
> It would be very convenient if one could customize which MBeans are retrieved 
> exactly, as a list, in the same configuration file.
> Example:
> {quote}
> object.name = \
> java.lang:type=Memory,name=HeapMemoryUsage |\
> java.lang:type=Memory,name=NonHeapMemoryUsage |\
> java.lang:type=OperatingSystem,name=SystemLoadAverage |\
> java.lang:type=OperatingSystem,name=SystemCpuLoad |\
> java.lang:type=OperatingSystem,name=ProcessCpuLoad |\
> java.lang:type=OperatingSystem,name=FreePhysicalMemorySize |\
> java.lang:type=Threading,name=ThreadCount
> {quote}
> I suggest to use the pipe character as a separator.
> Or, we could use the base property as a prefix.
> {quote}
> object.name.1=java.lang:type=Memory,name=HeapMemoryUsage
> object.name.2=java.lang:type=Memory,name=NonHeapMemoryUsage
> object.name.3=java.lang:type=OperatingSystem,name=SystemLoadAverage
> object.name.4=java.lang:type=OperatingSystem,name=SystemCpuLoad
> object.name.5=java.lang:type=OperatingSystem,name=ProcessCpuLoad
> object.name.6=java.lang:type=OperatingSystem,name=FreePhysicalMemorySize
> object.name.7=java.lang:type=Threading,name=ThreadCount
> {quote}
> In terms of performance, it should not have a major impact with respect to 
> the current implementation. We need to parse the list of values and iterate 
> over it to fullfill the set of ObjectNames. Obviously, this could be achieved 
> by creating several CFG files. But you would have to copy the JMX settings 
> over and over again. IMO, it is better to have one configuration file per JMX 
> configuration.
> I could work on it and submit a patch if necessary.



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


[jira] [Commented] (KARAF-4850) Be able to specify several object names for the JMX collector

2016-12-06 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4850:


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

[KARAF-4850] This closes #17


> Be able to specify several object names for the JMX collector
> -
>
> Key: KARAF-4850
> URL: https://issues.apache.org/jira/browse/KARAF-4850
> Project: Karaf
>  Issue Type: Improvement
>  Components: decanter
>Affects Versions: decanter-1.2.0, decanter-1.3.0
>Reporter: Vincent Zurczak
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: decanter-1.4.0
>
>
> When using the JMX collector, there is a property called *object.name*, which 
> can be a query for MBeans. However, the syntax of ObjectName is too poor IMO. 
> And gathering all the MBeans information can result in sending too much data 
> to the appender (e.g. ElasticSearch).
> It would be very convenient if one could customize which MBeans are retrieved 
> exactly, as a list, in the same configuration file.
> Example:
> {quote}
> object.name = \
> java.lang:type=Memory,name=HeapMemoryUsage |\
> java.lang:type=Memory,name=NonHeapMemoryUsage |\
> java.lang:type=OperatingSystem,name=SystemLoadAverage |\
> java.lang:type=OperatingSystem,name=SystemCpuLoad |\
> java.lang:type=OperatingSystem,name=ProcessCpuLoad |\
> java.lang:type=OperatingSystem,name=FreePhysicalMemorySize |\
> java.lang:type=Threading,name=ThreadCount
> {quote}
> I suggest to use the pipe character as a separator.
> Or, we could use the base property as a prefix.
> {quote}
> object.name.1=java.lang:type=Memory,name=HeapMemoryUsage
> object.name.2=java.lang:type=Memory,name=NonHeapMemoryUsage
> object.name.3=java.lang:type=OperatingSystem,name=SystemLoadAverage
> object.name.4=java.lang:type=OperatingSystem,name=SystemCpuLoad
> object.name.5=java.lang:type=OperatingSystem,name=ProcessCpuLoad
> object.name.6=java.lang:type=OperatingSystem,name=FreePhysicalMemorySize
> object.name.7=java.lang:type=Threading,name=ThreadCount
> {quote}
> In terms of performance, it should not have a major impact with respect to 
> the current implementation. We need to parse the list of values and iterate 
> over it to fullfill the set of ObjectNames. Obviously, this could be achieved 
> by creating several CFG files. But you would have to copy the JMX settings 
> over and over again. IMO, it is better to have one configuration file per JMX 
> configuration.
> I could work on it and submit a patch if necessary.



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


[jira] [Commented] (KARAF-4623) Upgrade to Spring 4.1.9.RELEASE

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4623:


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

[KARAF-4623] Upgrade to Spring 4.1.9.RELEASE


> Upgrade to Spring 4.1.9.RELEASE
> ---
>
> Key: KARAF-4623
> URL: https://issues.apache.org/jira/browse/KARAF-4623
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Affects Versions: 4.1.0, 4.0.5, 3.0.7
>Reporter: Krzysztof Sobkowiak
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> We are currently using Spring 4.1.7.RELEASE, but one user has pointed to a 
> vulerability in this version http://pivotal.io/security/cve-2015-5211. We 
> should upgrade to 4.1.8.RELEASE (not available yet as bundle)



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


[jira] [Commented] (KARAF-4623) Upgrade to Spring 4.1.9.RELEASE

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4623:


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

[KARAF-4623] Upgrade to Spring 4.1.9.RELEASE


> Upgrade to Spring 4.1.9.RELEASE
> ---
>
> Key: KARAF-4623
> URL: https://issues.apache.org/jira/browse/KARAF-4623
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Affects Versions: 4.1.0, 4.0.5, 3.0.7
>Reporter: Krzysztof Sobkowiak
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> We are currently using Spring 4.1.7.RELEASE, but one user has pointed to a 
> vulerability in this version http://pivotal.io/security/cve-2015-5211. We 
> should upgrade to 4.1.8.RELEASE (not available yet as bundle)



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


[jira] [Commented] (KARAF-4886) Upgrade Hibernate Validator to version 5.3.4.Final

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

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

ASF subversion and git services commented on KARAF-4886:


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

[KARAF-4886] Upgrade Hibernate Validator to version 5.3.4.Final


> Upgrade Hibernate Validator to version 5.3.4.Final
> --
>
> Key: KARAF-4886
> URL: https://issues.apache.org/jira/browse/KARAF-4886
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4623) Upgrade to Spring 4.1.9.RELEASE

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4623:


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

[KARAF-4623] Upgrade to Spring 4.1.9.RELEASE


> Upgrade to Spring 4.1.9.RELEASE
> ---
>
> Key: KARAF-4623
> URL: https://issues.apache.org/jira/browse/KARAF-4623
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Affects Versions: 4.1.0, 4.0.5, 3.0.7
>Reporter: Krzysztof Sobkowiak
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> We are currently using Spring 4.1.7.RELEASE, but one user has pointed to a 
> vulerability in this version http://pivotal.io/security/cve-2015-5211. We 
> should upgrade to 4.1.8.RELEASE (not available yet as bundle)



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


[jira] [Commented] (KARAF-4890) Upgrade to Spring 4.2.8.RELEASE

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4890:


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

[KARAF-4890] Upgrade to Spring 4.2.8.RELEASE


> Upgrade to Spring 4.2.8.RELEASE
> ---
>
> Key: KARAF-4890
> URL: https://issues.apache.org/jira/browse/KARAF-4890
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4890) Upgrade to Spring 4.2.8.RELEASE

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4890:


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

[KARAF-4890] Upgrade to Spring 4.2.8.RELEASE


> Upgrade to Spring 4.2.8.RELEASE
> ---
>
> Key: KARAF-4890
> URL: https://issues.apache.org/jira/browse/KARAF-4890
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4890) Upgrade to Spring 4.2.8.RELEASE

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4890:


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

[KARAF-4890] Upgrade to Spring 4.2.8.RELEASE


> Upgrade to Spring 4.2.8.RELEASE
> ---
>
> Key: KARAF-4890
> URL: https://issues.apache.org/jira/browse/KARAF-4890
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4487) LDAPLoginModule and GSSAPI

2016-12-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4487:


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

[KARAF-4487] Doesn't use lamba to be Java7 compliant


> LDAPLoginModule and GSSAPI
> --
>
> Key: KARAF-4487
> URL: https://issues.apache.org/jira/browse/KARAF-4487
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-security
>Affects Versions: 4.0.4
>Reporter: Alexandre Cartapanis
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> LDAPLoginModule is restricted to "simple" or "none" authentication. A support 
> for other method like GSSAPI would be great.
> Note that it is a common enterprise context : access to LDAP directory is not 
> made with username/password but through an other realm (a kerberos one for 
> exemple)



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


[jira] [Commented] (KARAF-4888) Upgrade to Pax-Web 6.0.0

2016-12-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4888:


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

[KARAF-4888] - Upgrade to Pax-Web 6.0.0

upgrade to latest snapshot for now, should be moved to the released
version asap

> Upgrade to Pax-Web 6.0.0
> 
>
> Key: KARAF-4888
> URL: https://issues.apache.org/jira/browse/KARAF-4888
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-webcontainer
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: 4.1.0
>
>
> The latest SNAPSHOT dependency should be added, and changed to the release 
> version as soon as it's available. 



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


[jira] [Commented] (KARAF-4770) Update etc/org.apache.karaf.management.cfg

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4770:


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

[KARAF-4770] Update etc/org.apache.karaf.management.cfg


> Update etc/org.apache.karaf.management.cfg
> --
>
> Key: KARAF-4770
> URL: https://issues.apache.org/jira/browse/KARAF-4770
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> Karaf management contains properties not really documented in 
> {{etc/org.apache.karaf.management.cfg}} default configuration file.



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


[jira] [Commented] (KARAF-4770) Update etc/org.apache.karaf.management.cfg

2016-12-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4770:


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

[KARAF-4770] Update etc/org.apache.karaf.management.cfg


> Update etc/org.apache.karaf.management.cfg
> --
>
> Key: KARAF-4770
> URL: https://issues.apache.org/jira/browse/KARAF-4770
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-management
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 3.0.9, 4.0.8
>
>
> Karaf management contains properties not really documented in 
> {{etc/org.apache.karaf.management.cfg}} default configuration file.



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


[jira] [Commented] (KARAF-4861) Upgrade to sshd 1.3.0

2016-12-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4861:


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

Revert "[KARAF-4861] Upgrade to sshd 1.3.0"

This reverts commit 0ee2e638f62dd6bc8bcbb171555ab4f787ced4de.


> Upgrade to sshd 1.3.0
> -
>
> Key: KARAF-4861
> URL: https://issues.apache.org/jira/browse/KARAF-4861
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-shell
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0
>
>




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


[jira] [Commented] (KARAF-4888) Upgrade to Pax-Web 6.0.0

2016-12-14 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4888:


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

[KARAF-4888] - Upgrade to Pax-Web 6.0.0


> Upgrade to Pax-Web 6.0.0
> 
>
> Key: KARAF-4888
> URL: https://issues.apache.org/jira/browse/KARAF-4888
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-webcontainer
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: 4.1.0
>
>
> The latest SNAPSHOT dependency should be added, and changed to the release 
> version as soon as it's available. 



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


[jira] [Commented] (KARAF-4673) Rename karaf.shutdown.pid.file to karaf.pid.file

2016-12-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4673:


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

[KARAF-4673] This closes #231


> Rename karaf.shutdown.pid.file to karaf.pid.file
> 
>
> Key: KARAF-4673
> URL: https://issues.apache.org/jira/browse/KARAF-4673
> Project: Karaf
>  Issue Type: Sub-task
>  Components: karaf-core
>Reporter: Luca Burgazzoli
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4673) Rename karaf.shutdown.pid.file to karaf.pid.file

2016-12-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4673:


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

[KARAF-4673] Rename karaf.shutdown.pid.file to karaf.pid.file


> Rename karaf.shutdown.pid.file to karaf.pid.file
> 
>
> Key: KARAF-4673
> URL: https://issues.apache.org/jira/browse/KARAF-4673
> Project: Karaf
>  Issue Type: Sub-task
>  Components: karaf-core
>Reporter: Luca Burgazzoli
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Commented] (KARAF-4892) Encode username in LDAPLoginModule to avoid "code" injection

2016-12-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4892:


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

[KARAF-4892] Encode user to avoid LDAP injection


> Encode username in LDAPLoginModule to avoid "code" injection
> 
>
> Key: KARAF-4892
> URL: https://issues.apache.org/jira/browse/KARAF-4892
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-security
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> A malicious user can inject "LDAP" code in the username, causing bad behavior 
> in the LDAP login module.
> To prevent this, the LDAP login module should encode the user.



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


[jira] [Commented] (KARAF-4892) Encode username in LDAPLoginModule to avoid "code" injection

2016-12-12 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-4892:


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

[KARAF-4892] Encode user to avoid LDAP injection


> Encode username in LDAPLoginModule to avoid "code" injection
> 
>
> Key: KARAF-4892
> URL: https://issues.apache.org/jira/browse/KARAF-4892
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-security
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.8
>
>
> A malicious user can inject "LDAP" code in the username, causing bad behavior 
> in the LDAP login module.
> To prevent this, the LDAP login module should encode the user.



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


<    5   6   7   8   9   10   11   12   13   14   >