[jira] [Resolved] (KARAF-4771) There is a Root instance already running with name root and pid ...

2018-07-24 Thread Andrea Cosentino (JIRA)


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

Andrea Cosentino resolved KARAF-4771.
-
Resolution: Not A Problem

> There is a Root instance already running with name root and pid ...
> ---
>
> Key: KARAF-4771
> URL: https://issues.apache.org/jira/browse/KARAF-4771
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.5, 4.0.6, 4.0.7
>Reporter: Anatoliy Balakirev
>Assignee: Andrea Cosentino
>Priority: Major
>
> At some point (looks like starting with karaf 4.0.5) we started getting 
> following error when karaf is terminated using "Ctrl + C" and then started 
> again:
> {noformat}
> karaf: There is a Root instance already running with name root and pid 7736
> {noformat}
> Still reproducible with karaf 4.0.7.
> Problem is properly described here (with some workaround):
> http://stackoverflow.com/questions/37671889/apache-karaf-root-instance-already-running
> In addition to that I can say that for me it's reproducible with karaf 
> started from cygwin.
> Seems to be related to this jira:
> https://issues.apache.org/jira/browse/KARAF-4330



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-15 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5729:
-

Thanks for the information. I opened a pull request starting from your branch.

Here it is

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

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-07 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino reopened KARAF-5729:
-

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-07 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5729:
-

Reverted.

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-07 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5729:
-

Not sure, for the moment it would be better to revert.

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-06 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5729:
-

I can revert but it won't work on these platforms

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-02 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5729.
-
Resolution: Fixed

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-02 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-5729:

Fix Version/s: (was: 4.1.6)

> Karaf won't start on Solaris 11 and AIX 7.2
> ---
>
> Key: KARAF-5729
> URL: https://issues.apache.org/jira/browse/KARAF-5729
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.1
>
>
> {code:java}
> sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
> awk: can't open /version/ {print $2}
> karaf: JVM must be greater than 1.8
> {code}
> We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5729) Karaf won't start on Solaris 11 and AIX 7.2

2018-05-02 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5729:
---

 Summary: Karaf won't start on Solaris 11 and AIX 7.2
 Key: KARAF-5729
 URL: https://issues.apache.org/jira/browse/KARAF-5729
 Project: Karaf
  Issue Type: Bug
  Components: karaf-shell
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.1.6, 4.2.1


{code:java}
sed: command garbled: s/_.*//g; s/^1\.//g ; s/\..*//g;
awk: can't open /version/ {print $2}
karaf: JVM must be greater than 1.8
{code}
We need to change the way we check major JDK version



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5647) start, stop, shell, status and client fail on Solaris Sparc 11

2018-02-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-5647:

Fix Version/s: 4.1.6
   4.2.0

> start, stop, shell, status and client fail on Solaris Sparc 11
> --
>
> Key: KARAF-5647
> URL: https://issues.apache.org/jira/browse/KARAF-5647
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-shell
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0, 4.1.6
>
>
> Actually we have exactly the same behavior as KARAF-4949



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5647) start, stop, shell, status and client fail on Solaris Sparc 11

2018-02-28 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5647:
---

 Summary: start, stop, shell, status and client fail on Solaris 
Sparc 11
 Key: KARAF-5647
 URL: https://issues.apache.org/jira/browse/KARAF-5647
 Project: Karaf
  Issue Type: Bug
  Components: karaf-shell
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino


Actually we have exactly the same behavior as KARAF-4949



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (KARAF-5608) rrrr

2018-02-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino closed KARAF-5608.
---
Resolution: Fixed

> 
> 
>
> Key: KARAF-5608
> URL: https://issues.apache.org/jira/browse/KARAF-5608
> Project: Karaf
>  Issue Type: Story
>Reporter: Kellein Milek
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5586) Upgrade to Hibernate-validator 5.4.2

2018-02-08 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5586.
-
Resolution: Fixed

