[BUILD-STABLE]: Job 'Karaf/karaf-runtime/karaf-4.2.x [karaf-4.2.x] [291]'

2024-01-09 Thread Apache Jenkins Server
BUILD-STABLE: Job 'Karaf/karaf-runtime/karaf-4.2.x [karaf-4.2.x] [291]':
Is back to normal.

[BUILD-STABLE]: Job 'Karaf/karaf-runtime/main [main] [484]'

2024-01-09 Thread Apache Jenkins Server
BUILD-STABLE: Job 'Karaf/karaf-runtime/main [main] [484]':
Is back to normal.

(karaf) branch karaf-4.4.x updated: KARAF-7795 Fix handling of custom info providers in shell:info command.

2024-01-09 Thread ldywicki
This is an automated email from the ASF dual-hosted git repository.

ldywicki pushed a commit to branch karaf-4.4.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.4.x by this push:
 new ce6cb4ca66 KARAF-7795 Fix handling of custom info providers in 
shell:info command.
ce6cb4ca66 is described below

commit ce6cb4ca660429d0dfa527c0c0e475d245ef7a10
Author: Łukasz Dywicki 
AuthorDate: Tue Jan 9 13:41:09 2024 +0100

KARAF-7795 Fix handling of custom info providers in shell:info command.

Signed-off-by: Łukasz Dywicki 
---
 .../src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
index 22dea86509..040edb09c5 100644
--- 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
+++ 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
@@ -40,6 +40,7 @@ import java.util.Map;
 import java.util.Properties;
 import java.util.concurrent.Callable;
 
+import org.apache.karaf.shell.api.action.lifecycle.Reference;
 import org.apache.karaf.shell.commands.info.InfoProvider;
 import org.apache.karaf.shell.api.action.Action;
 import org.apache.karaf.shell.api.action.Command;
@@ -63,7 +64,7 @@ public class InfoAction implements Action {
 @Option(name="--memory-pools", aliases= {"-mp"}, description="Includes 
detailed information about memory pools")
 protected boolean showMemoryPools;
 
-//@Reference
+@Reference
 List infoProviders;
 
 public InfoAction() {



(karaf) branch main updated: KARAF-7795 Fix handling of custom info providers in shell:info command.

2024-01-09 Thread ldywicki
This is an automated email from the ASF dual-hosted git repository.

ldywicki pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
 new cba422e810 KARAF-7795 Fix handling of custom info providers in 
shell:info command.
cba422e810 is described below

commit cba422e8103d8677e313ef95c3c0f171cbd82c0e
Author: Łukasz Dywicki 
AuthorDate: Tue Jan 9 13:41:09 2024 +0100

KARAF-7795 Fix handling of custom info providers in shell:info command.

Signed-off-by: Łukasz Dywicki 
---
 .../src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
index 22dea86509..040edb09c5 100644
--- 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
+++ 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
@@ -40,6 +40,7 @@ import java.util.Map;
 import java.util.Properties;
 import java.util.concurrent.Callable;
 
+import org.apache.karaf.shell.api.action.lifecycle.Reference;
 import org.apache.karaf.shell.commands.info.InfoProvider;
 import org.apache.karaf.shell.api.action.Action;
 import org.apache.karaf.shell.api.action.Command;
@@ -63,7 +64,7 @@ public class InfoAction implements Action {
 @Option(name="--memory-pools", aliases= {"-mp"}, description="Includes 
detailed information about memory pools")
 protected boolean showMemoryPools;
 
-//@Reference
+@Reference
 List infoProviders;
 
 public InfoAction() {



[BUILD-FAILURE]: Job 'Karaf/karaf-runtime/karaf-4.3.x [karaf-4.3.x] [319]'

2024-01-09 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'Karaf/karaf-runtime/karaf-4.3.x [karaf-4.3.x] [319]':
Check console output at "https://ci-builds.apache.org/job/Karaf/job/karaf-runtime/job/karaf-4.3.x/319/;>Karaf/karaf-runtime/karaf-4.3.x
 [karaf-4.3.x] [319]"

(karaf) branch karaf-4.3.x updated: KARAF-7795 Fix handling of custom info providers in shell:info command.

2024-01-09 Thread ldywicki
This is an automated email from the ASF dual-hosted git repository.

ldywicki pushed a commit to branch karaf-4.3.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
 new 192eff4f79 KARAF-7795 Fix handling of custom info providers in 
shell:info command.
192eff4f79 is described below

commit 192eff4f795f76c918a99ecd6c0a28a265846977
Author: Łukasz Dywicki 
AuthorDate: Tue Jan 9 13:41:09 2024 +0100

KARAF-7795 Fix handling of custom info providers in shell:info command.

Signed-off-by: Łukasz Dywicki 
---
 .../src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
index 22dea86509..040edb09c5 100644
--- 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
+++ 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
@@ -40,6 +40,7 @@ import java.util.Map;
 import java.util.Properties;
 import java.util.concurrent.Callable;
 
+import org.apache.karaf.shell.api.action.lifecycle.Reference;
 import org.apache.karaf.shell.commands.info.InfoProvider;
 import org.apache.karaf.shell.api.action.Action;
 import org.apache.karaf.shell.api.action.Command;
@@ -63,7 +64,7 @@ public class InfoAction implements Action {
 @Option(name="--memory-pools", aliases= {"-mp"}, description="Includes 
detailed information about memory pools")
 protected boolean showMemoryPools;
 
-//@Reference
+@Reference
 List infoProviders;
 
 public InfoAction() {



(karaf) branch karaf-4.2.x updated: KARAF-7795 Fix handling of custom info providers in shell:info command.

2024-01-09 Thread ldywicki
This is an automated email from the ASF dual-hosted git repository.

ldywicki pushed a commit to branch karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
 new 3aa0d37074 KARAF-7795 Fix handling of custom info providers in 
shell:info command.
3aa0d37074 is described below

commit 3aa0d37074a50ad33dfc5b80d50e96b6faf62d5c
Author: Łukasz Dywicki 
AuthorDate: Tue Jan 9 13:41:09 2024 +0100

KARAF-7795 Fix handling of custom info providers in shell:info command.

Signed-off-by: Łukasz Dywicki 
---
 .../src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
index 22dea86509..040edb09c5 100644
--- 
a/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
+++ 
b/shell/commands/src/main/java/org/apache/karaf/shell/commands/impl/InfoAction.java
@@ -40,6 +40,7 @@ import java.util.Map;
 import java.util.Properties;
 import java.util.concurrent.Callable;
 
+import org.apache.karaf.shell.api.action.lifecycle.Reference;
 import org.apache.karaf.shell.commands.info.InfoProvider;
 import org.apache.karaf.shell.api.action.Action;
 import org.apache.karaf.shell.api.action.Command;
@@ -63,7 +64,7 @@ public class InfoAction implements Action {
 @Option(name="--memory-pools", aliases= {"-mp"}, description="Includes 
detailed information about memory pools")
 protected boolean showMemoryPools;
 
-//@Reference
+@Reference
 List infoProviders;
 
 public InfoAction() {