[jira] [Created] (KARAF-3424) Release Apache Karaf 2.4.1

2014-12-28 Thread Jamie goodyear (JIRA)
Jamie goodyear created KARAF-3424:
-

 Summary: Release Apache Karaf 2.4.1
 Key: KARAF-3424
 URL: https://issues.apache.org/jira/browse/KARAF-3424
 Project: Karaf
  Issue Type: Task
Affects Versions: 2.4.1
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 2.4.1






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


[jira] [Commented] (KARAF-3424) Release Apache Karaf 2.4.1

2014-12-28 Thread Jamie goodyear (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-3424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259619#comment-14259619
 ] 

Jamie goodyear commented on KARAF-3424:
---

Update releases notes in kit and online.
Update dependencies matrix.

 Release Apache Karaf 2.4.1
 --

 Key: KARAF-3424
 URL: https://issues.apache.org/jira/browse/KARAF-3424
 Project: Karaf
  Issue Type: Task
Affects Versions: 2.4.1
Reporter: Jamie goodyear
Assignee: Jamie goodyear
 Fix For: 2.4.1






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


[jira] [Commented] (KARAF-3377) Starting Karaf on Windows changes console title

2014-12-28 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259701#comment-14259701
 ] 

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

Fixed on karaf-3.0.x: 
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=029e0885aaf72cb8792a419f931b8bbde8b16117

 Starting Karaf on Windows changes console title
 ---

 Key: KARAF-3377
 URL: https://issues.apache.org/jira/browse/KARAF-3377
 Project: Karaf
  Issue Type: Bug
  Components: karaf-shell
Affects Versions: 2.4.0, 3.0.2
 Environment: Windows
Reporter: Claus Ibsen
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 4.0.0, 3.0.3, 2.4.1


 If you want to start karaf on windows, you can use
 bin\start
 And it startup karaf, but the start.bat script has an issue. 
 a) it set the title of current command window to KARAF_TITLE
 b) it sets the spawned command window to hardcoded Karaf
 The problem is that it should not do (a) as the current command window is 
 just a CLI to control karaf, not to run the karaf itself.
 And for (b) it should actually use KARAF_TITLE as the title, so you can 
 control this.
 This code at should be removed
 https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L33
 And the KARAF_TITLE code from above should be used here instead, eg so the 
 spawned window gets the title of choice
 https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L90



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


[jira] [Created] (KARAF-3425) Need a solution to add a specific version of a feature in karaf-maven-plugin

2014-12-28 Thread Mohammad Shamsi (JIRA)
Mohammad Shamsi created KARAF-3425:
--

 Summary: Need a solution to add a specific version of a feature 
in karaf-maven-plugin 
 Key: KARAF-3425
 URL: https://issues.apache.org/jira/browse/KARAF-3425
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 3.0.2
Reporter: Mohammad Shamsi


Given a feature repository with different versions of same feature.
karaf-maven-plugin always installs the latest version of the feature
and there is *no way* to install older versions of the feature.
 
For example: spring 3.1.x, 3.2.x and 4.0.x are available in 
org.apache.karaf.feature
Adding spring in to feature list of karaf-maven-plugin installs 4.0.x. and 
there is no way to provide the feature version



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


[jira] [Assigned] (KARAF-3425) Need a solution to add a specific version of a feature in karaf-maven-plugin

2014-12-28 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

 Need a solution to add a specific version of a feature in 
 karaf-maven-plugin 
 ---

 Key: KARAF-3425
 URL: https://issues.apache.org/jira/browse/KARAF-3425
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 3.0.2
Reporter: Mohammad Shamsi
Assignee: Jean-Baptiste Onofré
 Fix For: 3.0.3


 Given a feature repository with different versions of same feature.
 karaf-maven-plugin always installs the latest version of the feature
 and there is *no way* to install older versions of the feature.
  
 For example: spring 3.1.x, 3.2.x and 4.0.x are available in 
 org.apache.karaf.feature
 Adding spring in to feature list of karaf-maven-plugin installs 4.0.x. and 
 there is no way to provide the feature version



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


