From 0617799c2799d13e17e97c1e877ff4f006b8a5e7 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 3 Oct 2022 15:19:39 +0200 Subject: [PATCH] Ugrade azure function dependecies - upgraed azure functions java to 2.1.0 - upgrade azure function maven to 1.21.0 - replace the sample java function runtime to linux/java17 Resolves #885 #838 switch Azure runtime --- .../spring-cloud-function-adapter-azure/pom.xml | 2 +- .../function-sample-azure/pom.xml | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml index 7022f59ac..11930bc2f 100644 --- a/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml +++ b/spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml @@ -20,7 +20,7 @@ UTF-8 UTF-8 1.8 - 1.2.2 + 2.1.0 diff --git a/spring-cloud-function-samples/function-sample-azure/pom.xml b/spring-cloud-function-samples/function-sample-azure/pom.xml index 47c2d8f46..5b2bda45c 100644 --- a/spring-cloud-function-samples/function-sample-azure/pom.xml +++ b/spring-cloud-function-samples/function-sample-azure/pom.xml @@ -26,8 +26,8 @@ onobc/function-sample-azure-java17:1.0.0 ${project.build.directory}/azure-functions/${functionAppName} example.Config - 1.16.0 - 1.4.2 + 1.21.0 + 2.1.0 1.0.27.RELEASE 17 UTF-8 @@ -146,12 +146,17 @@ ${functionAppRegion} ${functionAppServicePlanName} EP1 - + + + linux + 17 + FUNCTIONS_EXTENSION_VERSION