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

2016-03-11 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet commented on KARAF-4411:


I don't think the features have any problem at all, it's more the resolver is 
forced to install spring/3.1.x feature at some point.

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



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


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

2016-03-11 Thread JIRA

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

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

It sounds good to use mandatory and dependency flag on a feature dependency. 
Not sure about the side effects (I don't see obvious ones ;)). Thanks !

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



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


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

2016-03-11 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet commented on KARAF-4411:


I have a fix, but I need to investigate a bit more the possible side effects:
{code}
diff --git 
a/features/core/src/main/java/org/apache/karaf/features/internal/region/Subsystem.java
 
b/features/core/src/main/java/org/apache/karaf/features/internal/region/Subsystem.java
index 09cae6b..d8863e5 100644
--- 
a/features/core/src/main/java/org/apache/karaf/features/internal/region/Subsystem.java
+++ 
b/features/core/src/main/java/org/apache/karaf/features/internal/region/Subsystem.java
@@ -284,7 +284,7 @@ public class Subsystem extends ResourceImpl {
 while (!ss.isAcceptDependencies()) {
 ss = ss.getParent();
 }
-ss.requireFeature(dep.getName(), dep.getVersion(), 
this.mandatory && (mandatory && !dep.isDependency()));
+ss.requireFeature(dep.getName(), dep.getVersion(), false);
 }
 for (Conditional cond : feature.getConditional()) {
 Feature fcond = cond.asFeature();
{code}


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



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


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

2016-03-11 Thread JIRA

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

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

I started to check the spring version alignment between spring-dm and pax-web. 
But go ahead if you want to work on this Jira.

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



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


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

2016-03-11 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet reassigned KARAF-4411:
--

Assignee: Guillaume Nodet  (was: Jean-Baptiste Onofré)

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



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


[jira] [Created] (KARAF-4414) Add LogAuditLoginModule and replace FileAuditLoginModule by default

2016-03-11 Thread JIRA
Jean-Baptiste Onofré created KARAF-4414:
---

 Summary: Add LogAuditLoginModule and replace FileAuditLoginModule 
by default
 Key: KARAF-4414
 URL: https://issues.apache.org/jira/browse/KARAF-4414
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-security
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
 Fix For: 4.1.0, 4.0.5


Currently, Karaf enabled the FileAuditLoginModule by default. This login module 
audit all security actions (logon, logout, etc) performed by users.

However, this is a simple file (populated by a StringWriter), so it always 
grows up, never rotate and we can't limit the size.

I've implemented a new LogAuditLoginModule that use slf4j to log the security 
actions.
We should use this login module by default (instead of the 
FileAuditLoginModule, using a specific appender in 
etc/org.ops4j.pax.logging.cfg).



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


[jira] [Updated] (KARAF-4408) FileCompeter does not work correctly

2016-03-11 Thread Lijun Liao (JIRA)

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

Lijun Liao updated KARAF-4408:
--
Fix Version/s: 4.0.5

> FileCompeter does not work correctly
> 
>
> Key: KARAF-4408
> URL: https://issues.apache.org/jira/browse/KARAF-4408
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.0.4
> Environment: Linux
>Reporter: Lijun Liao
> Fix For: 4.0.5
>
>
> The FileCompleter in the version 2.3.* works correctly, but not in 4.x (at 
> least not in 4.0.4).
> Process to verify the bug:
> 1. "karaf@root()> feature:export-bundles minimal dat"
> 2. Enter TAB, then I get "karaf@root()> feature:export-bundles minimal data/ 
> " within ending space, which is not expected.



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


[jira] [Updated] (KARAF-4350) Error while entering percent-symbol (%) between quotation marks in karaf-shell.

2016-03-11 Thread Lijun Liao (JIRA)

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

Lijun Liao updated KARAF-4350:
--
Fix Version/s: 4.0.5

> Error while entering percent-symbol (%) between quotation marks in 
> karaf-shell.
> ---
>
> Key: KARAF-4350
> URL: https://issues.apache.org/jira/browse/KARAF-4350
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Affects Versions: 4.0.4
> Environment: Linux
>Reporter: Lijun Liao
> Fix For: 4.0.5
>
>
> karaf@root()> echo "a\%b"
> Error executing command: bad expression: a\%b



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


[jira] [Resolved] (KARAF-4402) Upgrade to build-helper-maven-plugin 1.10

2016-03-11 Thread JIRA

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

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

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




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


[jira] [Commented] (KARAF-4402) Upgrade to build-helper-maven-plugin 1.10

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

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

ASF subversion and git services commented on KARAF-4402:


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

KARAF-4402 - Upgrade to build-helper-maven-plugin 1.10


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




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


[jira] [Commented] (KARAF-4402) Upgrade to build-helper-maven-plugin 1.10

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

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

ASF subversion and git services commented on KARAF-4402:


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

KARAF-4402 - Upgrade to build-helper-maven-plugin 1.10


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




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


[jira] [Resolved] (KARAF-4401) Upgrade to depends-maven-plugin 1.3.1

2016-03-11 Thread JIRA

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

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

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




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


[jira] [Commented] (KARAF-4401) Upgrade to depends-maven-plugin 1.3.1

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

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

ASF subversion and git services commented on KARAF-4401:


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

KARAF-4401 - Upgrade to depends-maven-plugin 1.3.1


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




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


[jira] [Commented] (KARAF-4401) Upgrade to depends-maven-plugin 1.3.1

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

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

ASF subversion and git services commented on KARAF-4401:


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

KARAF-4401 - Upgrade to depends-maven-plugin 1.3.1


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




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


[jira] [Resolved] (KARAF-4400) Upgrade to maven-war-plugin 2.6

2016-03-11 Thread JIRA

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

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

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




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


[jira] [Commented] (KARAF-4400) Upgrade to maven-war-plugin 2.6

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

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

ASF subversion and git services commented on KARAF-4400:


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

KARAF-4400 - Upgrade to maven-war-plugin 2.6


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




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


[jira] [Commented] (KARAF-4400) Upgrade to maven-war-plugin 2.6

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

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

ASF subversion and git services commented on KARAF-4400:


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

KARAF-4400 - Upgrade to maven-war-plugin 2.6


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




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


[jira] [Commented] (KARAF-4399) Upgrade to maven-surefire-plugin and maven-surefire-report-plugin 2.19.1

2016-03-11 Thread JIRA

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

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

It sounds this upgrade breaks the itests. I take a look.

> Upgrade to maven-surefire-plugin and maven-surefire-report-plugin 2.19.1
> 
>
> Key: KARAF-4399
> URL: https://issues.apache.org/jira/browse/KARAF-4399
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.0, 4.0.5
>
>




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


[jira] [Resolved] (KARAF-4398) Upgrade to maven-source-plugin 3.0.0

2016-03-11 Thread JIRA

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

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

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




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


[jira] [Commented] (KARAF-4398) Upgrade to maven-source-plugin 3.0.0

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

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

ASF subversion and git services commented on KARAF-4398:


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

KARAF-4398 - Upgrade to maven-source-plugin 3.0.0


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




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


[jira] [Commented] (KARAF-4398) Upgrade to maven-source-plugin 3.0.0

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

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

ASF subversion and git services commented on KARAF-4398:


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

KARAF-4398 - Upgrade to maven-source-plugin 3.0.0


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




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