[jira] [Updated] (KARAF-5200) A dependency declared feature isn't installed as boot-feature

2017-06-11 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck updated KARAF-5200:
--
Description: 
A custom karaf configured to have cellar-shell feature as transitive dependency 
in a boot-feature, doesn't provide the cellar-shell functionality. 

https://github.com/ANierbeck/Karaf-Vertx/blob/master/Vertx-Feature/src/main/feature/feature.xml#L70

the corresponding customized Karaf build: 
https://github.com/ANierbeck/Karaf-Vertx/blob/master/Vertx-Karaf-Cluster/pom.xml#L174


  was:
A custom karaf configured to have cellar-shell feature as transitive dependency 
in a boot-feature, doesn't provide the cellar-shell functionality. 

https://github.com/ANierbeck/Karaf-Vertx/blob/master/Vertx-Feature/src/main/feature/feature.xml#L70



> A dependency declared feature isn't installed as boot-feature
> -
>
> Key: KARAF-5200
> URL: https://issues.apache.org/jira/browse/KARAF-5200
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-features, karaf-feature
>Affects Versions: 4.1.1, cellar-4.1.0
>Reporter: Achim Nierbeck
>
> A custom karaf configured to have cellar-shell feature as transitive 
> dependency in a boot-feature, doesn't provide the cellar-shell functionality. 
> https://github.com/ANierbeck/Karaf-Vertx/blob/master/Vertx-Feature/src/main/feature/feature.xml#L70
> the corresponding customized Karaf build: 
> https://github.com/ANierbeck/Karaf-Vertx/blob/master/Vertx-Karaf-Cluster/pom.xml#L174



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KARAF-5196) Strongly consider removing -XX:+UnsyncloadClass from start scripts

2017-06-11 Thread JIRA

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

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

Agree, it's something that I wanted to double check for a while. Especially 
parallel class unloaded is not "required", especially with Java8.

> Strongly consider removing -XX:+UnsyncloadClass from start scripts
> --
>
> Key: KARAF-5196
> URL: https://issues.apache.org/jira/browse/KARAF-5196
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.1.1
>Reporter: Holger Hoffstätte
>Assignee: Jean-Baptiste Onofré
>
> I was just very confused when I saw that a customer JVM was running with 
> -XX:+UnsyncloadClass active; I always run with proper JAVA_OPTS so I never 
> saw it before. This flag is very questionable and even has its own JDK bug: 
> https://bugs.openjdk.java.net/browse/JDK-8140284
> Please consider removing it from the default scripts. Even if there is/was a 
> valid reason it seems questionable to rely on it, considering what it does.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (KARAF-5201) cluster:feature-* commands are gone

2017-06-11 Thread JIRA

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

Jean-Baptiste Onofré resolved KARAF-5201.
-
Resolution: Duplicate

> cluster:feature-* commands are gone
> ---
>
> Key: KARAF-5201
> URL: https://issues.apache.org/jira/browse/KARAF-5201
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-features, cellar-shell
>Affects Versions: cellar-4.1.0
>Reporter: Achim Nierbeck
>Assignee: Jean-Baptiste Onofré
>
> Having a customized Karaf with cellar installed, 
> the cellar-shell is missing (see KARAF-5200), 
> if that feature is installed later, the cluster:feature-* commands are 
> missing. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (KARAF-5196) Strongly consider removing -XX:+UnsyncloadClass from start scripts

2017-06-11 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> Strongly consider removing -XX:+UnsyncloadClass from start scripts
> --
>
> Key: KARAF-5196
> URL: https://issues.apache.org/jira/browse/KARAF-5196
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.1.1
>Reporter: Holger Hoffstätte
>Assignee: Jean-Baptiste Onofré
>
> I was just very confused when I saw that a customer JVM was running with 
> -XX:+UnsyncloadClass active; I always run with proper JAVA_OPTS so I never 
> saw it before. This flag is very questionable and even has its own JDK bug: 
> https://bugs.openjdk.java.net/browse/JDK-8140284
> Please consider removing it from the default scripts. Even if there is/was a 
> valid reason it seems questionable to rely on it, considering what it does.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Assigned] (KARAF-5201) cluster:feature-* commands are gone

2017-06-11 Thread JIRA

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

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

Assignee: Jean-Baptiste Onofré