> Upgrade to Hibernate-validator 5.4.2
> 
>
> Key: KARAF-5586
> URL: https://issues.apache.org/jira/browse/KARAF-5586
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>
> Once the bundle will be out https://issues.apache.org/jira/browse/SM-3626
> We can update to hibernate-validator 5.4.2, currently the feature 
> hibernate-validator-paranamer is wrong as you can see here:
> [http://central.maven.org/maven2/org/hibernate/hibernate-validator-osgi-karaf-features/5.3.4.Final/hibernate-validator-osgi-karaf-features-5.3.4.Final-features.xml]
> This has been fixed in 5.4.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (KARAF-5586) Upgrade to Hibernate-validator 5.4.2

2018-02-08 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-5586:

Fix Version/s: (was: 4.1.5)

> Upgrade to Hibernate-validator 5.4.2
> 
>
> Key: KARAF-5586
> URL: https://issues.apache.org/jira/browse/KARAF-5586
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>
> Once the bundle will be out https://issues.apache.org/jira/browse/SM-3626
> We can update to hibernate-validator 5.4.2, currently the feature 
> hibernate-validator-paranamer is wrong as you can see here:
> [http://central.maven.org/maven2/org/hibernate/hibernate-validator-osgi-karaf-features/5.3.4.Final/hibernate-validator-osgi-karaf-features-5.3.4.Final-features.xml]
> This has been fixed in 5.4.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5599) Upgrade Narayana to version 5.7.2.Final

2018-02-06 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5599.
-
Resolution: Fixed

> Upgrade Narayana to version 5.7.2.Final
> ---
>
> Key: KARAF-5599
> URL: https://issues.apache.org/jira/browse/KARAF-5599
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Major
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (KARAF-5586) Upgrade to Hibernate-validator 5.4.2

2018-01-30 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5586:
---

 Summary: Upgrade to Hibernate-validator 5.4.2
 Key: KARAF-5586
 URL: https://issues.apache.org/jira/browse/KARAF-5586
 Project: Karaf
  Issue Type: Task
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0, 4.1.5


Once the bundle will be out https://issues.apache.org/jira/browse/SM-3626

We can update to hibernate-validator 5.4.2, currently the feature 
hibernate-validator-paranamer is wrong as you can see here:

[http://central.maven.org/maven2/org/hibernate/hibernate-validator-osgi-karaf-features/5.3.4.Final/hibernate-validator-osgi-karaf-features-5.3.4.Final-features.xml]

This has been fixed in 5.4.x



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (KARAF-5513) Upgrade to Hazelcast 3.9.1

2017-12-01 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5513.
-
Resolution: Fixed

> Upgrade to Hazelcast 3.9.1
> --
>
> Key: KARAF-5513
> URL: https://issues.apache.org/jira/browse/KARAF-5513
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: cellar-4.0.5, cellar-4.1.2
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5514) Upgrade Kubernetes-client to version 3.1.0

2017-12-01 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5514.
-
Resolution: Fixed

> Upgrade Kubernetes-client to version 3.1.0
> --
>
> Key: KARAF-5514
> URL: https://issues.apache.org/jira/browse/KARAF-5514
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-cloud
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: cellar-4.0.5, cellar-4.1.2
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5514) Upgrade Kubernetes-client to version 3.1.0

2017-11-30 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5514:
---

 Summary: Upgrade Kubernetes-client to version 3.1.0
 Key: KARAF-5514
 URL: https://issues.apache.org/jira/browse/KARAF-5514
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-cloud
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: cellar-4.0.5, cellar-4.1.2






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5513) Upgrade to Hazelcast 3.9.1

2017-11-30 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5513:
---

 Summary: Upgrade to Hazelcast 3.9.1
 Key: KARAF-5513
 URL: https://issues.apache.org/jira/browse/KARAF-5513
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-hazelcast
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: cellar-4.0.5, cellar-4.1.2






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5439) Upgrade Narayana to version 5.7.1.Final

2017-10-20 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5439.
-
Resolution: Fixed

> Upgrade Narayana to version 5.7.1.Final
> ---
>
> Key: KARAF-5439
> URL: https://issues.apache.org/jira/browse/KARAF-5439
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5439) Upgrade Narayana to version 5.7.1.Final

2017-10-20 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5439:
---

 Summary: Upgrade Narayana to version 5.7.1.Final
 Key: KARAF-5439
 URL: https://issues.apache.org/jira/browse/KARAF-5439
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5429) Upgrade Narayana to version 5.7.0.Final

2017-10-18 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5429.
-
Resolution: Fixed

> Upgrade Narayana to version 5.7.0.Final
> ---
>
> Key: KARAF-5429
> URL: https://issues.apache.org/jira/browse/KARAF-5429
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5429) Upgrade Narayana to version 5.7.0.Final

2017-10-18 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5429:
---

 Summary: Upgrade Narayana to version 5.7.0.Final
 Key: KARAF-5429
 URL: https://issues.apache.org/jira/browse/KARAF-5429
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KARAF-5346) Upgrade to Hazelcast 3.8.5

2017-09-07 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5346:
-

Great!

> Upgrade to Hazelcast 3.8.5
> --
>
> Key: KARAF-5346
> URL: https://issues.apache.org/jira/browse/KARAF-5346
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: cellar-4.1.1, cellar-4.0.5
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5347) Upgrade to Kubernetes Client 2.6.3

2017-09-07 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5347:
---

 Summary: Upgrade to Kubernetes Client 2.6.3
 Key: KARAF-5347
 URL: https://issues.apache.org/jira/browse/KARAF-5347
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-cloud
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: cellar-4.1.1, cellar-4.0.5






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5346) Upgrade to Hazelcast 3.8.5

2017-09-07 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5346:
---

 Summary: Upgrade to Hazelcast 3.8.5
 Key: KARAF-5346
 URL: https://issues.apache.org/jira/browse/KARAF-5346
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-hazelcast
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: cellar-4.1.1, cellar-4.0.5






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5302) Upgrade to Hazelcast 3.8.4

2017-08-10 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5302.
-
Resolution: Fixed

> Upgrade to Hazelcast 3.8.4
> --
>
> Key: KARAF-5302
> URL: https://issues.apache.org/jira/browse/KARAF-5302
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: cellar-4.1.1, cellar-4.0.5
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5303) Upgrade to Kubernetes Client 2.6.1

2017-08-10 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5303.
-
Resolution: Fixed

> Upgrade to Kubernetes Client 2.6.1
> --
>
> Key: KARAF-5303
> URL: https://issues.apache.org/jira/browse/KARAF-5303
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-cloud
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: cellar-4.1.1, cellar-4.0.5
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (KARAF-5303) Upgrade to Kubernetes Client 2.6.1

2017-08-10 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino reassigned KARAF-5303:
---

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

> Upgrade to Kubernetes Client 2.6.1
> --
>
> Key: KARAF-5303
> URL: https://issues.apache.org/jira/browse/KARAF-5303
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-cloud
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: cellar-4.1.1, cellar-4.0.5
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (KARAF-5302) Upgrade to Hazelcast 3.8.4

