[jira] [Created] (KARAF-4633) Allow disabling registration of StandardManageableRegionDigraph

2016-07-21 Thread Fabian Lange (JIRA)
Fabian Lange created KARAF-4633:
---

 Summary: Allow disabling registration of 
StandardManageableRegionDigraph
 Key: KARAF-4633
 URL: https://issues.apache.org/jira/browse/KARAF-4633
 Project: Karaf
  Issue Type: Improvement
Reporter: Fabian Lange


As part of my activities to reduce karaf footprint, I was wondering what was 
triggering the mbean server infrastructure to come up in karaf.
I saw that org.apache.karaf.features.internal.osgi.Activator.doStart() 
registers the StandardManageableRegionDigraph.

As i could not find any internal interaction with that mbean, could we make it 
configurable to not register? That would avoid initializing a lot of mbean 
server stuff.



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


[jira] [Created] (KARAF-4632) Default serviceRequirements should handle 1.4.0 schema

2016-07-21 Thread Alexey Markevich (JIRA)
Alexey Markevich created KARAF-4632:
---

 Summary: Default serviceRequirements should handle 1.4.0 schema
 Key: KARAF-4632
 URL: https://issues.apache.org/jira/browse/KARAF-4632
 Project: Karaf
  Issue Type: Bug
  Components: karaf-feature
Affects Versions: 4.0.6
Reporter: Alexey Markevich
 Attachments: features-core.patch





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


[jira] [Updated] (KARAF-4632) Default serviceRequirements should handle 1.4.0 schema

2016-07-21 Thread Alexey Markevich (JIRA)

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

Alexey Markevich updated KARAF-4632:

Attachment: features-core.patch

> Default serviceRequirements should handle 1.4.0 schema
> --
>
> Key: KARAF-4632
> URL: https://issues.apache.org/jira/browse/KARAF-4632
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-feature
>Affects Versions: 4.0.6
>Reporter: Alexey Markevich
> Attachments: features-core.patch
>
>




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


[jira] [Commented] (KARAF-4630) Race condition in StreamPumper causes an infinite loop in it's deamon thread which prevents shell command from terminating

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

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

ASF subversion and git services commented on KARAF-4630:


Commit 52c4c4b8441da8cfce49281a0925f722a7752a5c in karaf's branch 
refs/heads/karaf-4.0.x from jpoth
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=52c4c4b ]

[KARAF-4630] Fix race condition in StreamPumper


> Race condition in StreamPumper causes an infinite loop in it's deamon thread 
> which prevents shell command from terminating
> --
>
> Key: KARAF-4630
> URL: https://issues.apache.org/jira/browse/KARAF-4630
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-util
>Affects Versions: 4.1.0, 4.0.5
>Reporter: John Poth
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.6
>
> Attachments: test.script
>
>
> To reproduce simply run shell:source with the attached script.



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


[jira] [Resolved] (KARAF-4630) Race condition in StreamPumper causes an infinite loop in it's deamon thread which prevents shell command from terminating

2016-07-21 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet resolved KARAF-4630.

   Resolution: Fixed
Fix Version/s: 4.0.6
   4.1.0

> Race condition in StreamPumper causes an infinite loop in it's deamon thread 
> which prevents shell command from terminating
> --
>
> Key: KARAF-4630
> URL: https://issues.apache.org/jira/browse/KARAF-4630
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-util
>Affects Versions: 4.1.0, 4.0.5
>Reporter: John Poth
>Assignee: Guillaume Nodet
> Fix For: 4.1.0, 4.0.6
>
> Attachments: test.script
>
>
> To reproduce simply run shell:source with the attached script.



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


[jira] [Commented] (KARAF-4630) Race condition in StreamPumper causes an infinite loop in it's deamon thread which prevents shell command from terminating

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

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

ASF subversion and git services commented on KARAF-4630:


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

[KARAF-4630] Fix race condition in StreamPumper


> Race condition in StreamPumper causes an infinite loop in it's deamon thread 
> which prevents shell command from terminating
> --
>
> Key: KARAF-4630
> URL: https://issues.apache.org/jira/browse/KARAF-4630
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-util
>Affects Versions: 4.1.0, 4.0.5
>Reporter: John Poth
>Assignee: Guillaume Nodet
> Attachments: test.script
>
>
> To reproduce simply run shell:source with the attached script.



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


[jira] [Assigned] (KARAF-4630) Race condition in StreamPumper causes an infinite loop in it's deamon thread which prevents shell command from terminating

2016-07-21 Thread Guillaume Nodet (JIRA)

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

Guillaume Nodet reassigned KARAF-4630:
--

Assignee: Guillaume Nodet

> Race condition in StreamPumper causes an infinite loop in it's deamon thread 
> which prevents shell command from terminating
> --
>
> Key: KARAF-4630
> URL: https://issues.apache.org/jira/browse/KARAF-4630
> Project: Karaf
>  Issue Type: Bug
>  Components: karaf-util
>Affects Versions: 4.1.0, 4.0.5
>Reporter: John Poth
>Assignee: Guillaume Nodet
> Attachments: test.script
>
>
> To reproduce simply run shell:source with the attached script.



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