[jira] [Commented] (KARAF-3425) Need a solution to add a specific version of a feature in karaf-maven-plugin

2014-12-28 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259716#comment-14259716
 ] 

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

I gonna check, but I think I implemented the feature/version pattern.

 Need a solution to add a specific version of a feature in 
 karaf-maven-plugin 
 ---

 Key: KARAF-3425
 URL: https://issues.apache.org/jira/browse/KARAF-3425
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 3.0.2
Reporter: Mohammad Shamsi
 Fix For: 3.0.3


 Given a feature repository with different versions of same feature.
 karaf-maven-plugin always installs the latest version of the feature
 and there is *no way* to install older versions of the feature.
  
 For example: spring 3.1.x, 3.2.x and 4.0.x are available in 
 org.apache.karaf.feature
 Adding spring in to feature list of karaf-maven-plugin installs 4.0.x. and 
 there is no way to provide the feature version



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


[jira] [Updated] (KARAF-3425) Need a solution to add a specific version of a feature in karaf-maven-plugin

2014-12-28 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-3425:

Fix Version/s: 3.0.3

 Need a solution to add a specific version of a feature in 
 karaf-maven-plugin 
 ---

 Key: KARAF-3425
 URL: https://issues.apache.org/jira/browse/KARAF-3425
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 3.0.2
Reporter: Mohammad Shamsi
Assignee: Jean-Baptiste Onofré
 Fix For: 3.0.3


 Given a feature repository with different versions of same feature.
 karaf-maven-plugin always installs the latest version of the feature
 and there is *no way* to install older versions of the feature.
  
 For example: spring 3.1.x, 3.2.x and 4.0.x are available in 
 org.apache.karaf.feature
 Adding spring in to feature list of karaf-maven-plugin installs 4.0.x. and 
 there is no way to provide the feature version



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


[jira] [Updated] (KARAF-3425) Need a solution to add a specific version of a feature in karaf-maven-plugin

2014-12-28 Thread JIRA

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

Jean-Baptiste Onofré updated KARAF-3425:

Fix Version/s: 4.0.0

 Need a solution to add a specific version of a feature in 
 karaf-maven-plugin 
 ---

 Key: KARAF-3425
 URL: https://issues.apache.org/jira/browse/KARAF-3425
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 3.0.2
Reporter: Mohammad Shamsi
Assignee: Jean-Baptiste Onofré
 Fix For: 4.0.0, 3.0.3


 Given a feature repository with different versions of same feature.
 karaf-maven-plugin always installs the latest version of the feature
 and there is *no way* to install older versions of the feature.
  
 For example: spring 3.1.x, 3.2.x and 4.0.x are available in 
 org.apache.karaf.feature
 Adding spring in to feature list of karaf-maven-plugin installs 4.0.x. and 
 there is no way to provide the feature version



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


[jira] [Commented] (KARAF-3377) Starting Karaf on Windows changes console title

2014-12-28 Thread JIRA

[ 
https://issues.apache.org/jira/browse/KARAF-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259718#comment-14259718
 ] 

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

Fixed on karaf-2.x: 
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=5073f85f9efd7b74c95306a83edff7e54a9692fd

 Starting Karaf on Windows changes console title
 ---

 Key: KARAF-3377
 URL: https://issues.apache.org/jira/browse/KARAF-3377
 Project: Karaf
  Issue Type: Bug
  Components: karaf-shell
Affects Versions: 2.4.0, 3.0.2
 Environment: Windows
Reporter: Claus Ibsen
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 4.0.0, 3.0.3, 2.4.1


 If you want to start karaf on windows, you can use
 bin\start
 And it startup karaf, but the start.bat script has an issue. 
 a) it set the title of current command window to KARAF_TITLE
 b) it sets the spawned command window to hardcoded Karaf
 The problem is that it should not do (a) as the current command window is 
 just a CLI to control karaf, not to run the karaf itself.
 And for (b) it should actually use KARAF_TITLE as the title, so you can 
 control this.
 This code at should be removed
 https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L33
 And the KARAF_TITLE code from above should be used here instead, eg so the 
 spawned window gets the title of choice
 https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L90



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