2017-08-10 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino reassigned KARAF-5302:
---

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

> Upgrade to Hazelcast 3.8.4
> --
>
> Key: KARAF-5302
> URL: https://issues.apache.org/jira/browse/KARAF-5302
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: cellar-4.1.1, cellar-4.0.5
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5303) Cellar: Bump to Kubernetes-client 2.6.1

2017-08-10 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5303:
---

 Summary: Cellar: Bump to Kubernetes-client 2.6.1
 Key: KARAF-5303
 URL: https://issues.apache.org/jira/browse/KARAF-5303
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5302) Cellar: Upgrade to Hazelcast 3.8.4

2017-08-10 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5302:
---

 Summary: Cellar: Upgrade to Hazelcast 3.8.4
 Key: KARAF-5302
 URL: https://issues.apache.org/jira/browse/KARAF-5302
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-hazelcast
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5291) Upgrade Narayana to version 5.6.4.Final

2017-08-05 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5291.
-
Resolution: Fixed

> Upgrade Narayana to version 5.6.4.Final
> ---
>
> Key: KARAF-5291
> URL: https://issues.apache.org/jira/browse/KARAF-5291
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5291) Upgrade Narayana to version 5.6.4.Final

2017-08-05 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5291:
---

 Summary: Upgrade Narayana to version 5.6.4.Final
 Key: KARAF-5291
 URL: https://issues.apache.org/jira/browse/KARAF-5291
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5288) Cellar: Bump to Kubernetes-client 2.5.9

2017-08-03 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5288.
-
Resolution: Fixed

> Cellar: Bump to Kubernetes-client 2.5.9
> ---
>
> Key: KARAF-5288
> URL: https://issues.apache.org/jira/browse/KARAF-5288
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5288) Cellar: Bump to Kubernetes-client 2.5.9

2017-08-03 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5288:
---

 Summary: Cellar: Bump to Kubernetes-client 2.5.9
 Key: KARAF-5288
 URL: https://issues.apache.org/jira/browse/KARAF-5288
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5277) Cellar: Bump to Kubernetes-client 2.5.7

2017-07-31 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5277.
-
Resolution: Fixed

> Cellar: Bump to Kubernetes-client 2.5.7
> ---
>
> Key: KARAF-5277
> URL: https://issues.apache.org/jira/browse/KARAF-5277
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5277) Cellar: Bump to Kubernetes-client 2.5.7

2017-07-31 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5277:
---

 Summary: Cellar: Bump to Kubernetes-client 2.5.7
 Key: KARAF-5277
 URL: https://issues.apache.org/jira/browse/KARAF-5277
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5261) Cellar: Upgrade to Hazelcast 3.8.3

2017-07-19 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5261.
-
Resolution: Fixed

> Cellar: Upgrade to Hazelcast 3.8.3
> --
>
> Key: KARAF-5261
> URL: https://issues.apache.org/jira/browse/KARAF-5261
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5262) Cellar: Bump to Kubernetes-client 2.5.6

2017-07-19 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5262:
---

 Summary: Cellar: Bump to Kubernetes-client 2.5.6
 Key: KARAF-5262
 URL: https://issues.apache.org/jira/browse/KARAF-5262
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5261) Cellar: Upgrade to Hazelcast 3.8.3

2017-07-19 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-5261:

Summary: Cellar: Upgrade to Hazelcast 3.8.3  (was: Upgrade to Hazelcast 
3.8.3)

> Cellar: Upgrade to Hazelcast 3.8.3
> --
>
> Key: KARAF-5261
> URL: https://issues.apache.org/jira/browse/KARAF-5261
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5252) Upgrade Narayana to version 5.6.3.Final

2017-07-17 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5252.
-
Resolution: Fixed

> Upgrade Narayana to version 5.6.3.Final
> ---
>
> Key: KARAF-5252
> URL: https://issues.apache.org/jira/browse/KARAF-5252
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5252) Upgrade Narayana to version 5.6.3.Final

2017-07-17 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5252:
---

 Summary: Upgrade Narayana to version 5.6.3.Final
 Key: KARAF-5252
 URL: https://issues.apache.org/jira/browse/KARAF-5252
 Project: Karaf
  Issue Type: Bug
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5227) Use an explicit Awaitility version property

2017-06-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5227.
-
Resolution: Fixed

> Use an explicit Awaitility version property 
> 
>
> Key: KARAF-5227
> URL: https://issues.apache.org/jira/browse/KARAF-5227
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5225) Add Narayana dependencies to DependencyManagement

2017-06-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5225.
-
Resolution: Fixed

> Add Narayana dependencies to DependencyManagement
> -
>
> Key: KARAF-5225
> URL: https://issues.apache.org/jira/browse/KARAF-5225
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5226) Add Hibernate-validator dependency to DependencyManagement

2017-06-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5226.
-
Resolution: Fixed

> Add Hibernate-validator dependency to DependencyManagement
> --
>
> Key: KARAF-5226
> URL: https://issues.apache.org/jira/browse/KARAF-5226
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5226) Add Hibernate-validator dependency to DependencyManagement

2017-06-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-5226:

Issue Type: Task  (was: Improvement)

> Add Hibernate-validator dependency to DependencyManagement
> --
>
> Key: KARAF-5226
> URL: https://issues.apache.org/jira/browse/KARAF-5226
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (KARAF-5225) Add Narayana dependencies to DependencyManagement

