[GitHub] [karaf] jbonofre closed pull request #1754: [KARAF-7721] Bump equinox to 3.18.400

2023-09-02 Thread via GitHub


jbonofre closed pull request #1754: [KARAF-7721] Bump equinox to 3.18.400
URL: https://github.com/apache/karaf/pull/1754


-- 
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



[GitHub] [karaf] jbonofre commented on pull request #1754: [KARAF-7721] Bump equinox to 3.18.400

2023-09-02 Thread via GitHub


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

   equinox 3.18.400 is planned for Karaf 4.5.x (`main` is still `4.4.x`). I 
will open a PR once `4.4.x` branch will be there and `main` updated to `4.5.x`.


-- 
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



[GitHub] [karaf] jbonofre commented on pull request #1754: [KARAF-7721] Bump equinox to 3.18.400

2023-09-02 Thread via GitHub


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

   OK, Karaf doesn't start with equinox 3.18.400. Let me check the framework R 
version.


-- 
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] [431]'

2023-09-02 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'Karaf/karaf-runtime/main [main] [431]':
Check console output at "https://ci-builds.apache.org/job/Karaf/job/karaf-runtime/job/main/431/;>Karaf/karaf-runtime/main
 [main] [431]"

[GitHub] [karaf] jbonofre commented on pull request #1752: [KARAF-7740] Use pax-url-2.6.14

2023-09-02 Thread via GitHub


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

   The test failure (on JDBC) is unrelated IMHO. I will merge manually with 
resolving the conflict.


-- 
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/karaf-4.3.x [karaf-4.3.x] [293]'

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

[GitHub] [karaf] jbonofre commented on pull request #1754: [KARAF-7721] Bump equinox to 3.18.400

2023-09-02 Thread via GitHub


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

   It seems this update introduces a refresh. I'm checking.


-- 
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 main updated: Replace tab with spaces in root pom.xml

2023-09-02 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 153f2ea525 Replace tab with spaces in root pom.xml
 new 4b88d626a1 Merge pull request #1748 from elilja/eliminate-tab
153f2ea525 is described below

commit 153f2ea5253c62cec946d6059e2d871afa5caa3c
Author: Eric Lilja 
AuthorDate: Mon Jul 31 17:36:04 2023 +0200

Replace tab with spaces in root pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2624430c69..439b26a910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -330,7 +330,7 @@
 2.3
 1.1.1
 1.6.5
-   2.3.2_2
+2.3.2_2
 
 1.2.1
 3.1.4.RELEASE



[GitHub] [karaf] jbonofre merged pull request #1748: Replace tab with spaces in root pom.xml

2023-09-02 Thread via GitHub


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


-- 
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.3.x updated: KARAF-7731 - Upgrade to Felix ConfigAdmin plugin interpolation 1.2.8

2023-09-02 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository.

jbonofre 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 b6964ed8ed KARAF-7731 - Upgrade to Felix ConfigAdmin plugin 
interpolation 1.2.8
b6964ed8ed is described below

commit b6964ed8ed273313765e262bee0e833cb1d46454
Author: Jean-Baptiste Onofré 
AuthorDate: Sat Jul 29 12:03:02 2023 +0200

KARAF-7731 - Upgrade to Felix ConfigAdmin plugin interpolation 1.2.8

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

diff --git a/pom.xml b/pom.xml
index 469a49d62f..ae8370949f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
 2.0.10
 1.0.6
 1.9.26
-
1.2.6
+
1.2.8
 1.0.16
 0.2.0
 1.0.2



[karaf] branch main updated: KARAF-7731 - Upgrade to Felix ConfigAdmin plugin interpolation 1.2.8

2023-09-02 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 c368a7c09d KARAF-7731 - Upgrade to Felix ConfigAdmin plugin 
interpolation 1.2.8
 new 356cdab33f Merge pull request #1746 from jbonofre/KARAF-7731
c368a7c09d is described below

commit c368a7c09d71ad505bf9249d8c35be4640de7f19
Author: Jean-Baptiste Onofré 
AuthorDate: Sat Jul 29 12:03:02 2023 +0200

KARAF-7731 - Upgrade to Felix ConfigAdmin plugin interpolation 1.2.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e331fcba58..b44c650af4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
 2.0.10
 1.0.6
 1.9.26
-
1.2.6
+
1.2.8
 1.0.16
 0.2.0
 1.0.2



[GitHub] [karaf] jbonofre merged pull request #1746: KARAF-7731 - Upgrade to Felix ConfigAdmin plugin interpolation 1.2.8

2023-09-02 Thread via GitHub


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


-- 
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



[GitHub] [karaf] jbonofre commented on pull request #1747: Bump Apache commons-lang3 from 3.12.0 to 3.13.0

2023-09-02 Thread via GitHub


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

   Superseeded by #1757


-- 
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



[GitHub] [karaf] jbonofre closed pull request #1747: Bump Apache commons-lang3 from 3.12.0 to 3.13.0

2023-09-02 Thread via GitHub


jbonofre closed pull request #1747: Bump Apache commons-lang3 from 3.12.0 to 
3.13.0
URL: https://github.com/apache/karaf/pull/1747


-- 
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



[GitHub] [karaf] jbonofre opened a new pull request, #1757: KARAF-7743: Upgrade to commons-lang 3.13.0

2023-09-02 Thread via GitHub


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

   (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



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

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

[GitHub] [karaf] jbonofre opened a new pull request, #1756: KARAF-7717: Upgrade to Felix Framework Security 2.8.4

2023-09-02 Thread via GitHub


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

   (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.3.x updated: KARAF-7715 - Upgrade to easymock 5.2.0

2023-09-02 Thread jbonofre
This is an automated email from the ASF dual-hosted git repository.

jbonofre 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 a201ce2573 KARAF-7715 - Upgrade to easymock 5.2.0
a201ce2573 is described below

commit a201ce2573ca2c4f106f24a956d855d2eb430b46
Author: Jean-Baptiste Onofré 
AuthorDate: Fri Jul 21 15:03:53 2023 +0200

KARAF-7715 - Upgrade to easymock 5.2.0

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

diff --git a/pom.xml b/pom.xml
index dd28af2d21..469a49d62f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
 
 2.9.0
 
-5.0.1
+5.2.0
 org.eclipse.platform
 org.eclipse.osgi
 3.17.200



[karaf] branch main updated: KARAF-7715 - Upgrade to easymock 5.2.0

2023-09-02 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 bc28a16f8d KARAF-7715 - Upgrade to easymock 5.2.0
 new 3529b6c0db Merge pull request #1738 from jbonofre/KARAF-7715
bc28a16f8d is described below

commit bc28a16f8d7b1c8f9378b013338582adfae65a99
Author: Jean-Baptiste Onofré 
AuthorDate: Fri Jul 21 15:03:53 2023 +0200

KARAF-7715 - Upgrade to easymock 5.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fce8b4cea2..4557f26c00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@
 
 2.9.0
 
-5.0.1
+5.2.0
 org.eclipse.platform
 org.eclipse.osgi
 3.18.0



[GitHub] [karaf] jbonofre merged pull request #1738: KARAF-7715 - Upgrade to easymock 5.2.0

2023-09-02 Thread via GitHub


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


-- 
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