> cluster:feature-* commands are gone
> ---
>
> Key: KARAF-5201
> URL: https://issues.apache.org/jira/browse/KARAF-5201
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-features, cellar-shell
>Affects Versions: cellar-4.1.0
>Reporter: Achim Nierbeck
>Assignee: Jean-Baptiste Onofré
>
> Having a customized Karaf with cellar installed, 
> the cellar-shell is missing (see KARAF-5200), 
> if that feature is installed later, the cluster:feature-* commands are 
> missing. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KARAF-5201) cluster:feature-* commands are gone

2017-06-11 Thread JIRA

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

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

I already created a Jira about this. Let me find it.

> cluster:feature-* commands are gone
> ---
>
> Key: KARAF-5201
> URL: https://issues.apache.org/jira/browse/KARAF-5201
> Project: Karaf
>  Issue Type: Bug
>  Components: cellar-features, cellar-shell
>Affects Versions: cellar-4.1.0
>Reporter: Achim Nierbeck
>
> Having a customized Karaf with cellar installed, 
> the cellar-shell is missing (see KARAF-5200), 
> if that feature is installed later, the cluster:feature-* commands are 
> missing. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (KARAF-5185) Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa feature

2017-06-11 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck updated KARAF-5185:
--
Fix Version/s: 4.2.0

> Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa 
> feature
> -
>
> Key: KARAF-5185
> URL: https://issues.apache.org/jira/browse/KARAF-5185
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
> Fix For: 4.2.0
>
>
> If one installs next to the karaf enterprise feature also the aries jpa 
> feature there are two features defined with the same name and verison 
> jpa/2.6.0
> Instead of containing almost the same feature in the karaf enterprise feature 
> it would be best to omit it there and rather reference the aries feature 
> definition. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Resolved] (KARAF-5185) Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa feature

2017-06-11 Thread Achim Nierbeck (JIRA)

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

Achim Nierbeck resolved KARAF-5185.
---
Resolution: Fixed
  Assignee: Achim Nierbeck

> Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa 
> feature
> -
>
> Key: KARAF-5185
> URL: https://issues.apache.org/jira/browse/KARAF-5185
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Achim Nierbeck
>Assignee: Achim Nierbeck
>
> If one installs next to the karaf enterprise feature also the aries jpa 
> feature there are two features defined with the same name and verison 
> jpa/2.6.0
> Instead of containing almost the same feature in the karaf enterprise feature 
> it would be best to omit it there and rather reference the aries feature 
> definition. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (KARAF-5185) Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa feature

2017-06-11 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on KARAF-5185:


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

[KARAF-5185] - Karaf enterprise feature shall omit the jpa feature in
favor of the aries jpa feature

> Karaf enterprise feature shall omit the jpa feature in favor of the aries jpa 
> feature
> -
>
> Key: KARAF-5185
> URL: https://issues.apache.org/jira/browse/KARAF-5185
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-feature
>Affects Versions: 4.1.1
>Reporter: Achim Nierbeck
>
> If one installs next to the karaf enterprise feature also the aries jpa 
> feature there are two features defined with the same name and verison 
> jpa/2.6.0
> Instead of containing almost the same feature in the karaf enterprise feature 
> it would be best to omit it there and rather reference the aries feature 
> definition. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (KARAF-5201) cluster:feature-* commands are gone

2017-06-11 Thread Achim Nierbeck (JIRA)
Achim Nierbeck created KARAF-5201:
-

 Summary: cluster:feature-* commands are gone
 Key: KARAF-5201
 URL: https://issues.apache.org/jira/browse/KARAF-5201
 Project: Karaf
  Issue Type: Bug
  Components: cellar-features, cellar-shell
Affects Versions: cellar-4.1.0
Reporter: Achim Nierbeck


Having a customized Karaf with cellar installed, 
the cellar-shell is missing (see KARAF-5200), 
if that feature is installed later, the cluster:feature-* commands are missing. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (KARAF-5200) A dependency declared feature isn't installed as boot-feature

2017-06-11 Thread Achim Nierbeck (JIRA)
Achim Nierbeck created KARAF-5200:
-

 Summary: A dependency declared feature isn't installed as 
boot-feature
 Key: KARAF-5200
 URL: https://issues.apache.org/jira/browse/KARAF-5200
 Project: Karaf
  Issue Type: Bug
  Components: cellar-features, karaf-feature
Affects Versions: cellar-4.1.0, 4.1.1
Reporter: Achim Nierbeck


A custom karaf configured to have cellar-shell feature as transitive dependency 
in a boot-feature, doesn't provide the cellar-shell functionality. 

https://github.com/ANierbeck/Karaf-Vertx/blob/master/Vertx-Feature/src/main/feature/feature.xml#L70




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)