2017-06-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-5225:

Issue Type: Task  (was: Improvement)

> Add Narayana dependencies to DependencyManagement
> -
>
> Key: KARAF-5225
> URL: https://issues.apache.org/jira/browse/KARAF-5225
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5227) Use an explicit Awaitility version property

2017-06-28 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5227:
---

 Summary: Use an explicit Awaitility version property 
 Key: KARAF-5227
 URL: https://issues.apache.org/jira/browse/KARAF-5227
 Project: Karaf
  Issue Type: Task
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5225) Add Narayana dependencies to DependencyManagement

2017-06-28 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5225:
---

 Summary: Add Narayana dependencies to DependencyManagement
 Key: KARAF-5225
 URL: https://issues.apache.org/jira/browse/KARAF-5225
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5226) Add Hibernate-validator dependency to DependencyManagement

2017-06-28 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5226:
---

 Summary: Add Hibernate-validator dependency to DependencyManagement
 Key: KARAF-5226
 URL: https://issues.apache.org/jira/browse/KARAF-5226
 Project: Karaf
  Issue Type: Improvement
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (KARAF-5220) Cellar-Kubernetes: Bump to Kubernetes-client 2.4.1

2017-06-26 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5220:
-

I marked this as cellar-core because I don't have permissions to create label, 
maybe a cellar-kubernetes label would be better :-)

> Cellar-Kubernetes: Bump to Kubernetes-client 2.4.1
> --
>
> Key: KARAF-5220
> URL: https://issues.apache.org/jira/browse/KARAF-5220
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.2
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5220) Cellar-Kubernetes: Bump to Kubernetes-client 2.4.1

2017-06-26 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5220:
---

 Summary: Cellar-Kubernetes: Bump to Kubernetes-client 2.4.1
 Key: KARAF-5220
 URL: https://issues.apache.org/jira/browse/KARAF-5220
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.1.2






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5219) Upgrade Narayana to version 5.6.2.Final

2017-06-26 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5219.
-
Resolution: Fixed

> Upgrade Narayana to version 5.6.2.Final
> ---
>
> Key: KARAF-5219
> URL: https://issues.apache.org/jira/browse/KARAF-5219
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Created] (KARAF-5219) Upgrade Narayana to version 5.6.2.Final

2017-06-26 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5219:
---

 Summary: Upgrade Narayana to version 5.6.2.Final
 Key: KARAF-5219
 URL: https://issues.apache.org/jira/browse/KARAF-5219
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5206) Karaf doesn't start after not clean reboot, because stored PID corresponds to running process

2017-06-15 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5206.
-
Resolution: Fixed

> Karaf doesn't start after not clean reboot, because stored PID corresponds to 
> running process
> -
>
> Key: KARAF-5206
> URL: https://issues.apache.org/jira/browse/KARAF-5206
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.1.1
>Reporter: Andrea Tarocchi
>Assignee: Andrea Cosentino
> Fix For: 4.2.0, 4.1.2
>
>
> If Karaf is shut down in a disorderly way – a VM is terminated for example, 
> or there is a power failure, then on occasion it will fail to restart when 
> the host starts. The problem is that the stored PID in instance.properties 
> might correspond to that of a process that is already running but is not the 
> karaf one.
> step to reproduce it:
> - Find a PID from an already running process (which is not the karaf one) and 
> place it in *instances/instance.properties* file as value of *item.0.pid* key
> - Try to start karaf with *bin/karaf* (or bin karaf.bat) 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (KARAF-5206) Karaf doesn't start after not clean reboot, because stored PID corresponds to running process

2017-06-15 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino reassigned KARAF-5206:
---

Assignee: Andrea Cosentino

> Karaf doesn't start after not clean reboot, because stored PID corresponds to 
> running process
> -
>
> Key: KARAF-5206
> URL: https://issues.apache.org/jira/browse/KARAF-5206
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.1.1
>Reporter: Andrea Tarocchi
>Assignee: Andrea Cosentino
>
> If Karaf is shut down in a disorderly way – a VM is terminated for example, 
> or there is a power failure, then on occasion it will fail to restart when 
> the host starts. The problem is that the stored PID in instance.properties 
> might correspond to that of a process that is already running but is not the 
> karaf one.
> step to reproduce it:
> - Find a PID from an already running process (which is not the karaf one) and 
> place it in *instances/instance.properties* file as value of *item.0.pid* key
> - Try to start karaf with *bin/karaf* (or bin karaf.bat) 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (KARAF-5146) Upgrade to Narayana 5.6.0.Final

2017-05-25 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5146.
-
Resolution: Fixed

> Upgrade to Narayana 5.6.0.Final
> ---
>
> Key: KARAF-5146
> URL: https://issues.apache.org/jira/browse/KARAF-5146
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




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


[jira] [Created] (KARAF-5146) Upgrade to Narayana 5.6.0.Final

2017-05-25 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5146:
---

 Summary: Upgrade to Narayana 5.6.0.Final
 Key: KARAF-5146
 URL: https://issues.apache.org/jira/browse/KARAF-5146
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0






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


[jira] [Resolved] (KARAF-5132) Cellar: Upgrade Hazelcast to 3.8.2

2017-05-20 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5132.
-
Resolution: Fixed

> Cellar: Upgrade Hazelcast to 3.8.2
> --
>
> Key: KARAF-5132
> URL: https://issues.apache.org/jira/browse/KARAF-5132
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: cellar-hazelcast
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>




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


