You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/03/27 13:32:37 UTC

[camel-quarkus] branch main updated (ae1840edad -> eac88f7c4f)

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from ae1840edad Updated CHANGELOG.md
     new 665510e2ec Update SNAPSHOT deploy build to use JDK 17
     new eac88f7c4f Update Sonarcloud build to use JDK 17

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile            | 2 +-
 Jenkinsfile.sonarcloud | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel-quarkus] 01/02: Update SNAPSHOT deploy build to use JDK 17

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 665510e2ec31a90b97578d3ab8182a0bc990ac17
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Mar 27 12:50:42 2023 +0100

    Update SNAPSHOT deploy build to use JDK 17
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 595c1665c3..bb3781206c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 def MAVEN_PARAMS = '-B -e -ntp'
 def VERSION_SUFFIX = "-${env.BRANCH_NAME.toUpperCase().replace('_','-')}-SNAPSHOT"
 


[camel-quarkus] 02/02: Update Sonarcloud build to use JDK 17

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit eac88f7c4fb1c90ee4694477f966405b4d963d1c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Mar 27 12:51:10 2023 +0100

    Update Sonarcloud build to use JDK 17
---
 Jenkinsfile.sonarcloud | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.sonarcloud b/Jenkinsfile.sonarcloud
index 7fb1d8ce3f..5250de2a83 100644
--- a/Jenkinsfile.sonarcloud
+++ b/Jenkinsfile.sonarcloud
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest'
 def MAVEN_PARAMS = '-B -e -ntp'
 
 pipeline {