From fb9cc8aa86b4d404afb66173fe803907f5f0f5da Mon Sep 17 00:00:00 2001 From: Abhinand Sundararajan Date: Mon, 3 Nov 2025 17:07:26 +0530 Subject: [PATCH 1/2] feat: update functions samples --- functions/helloworld/helloworld/pom.xml | 4 ++-- functions/v2/pubsub/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions/helloworld/helloworld/pom.xml b/functions/helloworld/helloworld/pom.xml index 6beba0255ca..a78a587063e 100644 --- a/functions/helloworld/helloworld/pom.xml +++ b/functions/helloworld/helloworld/pom.xml @@ -50,8 +50,8 @@ - 11 - 11 + 21 + 21 diff --git a/functions/v2/pubsub/pom.xml b/functions/v2/pubsub/pom.xml index f50876162b4..72c34790577 100644 --- a/functions/v2/pubsub/pom.xml +++ b/functions/v2/pubsub/pom.xml @@ -31,8 +31,8 @@ - 11 - 11 + 21 + 21 UTF-8 From b0b976439dd92991ce43d4387ee0ed3e422bc268 Mon Sep 17 00:00:00 2001 From: Abhinand Sundararajan Date: Mon, 3 Nov 2025 22:37:03 +0530 Subject: [PATCH 2/2] Fixing PubSub for Java21 compatibility --- functions/v2/pubsub/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/functions/v2/pubsub/pom.xml b/functions/v2/pubsub/pom.xml index 72c34790577..3b0ea041b9e 100644 --- a/functions/v2/pubsub/pom.xml +++ b/functions/v2/pubsub/pom.xml @@ -100,6 +100,25 @@ functions.SubscribeToTopic + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + + prepare-agent + + + + report + prepare-package + + report + + + + org.apache.maven.plugins maven-surefire-plugin