[jira] [Created] (KARAF-5132) Cellar: Upgrade Hazelcast to 3.8.2

2017-05-20 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5132:
---

 Summary: Cellar: Upgrade Hazelcast to 3.8.2
 Key: KARAF-5132
 URL: https://issues.apache.org/jira/browse/KARAF-5132
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: cellar-hazelcast
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0






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


[jira] [Resolved] (KARAF-5125) Upgrade to Narayana 5.5.6.Final

2017-05-17 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5125.
-
Resolution: Fixed

> Upgrade to Narayana 5.5.6.Final
> ---
>
> Key: KARAF-5125
> URL: https://issues.apache.org/jira/browse/KARAF-5125
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0
>
>




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


[jira] [Resolved] (KARAF-5118) Make SSHD server threads configurable

2017-05-08 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-5118.
-
Resolution: Fixed

> Make SSHD server threads configurable
> -
>
> Key: KARAF-5118
> URL: https://issues.apache.org/jira/browse/KARAF-5118
> Project: Karaf
>  Issue Type: Improvement
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.2.0
>
>
> Actually user can't specify the number of sshd server threads



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


[jira] [Created] (KARAF-5118) Make SSHD server threads configurable

2017-05-08 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-5118:
---

 Summary: Make SSHD server threads configurable
 Key: KARAF-5118
 URL: https://issues.apache.org/jira/browse/KARAF-5118
 Project: Karaf
  Issue Type: Improvement
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.2.0


Actually user can't specify the number of sshd server threads



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


[jira] [Commented] (KARAF-5021) Downgrade to Jetty 9.3.14

2017-03-09 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-5021:
-

I wonder why in Jetty we have breaking changes in minor release (and it's not 
the first time).

> Downgrade to Jetty 9.3.14
> -
>
> Key: KARAF-5021
> URL: https://issues.apache.org/jira/browse/KARAF-5021
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-webcontainer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.1
>
>
> Due to a bunch of breaking changes, and in order to smoothly work with CXF, 
> it would be better to downgrade to Jetty 9.3.14.
> I will create the Jetty at Pax Web too (cc [~achim_nierbeck]).



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


[jira] [Comment Edited] (KARAF-5021) Downgrade to Jetty 9.3.14

2017-03-09 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino edited comment on KARAF-5021 at 3/9/17 3:41 PM:
-

I wonder why in Jetty we have breaking changes in minor releases (and it's not 
the first time).


was (Author: ancosen):
I wonder why in Jetty we have breaking changes in minor release (and it's not 
the first time).

> Downgrade to Jetty 9.3.14
> -
>
> Key: KARAF-5021
> URL: https://issues.apache.org/jira/browse/KARAF-5021
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-webcontainer
>Reporter: Jean-Baptiste Onofré
>Assignee: Jean-Baptiste Onofré
> Fix For: 4.1.1
>
>
> Due to a bunch of breaking changes, and in order to smoothly work with CXF, 
> it would be better to downgrade to Jetty 9.3.14.
> I will create the Jetty at Pax Web too (cc [~achim_nierbeck]).



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


[jira] [Resolved] (KARAF-4991) Upgrade to Narayana 5.5.2.Final

2017-02-20 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4991.
-
Resolution: Fixed

> Upgrade to Narayana 5.5.2.Final
> ---
>
> Key: KARAF-4991
> URL: https://issues.apache.org/jira/browse/KARAF-4991
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0, 4.1.1
>
>




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


[jira] [Updated] (KARAF-4991) Upgrade to Narayana 5.5.2.Final

2017-02-19 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4991:

Fix Version/s: 4.2.0

> Upgrade to Narayana 5.5.2.Final
> ---
>
> Key: KARAF-4991
> URL: https://issues.apache.org/jira/browse/KARAF-4991
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0, 4.1.1
>
>




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


[jira] [Updated] (KARAF-4991) Upgrade to Narayana 5.5.2.Final

2017-02-19 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4991:

Fix Version/s: (was: 4.2.0)

> Upgrade to Narayana 5.5.2.Final
> ---
>
> Key: KARAF-4991
> URL: https://issues.apache.org/jira/browse/KARAF-4991
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 4.2.0, 4.1.1
>
>




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


[jira] [Created] (KARAF-4991) Upgrade to Narayana 5.5.2.Final

2017-02-19 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4991:
---

 Summary: Upgrade to Narayana 5.5.2.Final
 Key: KARAF-4991
 URL: https://issues.apache.org/jira/browse/KARAF-4991
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
 Fix For: 4.2.0, 4.1.1






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


[jira] [Commented] (KARAF-4989) Make LDAPLoginModule role.mapping option understand also fqdn

2017-02-17 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-4989:
-

ok, thanks [~j...@nanthrax.net]

> Make LDAPLoginModule role.mapping option understand also fqdn
> -
>
> Key: KARAF-4989
> URL: https://issues.apache.org/jira/browse/KARAF-4989
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-security
>Reporter: Andrea Tarocchi
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> With the current way of parsing {{*role.mapping*}} option in 
> {{*LDAPLoginModule*}} is not possible to specify a fqdn; a possible use case 
> is to achieve a mapping like this:
> {code:xml}
>  className="org.apache.karaf.jaas.modules.ldap.LDAPLoginModule">
>   [...]
>   role.base.dn=ou=groups,dc=example,dc=org
>   role.name.attribute=someAttributeResultingInFqdn
>   role.filter=(member=%fqdn)
>   role.search.subtree=true
>   
> role.mapping=cn=admin,ou=groups,dc=example,dc=org=karafRole;cn=admin,ou=otherGroups,dc=example,dc=org=otherKarafRole
> 
> {code}
> i.e. mapping based on a fqdn string instead of a cn.



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