[jira] [Resolved] (KARAF-3377) Starting Karaf on Windows changes console title

2014-12-28 Thread JIRA

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

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

 Starting Karaf on Windows changes console title
 ---

 Key: KARAF-3377
 URL: https://issues.apache.org/jira/browse/KARAF-3377
 Project: Karaf
  Issue Type: Bug
  Components: karaf-shell
Affects Versions: 2.4.0, 3.0.2
 Environment: Windows
Reporter: Claus Ibsen
Assignee: Jean-Baptiste Onofré
Priority: Minor
 Fix For: 4.0.0, 3.0.3, 2.4.1


 If you want to start karaf on windows, you can use
 bin\start
 And it startup karaf, but the start.bat script has an issue. 
 a) it set the title of current command window to KARAF_TITLE
 b) it sets the spawned command window to hardcoded Karaf
 The problem is that it should not do (a) as the current command window is 
 just a CLI to control karaf, not to run the karaf itself.
 And for (b) it should actually use KARAF_TITLE as the title, so you can 
 control this.
 This code at should be removed
 https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L33
 And the KARAF_TITLE code from above should be used here instead, eg so the 
 spawned window gets the title of choice
 https://github.com/apache/karaf/blob/master/assemblies/features/framework/src/main/filtered-resources/resources/bin/start.bat#L90



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


[jira] [Work started] (KARAF-3382) Support configuration for custom LDAP group to JAAS role mapping

2014-12-28 Thread JIRA

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

Work on KARAF-3382 started by Jean-Baptiste Onofré.
---
 Support configuration for custom LDAP group to JAAS role mapping
 

 Key: KARAF-3382
 URL: https://issues.apache.org/jira/browse/KARAF-3382
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-security
Affects Versions: 2.4.0, 3.0.2, 2.3.9, 4.0.0.M1
Reporter: Ancoron Luciferis
Assignee: Jean-Baptiste Onofré
Priority: Minor
  Labels: ldap
 Fix For: 4.0.0, 3.0.3, 2.4.1, 2.3.10

 Attachments: 
 karaf-2.3.x-jaas-modules-Add-configuration-parameter-role.mappin.patch, 
 karaf-2.x-jaas-modules-Add-configuration-parameter-role.mappin.patch, 
 karaf-3.0.x-jaas-modules-Add-configuration-parameter-role.mappin.patch, 
 karaf-master-jaas-modules-Add-configuration-parameter-role.mappin.patch


 Use-case: enable integration of an externally developed application running 
 Karaf without the need to define new groups in LDAP (map existing LDAP groups 
 to roles defined by the application).



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


[jira] [Commented] (KARAF-3425) Need a solution to add a specific version of a feature in karaf-maven-plugin

2014-12-28 Thread Mohammad Shamsi (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-3425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14259754#comment-14259754
 ] 

Mohammad Shamsi commented on KARAF-3425:


In version 3.0.2 only name is considered. Not sure about higher versions

 Need a solution to add a specific version of a feature in 
 karaf-maven-plugin 
 ---

 Key: KARAF-3425
 URL: https://issues.apache.org/jira/browse/KARAF-3425
 Project: Karaf
  Issue Type: Bug
  Components: karaf-tooling
Affects Versions: 3.0.2
Reporter: Mohammad Shamsi
Assignee: Jean-Baptiste Onofré
 Fix For: 4.0.0, 3.0.3


 Given a feature repository with different versions of same feature.
 karaf-maven-plugin always installs the latest version of the feature
 and there is *no way* to install older versions of the feature.
  
 For example: spring 3.1.x, 3.2.x and 4.0.x are available in 
 org.apache.karaf.feature
 Adding spring in to feature list of karaf-maven-plugin installs 4.0.x. and 
 there is no way to provide the feature version



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