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

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

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

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

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

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

[karaf] branch main updated: [KARAF-7692]: Use pax-web-8.0.21

2023-09-01 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 bcc0c9f40f [KARAF-7692]: Use pax-web-8.0.21
 new c6e7f473d3 Merge pull request #1753 from rovarga/karaf7692
bcc0c9f40f is described below

commit bcc0c9f40f4adf323fc0775bfe70b3fedafc7f1c
Author: Robert Varga 
AuthorDate: Thu Aug 31 23:11:22 2023 +0200

[KARAF-7692]: Use pax-web-8.0.21

https://github.com/ops4j/org.ops4j.pax.web/milestone/238?closed=1
https://github.com/ops4j/org.ops4j.pax.web/milestone/239?closed=1
https://github.com/ops4j/org.ops4j.pax.web/milestone/241?closed=1
https://github.com/ops4j/org.ops4j.pax.web/milestone/243?closed=1
https://github.com/ops4j/org.ops4j.pax.web/milestone/245?closed=1
https://github.com/ops4j/org.ops4j.pax.web/milestone/247?closed=1

Also pick up Jetty 9.4.52.v20230823.

Signed-off-by: Robert Varga 
---
 .../karaf-graphql-example-features/src/main/feature/feature.xml   | 2 +-
 .../karaf-graphql-example/karaf-graphql-example-websocket/pom.xml | 2 +-
 examples/karaf-websocket-example/pom.xml  | 2 +-
 itests/test/pom.xml   | 4 ++--
 pom.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/examples/karaf-graphql-example/karaf-graphql-example-features/src/main/feature/feature.xml
 
b/examples/karaf-graphql-example/karaf-graphql-example-features/src/main/feature/feature.xml
index 423c7c1578..7849f18f88 100644
--- 
a/examples/karaf-graphql-example/karaf-graphql-example-features/src/main/feature/feature.xml
+++ 
b/examples/karaf-graphql-example/karaf-graphql-example-features/src/main/feature/feature.xml
@@ -41,7 +41,7 @@
 mvn:com.graphql-java-kickstart/graphql-java-servlet/14.0.0
 
 mvn:io.reactivex.rxjava3/rxjava/3.1.5
-mvn:org.eclipse.jetty.websocket/websocket-server/9.4.49.v20220914
+mvn:org.eclipse.jetty.websocket/websocket-server/9.4.52.v20230823
 
 
mvn:org.apache.karaf.examples/karaf-graphql-example-api/${project.version}
 
mvn:org.apache.karaf.examples/karaf-graphql-example-core/${project.version}
diff --git 
a/examples/karaf-graphql-example/karaf-graphql-example-websocket/pom.xml 
b/examples/karaf-graphql-example/karaf-graphql-example-websocket/pom.xml
index 5d23779ae8..239ad192d6 100644
--- a/examples/karaf-graphql-example/karaf-graphql-example-websocket/pom.xml
+++ b/examples/karaf-graphql-example/karaf-graphql-example-websocket/pom.xml
@@ -36,7 +36,7 @@
 
 org.eclipse.jetty.websocket
 websocket-servlet
-9.4.48.v20220622
+9.4.52.v20230823
 provided
 
 
diff --git a/examples/karaf-websocket-example/pom.xml 
b/examples/karaf-websocket-example/pom.xml
index dad14ac266..55cf115238 100644
--- a/examples/karaf-websocket-example/pom.xml
+++ b/examples/karaf-websocket-example/pom.xml
@@ -36,7 +36,7 @@
 
 org.eclipse.jetty.websocket
 websocket-servlet
-9.4.49.v20220914
+9.4.52.v20230823
 provided
 
 
diff --git a/itests/test/pom.xml b/itests/test/pom.xml
index 5a2c823672..7824e9de20 100644
--- a/itests/test/pom.xml
+++ b/itests/test/pom.xml
@@ -206,13 +206,13 @@
 
 org.eclipse.jetty.websocket
 websocket-client
-9.4.31.v20200723
+9.4.52.v20230823
 test
 
 
 org.eclipse.jetty
 jetty-server
-9.4.31.v20200723
+9.4.52.v20230823
 test
 
 
diff --git a/pom.xml b/pom.xml
index 1da503f43e..8398ffe16f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,7 @@
 1.5.1
 1.8.5
 2.6.12
-8.0.15
+8.0.21
 3.0.0
 1.5.6
 1.1.3



[GitHub] [karaf] jbonofre merged pull request #1753: [KARAF-7692]: Use pax-web-8.0.21

2023-09-01 Thread via GitHub


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


-- 
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-7701] Upgrade XBean to 4.23

2023-09-01 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 a6ac96a566 [KARAF-7701] Upgrade XBean to 4.23
a6ac96a566 is described below

commit a6ac96a5668b600df05719e0a4ba46465603b057
Author: Robert Varga 
AuthorDate: Thu Aug 31 23:42:57 2023 +0200

[KARAF-7701] Upgrade XBean to 4.23

Signed-off-by: Robert Varga 

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

diff --git a/pom.xml b/pom.xml
index 05ea63cd81..dd28af2d21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,7 +336,7 @@
 1.2.16
 2.10.0
 1.3.10_1
-4.22
+4.23
 1.4.7
 
 2.3.0



[karaf] branch main updated: [KARAF-7701] Upgrade XBean to 4.23

2023-09-01 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 9ff5c04fcd [KARAF-7701] Upgrade XBean to 4.23
 new 56defee5e3 Merge pull request #1755 from rovarga/karaf7701
9ff5c04fcd is described below

commit 9ff5c04fcd84cfbb2a75d012408a9eaab03f1a72
Author: Robert Varga 
AuthorDate: Thu Aug 31 23:42:57 2023 +0200

[KARAF-7701] Upgrade XBean to 4.23

Signed-off-by: Robert Varga 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1da503f43e..230bfdf20a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -349,7 +349,7 @@
 1.2.16
 2.10.0
 1.3.10_1
-4.22
+4.23
 1.4.7
 
 2.3.0



[GitHub] [karaf] jbonofre merged pull request #1755: [KARAF-7701] Upgrade XBean to 4.23

2023-09-01 Thread via GitHub


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


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

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