[jira] [Commented] (KARAF-4989) Make LDAPLoginModule role.mapping option understand also fqdn

2017-02-17 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-4989:
-

[~j...@nanthrax.net], can I merge this? Or do you want to merge yourself?

> Make LDAPLoginModule role.mapping option understand also fqdn
> -
>
> Key: KARAF-4989
> URL: https://issues.apache.org/jira/browse/KARAF-4989
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-security
>Reporter: Andrea Tarocchi
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
>
> With the current way of parsing {{*role.mapping*}} option in 
> {{*LDAPLoginModule*}} is not possible to specify a fqdn; a possible use case 
> is to achieve a mapping like this:
> {code:xml}
>  className="org.apache.karaf.jaas.modules.ldap.LDAPLoginModule">
>   [...]
>   role.base.dn=ou=groups,dc=example,dc=org
>   role.name.attribute=someAttributeResultingInFqdn
>   role.filter=(member=%fqdn)
>   role.search.subtree=true
>   
> role.mapping=cn=admin,ou=groups,dc=example,dc=org=karafRole;cn=admin,ou=otherGroups,dc=example,dc=org=otherKarafRole
> 
> {code}
> i.e. mapping based on a fqdn string instead of a cn.



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


[jira] [Commented] (KARAF-4922) Upgrade to Jolokia 1.3.5

2017-01-05 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-4922:
-

Sure, I've the commit ready on master.

Waiting for your ok to push :-)

> Upgrade to Jolokia 1.3.5
> 
>
> Key: KARAF-4922
> URL: https://issues.apache.org/jira/browse/KARAF-4922
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.2.0, 4.0.9
>
>




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


[jira] [Created] (KARAF-4922) Upgrade to Jolokia 1.3.5

2017-01-05 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4922:
---

 Summary: Upgrade to Jolokia 1.3.5
 Key: KARAF-4922
 URL: https://issues.apache.org/jira/browse/KARAF-4922
 Project: Karaf
  Issue Type: Dependency upgrade
  Components: karaf-core
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 4.1.0, 4.2.0, 4.0.9






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


[jira] [Resolved] (KARAF-4903) Upgrade to Narayana 5.5.0.Final

2016-12-20 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4903.
-
Resolution: Fixed

> Upgrade to Narayana 5.5.0.Final
> ---
>
> Key: KARAF-4903
> URL: https://issues.apache.org/jira/browse/KARAF-4903
> 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] [Created] (KARAF-4903) Upgrade to Narayana 5.5.0.Final

2016-12-20 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4903:
---

 Summary: Upgrade to Narayana 5.5.0.Final
 Key: KARAF-4903
 URL: https://issues.apache.org/jira/browse/KARAF-4903
 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] [Resolved] (KARAF-4886) Upgrade Hibernate Validator to version 5.3.4.Final

2016-12-09 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4886.
-
Resolution: Fixed

> 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] [Created] (KARAF-4886) Upgrade Hibernate Validator to version 5.3.4.Final

2016-12-08 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4886:
---

 Summary: 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] [Resolved] (KARAF-4864) Change the default Karaf client log Level to 0

2016-11-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4864.
-
Resolution: Fixed

> 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] [Created] (KARAF-4864) Change the default Karaf client log Level to 0

2016-11-28 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4864:
---

 Summary: 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] [Resolved] (KARAF-4848) Upgrade Hibernate Validator to version 5.3.3.Final

2016-11-24 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4848.
-
Resolution: Fixed

> 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] [Created] (KARAF-4848) Upgrade Hibernate Validator to version 5.3.3.Final

2016-11-24 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4848:
---

 Summary: 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] [Resolved] (KARAF-4823) Upgrade Hibernate Validator to version 5.3.2.Final

2016-11-17 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4823.
-
Resolution: Fixed

> 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] [Created] (KARAF-4823) Upgrade Hibernate Validator to version 5.3.2.Final

2016-11-17 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4823:
---

 Summary: 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-4809) SSH should not listen to all hosts

2016-11-14 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-4809:
-

I guess we need emphasizing this security setting in the documentation, but I 
think the default can stay as it is now.

-1 to this change.

Docs need to be reviewed in relation to this.

> SSH should not listen to all hosts
> --
>
> Key: KARAF-4809
> URL: https://issues.apache.org/jira/browse/KARAF-4809
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.7
>Reporter: Lars Kiesow
>Assignee: Jean-Baptiste Onofré
>
> The default SSH server configuration will make Karaf listen to all hosts. It 
> is usually good practice to instead listen to localhost only by default to 
> avoid possible security risks (e.g. accidentally exposing an unconfigured SSH 
> server).
> This can be fixed by adjusting `sshHost` in `org.apache.karaf.shell.cfg`



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


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

2016-10-28 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4807.
-
Resolution: Fixed

> 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] [Created] (KARAF-4807) Upgrade Hibernate Validator to version 5.3.1.Final

2016-10-28 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4807:
---

 Summary: 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] [Assigned] (KARAF-4771) There is a Root instance already running with name root and pid ...

2016-10-15 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino reassigned KARAF-4771:
---

