Re: [PR] KARAF-7775: Move config shell commands in a dedicated bundle [karaf]

2024-01-03 Thread via GitHub


jbonofre commented on PR #1814:
URL: https://github.com/apache/karaf/pull/1814#issuecomment-1876489783

   I'm fixing the `ConfigManagedServiceFactoryTest` test.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[BUILD-FAILURE]: Job 'Karaf/karaf-runtime/main [main] [482]'

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

Re: [PR] KARAF-6210: extract core config commands to its own bundle [karaf]

2024-01-03 Thread via GitHub


jbonofre commented on PR #1804:
URL: https://github.com/apache/karaf/pull/1804#issuecomment-1875618334

   Superseded by #1814 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] KARAF-7775: Move config shell commands in a dedicated bundle [karaf]

2024-01-03 Thread via GitHub


jbonofre opened a new pull request, #1814:
URL: https://github.com/apache/karaf/pull/1814

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(karaf) branch karaf-4.4.x updated: KARAF-7793: Upgrade to PAX Logging 2.2.6

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

jbonofre 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 b870c6e47e KARAF-7793: Upgrade to PAX Logging 2.2.6
b870c6e47e is described below

commit b870c6e47e187ff004586c30ea9aedfd7c15274a
Author: JB Onofré 
AuthorDate: Wed Jan 3 15:02:58 2024 +0100

KARAF-7793: Upgrade to PAX Logging 2.2.6

(cherry picked from commit f67845259140202577fde1e99f7152cb1b2344a1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 99feb8b990..d87d57f5a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
 
 1.1.4
 4.13.5
-2.2.3
+2.2.6
 1.5.1
 1.8.5
 2.6.14



(karaf) branch main updated: KARAF-7793: Upgrade to PAX Logging 2.2.6

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

jbonofre 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 f678452591 KARAF-7793: Upgrade to PAX Logging 2.2.6
 new 52f98e4ab1 Merge pull request #1813 from jbonofre/KARAF-7793
f678452591 is described below

commit f67845259140202577fde1e99f7152cb1b2344a1
Author: JB Onofré 
AuthorDate: Wed Jan 3 15:02:58 2024 +0100

KARAF-7793: Upgrade to PAX Logging 2.2.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1f482b0f1..eee69273d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
 
 1.1.4
 4.13.5
-2.2.3
+2.2.6
 1.5.1
 1.8.5
 2.6.14



Re: [PR] KARAF-7793: Upgrade to PAX Logging 2.2.6 [karaf]

2024-01-03 Thread via GitHub


jbonofre merged PR #1813:
URL: https://github.com/apache/karaf/pull/1813


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] KARAF-6210: extract core config commands to its own bundle [karaf]

2024-01-03 Thread via GitHub


jbonofre commented on PR #1804:
URL: https://github.com/apache/karaf/pull/1804#issuecomment-1875530587

   @RangerRick I found other issue with your bundles: the import required impl 
package which is private, it should not export utils, etc. I propose to close 
this one and do a clean new one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] KARAF-6210: extract core config commands to its own bundle [karaf]

2024-01-03 Thread via GitHub


jbonofre closed pull request #1804: KARAF-6210: extract core config commands to 
its own bundle
URL: https://github.com/apache/karaf/pull/1804


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] KARAF-7793: Upgrade to PAX Logging 2.2.6 [karaf]

2024-01-03 Thread via GitHub


jbonofre opened a new pull request, #1813:
URL: https://github.com/apache/karaf/pull/1813

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(karaf) branch karaf-4.4.x updated: KARAF-7769: Upgrade to Felix WebConsole 4.8.12

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

jbonofre 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 36488d724c KARAF-7769: Upgrade to Felix WebConsole 4.8.12
36488d724c is described below

commit 36488d724cda5c5a81035c38dfc3117be9eece33
Author: JB Onofré 
AuthorDate: Wed Jan 3 11:47:07 2024 +0100

KARAF-7769: Upgrade to Felix WebConsole 4.8.12

(cherry picked from commit 289f7ecfaaf3875d8982066cf719cd6f0c057338)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index afa6449b76..99feb8b990 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
 1.1.0
 
5.1.9
 1.11.8
-4.8.10
+4.8.12
 3.4.0
 
1.0.10
 1.2.4



(karaf) branch main updated: KARAF-7769: Upgrade to Felix WebConsole 4.8.12

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

jbonofre 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 289f7ecfaa KARAF-7769: Upgrade to Felix WebConsole 4.8.12
 new ddee5a1562 Merge pull request #1812 from jbonofre/KARAF-7769
289f7ecfaa is described below

commit 289f7ecfaaf3875d8982066cf719cd6f0c057338
Author: JB Onofré 
AuthorDate: Wed Jan 3 11:47:07 2024 +0100

KARAF-7769: Upgrade to Felix WebConsole 4.8.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba8ea46929..a1f482b0f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
 1.1.0
 
5.1.9
 1.11.8
-4.8.10
+4.8.12
 3.4.0
 
1.0.10
 1.2.4



Re: [PR] KARAF-7769: Upgrade to Felix WebConsole 4.8.12 [karaf]

2024-01-03 Thread via GitHub


jbonofre merged PR #1812:
URL: https://github.com/apache/karaf/pull/1812


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] KARAF-7769: Upgrade to Felix WebConsole 4.8.12 [karaf]

2024-01-03 Thread via GitHub


jbonofre opened a new pull request, #1812:
URL: https://github.com/apache/karaf/pull/1812

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@karaf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org