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

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

[BUILD-FAILURE]: Job 'Karaf/karaf-runtime/karaf-4.2.x [karaf-4.2.x] [290]'

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

[GitHub] [karaf] jbonofre opened a new pull request, #1763: KARAF-7693: Upgrade to Spring 5.3.29

2023-09-05 Thread via GitHub


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

   (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] [300]'

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

[karaf] branch karaf-4.2.x updated: KARAF-7746: Improve checkJVM function in bin/inc

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

jbonofre 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 efd9ae0c12 KARAF-7746: Improve checkJVM function in bin/inc
efd9ae0c12 is described below

commit efd9ae0c12d4d2de097eee3bde2b955ec9f0590b
Author: JB Onofré 
AuthorDate: Mon Sep 4 16:53:53 2023 +0200

KARAF-7746: Improve checkJVM function in bin/inc

(cherry picked from commit d3b20d77679061ecd51da5b2270f40f0d1aad840)
---
 assemblies/features/base/src/main/filtered-resources/resources/bin/inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc 
b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
index 2fc743dabf..eb73fc7cc2 100755
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
@@ -241,7 +241,7 @@ checkJvmVersion() {
 fi
 fi
 
-VERSION=`"${JAVA}" -version 2>&1 | ${AWK} -F '"' '/version/ {print $2}' | 
sed -e 's/_.*//g; s/^1\.//g; s/\..*//g; s/-.*//g;'`
+VERSION=`"${JAVA}" -version 2>&1 | ${AWK} -F '"' '/version/ {print $2}' | 
sed -e 's/_.*//g; s/^1\.//g; s/\..*//g; s/-.*//g;s/-.*//g; s/^[A-Za-z].*//'`
 
 # java must be at least version 8
 if [ "${VERSION}" -lt "8" ]; then



[karaf] branch karaf-4.3.x updated: KARAF-7746: Improve checkJVM function in bin/inc

2023-09-05 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 4f8e88fa1a KARAF-7746: Improve checkJVM function in bin/inc
4f8e88fa1a is described below

commit 4f8e88fa1a281774663af78ebaeace1a34ca6998
Author: JB Onofré 
AuthorDate: Mon Sep 4 16:53:53 2023 +0200

KARAF-7746: Improve checkJVM function in bin/inc

(cherry picked from commit d3b20d77679061ecd51da5b2270f40f0d1aad840)
---
 assemblies/features/base/src/main/filtered-resources/resources/bin/inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc 
b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
index bfe7c62328..f13192b41f 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
@@ -241,7 +241,7 @@ checkJvmVersion() {
 fi
 fi
 
-VERSION=`"${JAVA}" -version 2>&1 | ${AWK} -F '"' '/version/ {print $2}' | 
sed -e 's/_.*//g; s/^1\.//g; s/\..*//g; s/-.*//g;'`
+VERSION=`"${JAVA}" -version 2>&1 | ${AWK} -F '"' '/version/ {print $2}' | 
sed -e 's/_.*//g; s/^1\.//g; s/\..*//g; s/-.*//g;s/-.*//g; s/^[A-Za-z].*//'`
 
 # java must be at least version 8
 if [ "${VERSION}" -lt "8" ]; then



[karaf] branch main updated: KARAF-7746: Improve checkJVM function in bin/inc

2023-09-05 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 d3b20d7767 KARAF-7746: Improve checkJVM function in bin/inc
 new e5da86380e Merge pull request #1762 from jbonofre/KARAF-7746
d3b20d7767 is described below

commit d3b20d77679061ecd51da5b2270f40f0d1aad840
Author: JB Onofré 
AuthorDate: Mon Sep 4 16:53:53 2023 +0200

KARAF-7746: Improve checkJVM function in bin/inc
---
 assemblies/features/base/src/main/filtered-resources/resources/bin/inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc 
b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
index bfe7c62328..f13192b41f 100644
--- a/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
+++ b/assemblies/features/base/src/main/filtered-resources/resources/bin/inc
@@ -241,7 +241,7 @@ checkJvmVersion() {
 fi
 fi
 
-VERSION=`"${JAVA}" -version 2>&1 | ${AWK} -F '"' '/version/ {print $2}' | 
sed -e 's/_.*//g; s/^1\.//g; s/\..*//g; s/-.*//g;'`
+VERSION=`"${JAVA}" -version 2>&1 | ${AWK} -F '"' '/version/ {print $2}' | 
sed -e 's/_.*//g; s/^1\.//g; s/\..*//g; s/-.*//g;s/-.*//g; s/^[A-Za-z].*//'`
 
 # java must be at least version 8
 if [ "${VERSION}" -lt "8" ]; then



[GitHub] [karaf] jbonofre merged pull request #1762: KARAF-7746: Improve checkJVM function in bin/inc

2023-09-05 Thread via GitHub


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


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