Assignee: Andrea Cosentino

> There is a Root instance already running with name root and pid ...
> ---
>
> Key: KARAF-4771
> URL: https://issues.apache.org/jira/browse/KARAF-4771
> Project: Karaf
>  Issue Type: Bug
>Affects Versions: 4.0.5, 4.0.6, 4.0.7
>Reporter: Anatoliy Balakirev
>Assignee: Andrea Cosentino
>
> At some point (looks like starting with karaf 4.0.5) we started getting 
> following error when karaf is terminated using "Ctrl + C" and then started 
> again:
> {noformat}
> karaf: There is a Root instance already running with name root and pid 7736
> {noformat}
> Still reproducible with karaf 4.0.7.
> Problem is properly described here (with some workaround):
> http://stackoverflow.com/questions/37671889/apache-karaf-root-instance-already-running
> In addition to that I can say that for me it's reproducible with karaf 
> started from cygwin.
> Seems to be related to this jira:
> https://issues.apache.org/jira/browse/KARAF-4330



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


[jira] [Commented] (KARAF-4761) EnterpriseFeaturesTest installTransaction130Feature test fails during full build

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-4761:
-

Fixed with 
https://git1-us-west.apache.org/repos/asf?p=karaf.git;a=commit;h=cd72111c

> EnterpriseFeaturesTest installTransaction130Feature test fails during full 
> build
> 
>
> Key: KARAF-4761
> URL: https://issues.apache.org/jira/browse/KARAF-4761
> Project: Karaf
>  Issue Type: Test
>  Components: karaf-test
>Affects Versions: 4.1.0
>Reporter: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.153 sec 
> <<< FAILURE! - in org.apache.karaf.itests.features.EnterpriseFeaturesTest
> installTransaction130Feature(org.apache.karaf.itests.features.EnterpriseFeaturesTest)
>   Time elapsed: 0.024 sec  <<< ERROR!
> java.lang.IllegalArgumentException: No matching features for transaction/1.3.0
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:908)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:827)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:812)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeatures(KarafTestSupport.java:568)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeature(KarafTestSupport.java:561)
>   at 
> org.apache.karaf.itests.features.EnterpriseFeaturesTest.installTransaction130Feature(EnterpriseFeaturesTest.java:38)



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


[jira] [Updated] (KARAF-4761) EnterpriseFeaturesTest installTransaction130Feature test fails during full build

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4761:

Assignee: Jean-Baptiste Onofré

> EnterpriseFeaturesTest installTransaction130Feature test fails during full 
> build
> 
>
> Key: KARAF-4761
> URL: https://issues.apache.org/jira/browse/KARAF-4761
> Project: Karaf
>  Issue Type: Test
>  Components: karaf-test
>Affects Versions: 4.1.0
>Reporter: Andrea Cosentino
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.153 sec 
> <<< FAILURE! - in org.apache.karaf.itests.features.EnterpriseFeaturesTest
> installTransaction130Feature(org.apache.karaf.itests.features.EnterpriseFeaturesTest)
>   Time elapsed: 0.024 sec  <<< ERROR!
> java.lang.IllegalArgumentException: No matching features for transaction/1.3.0
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:908)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:827)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:812)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeatures(KarafTestSupport.java:568)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeature(KarafTestSupport.java:561)
>   at 
> org.apache.karaf.itests.features.EnterpriseFeaturesTest.installTransaction130Feature(EnterpriseFeaturesTest.java:38)



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


[jira] [Updated] (KARAF-4761) EnterpriseFeaturesTest installTransaction130Feature test fails during full build

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4761:

Fix Version/s: 4.0.8
   4.1.0

> EnterpriseFeaturesTest installTransaction130Feature test fails during full 
> build
> 
>
> Key: KARAF-4761
> URL: https://issues.apache.org/jira/browse/KARAF-4761
> Project: Karaf
>  Issue Type: Test
>  Components: karaf-test
>Affects Versions: 4.1.0
>Reporter: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.153 sec 
> <<< FAILURE! - in org.apache.karaf.itests.features.EnterpriseFeaturesTest
> installTransaction130Feature(org.apache.karaf.itests.features.EnterpriseFeaturesTest)
>   Time elapsed: 0.024 sec  <<< ERROR!
> java.lang.IllegalArgumentException: No matching features for transaction/1.3.0
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:908)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:827)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:812)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeatures(KarafTestSupport.java:568)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeature(KarafTestSupport.java:561)
>   at 
> org.apache.karaf.itests.features.EnterpriseFeaturesTest.installTransaction130Feature(EnterpriseFeaturesTest.java:38)



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


[jira] [Resolved] (KARAF-4761) EnterpriseFeaturesTest installTransaction130Feature test fails during full build

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4761.
-
Resolution: Fixed

> EnterpriseFeaturesTest installTransaction130Feature test fails during full 
> build
> 
>
> Key: KARAF-4761
> URL: https://issues.apache.org/jira/browse/KARAF-4761
> Project: Karaf
>  Issue Type: Test
>  Components: karaf-test
>Affects Versions: 4.1.0
>Reporter: Andrea Cosentino
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>
> Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.153 sec 
> <<< FAILURE! - in org.apache.karaf.itests.features.EnterpriseFeaturesTest
> installTransaction130Feature(org.apache.karaf.itests.features.EnterpriseFeaturesTest)
>   Time elapsed: 0.024 sec  <<< ERROR!
> java.lang.IllegalArgumentException: No matching features for transaction/1.3.0
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:908)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:827)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:812)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeatures(KarafTestSupport.java:568)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeature(KarafTestSupport.java:561)
>   at 
> org.apache.karaf.itests.features.EnterpriseFeaturesTest.installTransaction130Feature(EnterpriseFeaturesTest.java:38)



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


[jira] [Created] (KARAF-4761) EnterpriseFeaturesTest installTransaction130Feature test fails during full build

2016-10-12 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created KARAF-4761:
---

 Summary: EnterpriseFeaturesTest installTransaction130Feature test 
fails during full build
 Key: KARAF-4761
 URL: https://issues.apache.org/jira/browse/KARAF-4761
 Project: Karaf
  Issue Type: Test
  Components: karaf-test
Reporter: Andrea Cosentino
Priority: Minor


Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.153 sec <<< 
FAILURE! - in org.apache.karaf.itests.features.EnterpriseFeaturesTest
installTransaction130Feature(org.apache.karaf.itests.features.EnterpriseFeaturesTest)
  Time elapsed: 0.024 sec  <<< ERROR!
java.lang.IllegalArgumentException: No matching features for transaction/1.3.0
at 
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:908)
at 
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:827)
at 
org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:812)
at 
org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeatures(KarafTestSupport.java:568)
at 
org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeature(KarafTestSupport.java:561)
at 
org.apache.karaf.itests.features.EnterpriseFeaturesTest.installTransaction130Feature(EnterpriseFeaturesTest.java:38)




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


[jira] [Updated] (KARAF-4761) EnterpriseFeaturesTest installTransaction130Feature test fails during full build

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4761:

Affects Version/s: 4.1.0

> EnterpriseFeaturesTest installTransaction130Feature test fails during full 
> build
> 
>
> Key: KARAF-4761
> URL: https://issues.apache.org/jira/browse/KARAF-4761
> Project: Karaf
>  Issue Type: Test
>  Components: karaf-test
>Affects Versions: 4.1.0
>Reporter: Andrea Cosentino
>Priority: Minor
>
> Tests run: 18, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 36.153 sec 
> <<< FAILURE! - in org.apache.karaf.itests.features.EnterpriseFeaturesTest
> installTransaction130Feature(org.apache.karaf.itests.features.EnterpriseFeaturesTest)
>   Time elapsed: 0.024 sec  <<< ERROR!
> java.lang.IllegalArgumentException: No matching features for transaction/1.3.0
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:908)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeatures(FeaturesServiceImpl.java:827)
>   at 
> org.apache.karaf.features.internal.service.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:812)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeatures(KarafTestSupport.java:568)
>   at 
> org.apache.karaf.itests.KarafTestSupport.installAssertAndUninstallFeature(KarafTestSupport.java:561)
>   at 
> org.apache.karaf.itests.features.EnterpriseFeaturesTest.installTransaction130Feature(EnterpriseFeaturesTest.java:38)



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


[jira] [Resolved] (KARAF-4377) Refer to hibernate-validator feature repository instead of using the current one

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4377.
-
Resolution: Fixed

> Refer to hibernate-validator feature repository instead of using the current 
> one 
> -
>
> Key: KARAF-4377
> URL: https://issues.apache.org/jira/browse/KARAF-4377
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-feature
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0
>
>
> https://github.com/hibernate/hibernate-validator/blob/5.2.4.Final/osgi/karaf-features/src/main/features/features.xml
> Since Hibernate-validator has his own feature repository, we can use it and 
> remove our feature.



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


[jira] [Commented] (KARAF-4377) Refer to hibernate-validator feature repository instead of using the current one

2016-10-12 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on KARAF-4377:
-

Hibernate-validator 5.3.0.Final is out. I'm gonna push.

> Refer to hibernate-validator feature repository instead of using the current 
> one 
> -
>
> Key: KARAF-4377
> URL: https://issues.apache.org/jira/browse/KARAF-4377
> Project: Karaf
>  Issue Type: Task
>  Components: karaf-feature
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0
>
>
> https://github.com/hibernate/hibernate-validator/blob/5.2.4.Final/osgi/karaf-features/src/main/features/features.xml
> Since Hibernate-validator has his own feature repository, we can use it and 
> remove our feature.



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


[jira] [Resolved] (KARAF-4743) Upgrade Cglib to version 3.2.4

2016-10-03 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4743.
-
Resolution: Fixed

> Upgrade Cglib to version 3.2.4
> --
>
> Key: KARAF-4743
> URL: https://issues.apache.org/jira/browse/KARAF-4743
> Project: Karaf
>  Issue Type: Dependency upgrade
>  Components: karaf-core
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
>Priority: Minor
> Fix For: 4.1.0, 4.0.8
>
>




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


[jira] [Resolved] (KARAF-4744) Upgrade to Narayana 5.3.5.Final

2016-10-03 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino resolved KARAF-4744.
-
Resolution: Fixed

> Upgrade to Narayana 5.3.5.Final
> ---
>
> Key: KARAF-4744
> URL: https://issues.apache.org/jira/browse/KARAF-4744
> 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] [Updated] (KARAF-4744) Upgrade to Narayana 5.3.5.Final

2016-10-03 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino updated KARAF-4744:

Fix Version/s: (was: 4.0.8)

> Upgrade to Narayana 5.3.5.Final
> ---
>
> Key: KARAF-4744
> URL: https://issues.apache.org/jira/browse/KARAF-4744
> 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)


  1   2   3   >