From 5a5cd5200baf51ae18ae5949d3ee9a2fa1224efe Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Tue, 31 Dec 2024 16:53:59 +0000 Subject: [PATCH 1/3] fix(compute): migrate old region "dependecies" to "compute_sendgrid_dependecies_java" --- compute/sendgrid/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compute/sendgrid/pom.xml b/compute/sendgrid/pom.xml index 5db4c6164d6..e5538181987 100644 --- a/compute/sendgrid/pom.xml +++ b/compute/sendgrid/pom.xml @@ -37,6 +37,7 @@ + com.sendgrid @@ -44,6 +45,7 @@ 4.10.1 + From 2791534722f76a603c772d8b84b048a9ff84d0fb Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Tue, 31 Dec 2024 17:29:44 +0000 Subject: [PATCH 2/3] fix(compute): migrate region "example" to "compute_sendgrid" --- .../java/com/example/compute/sendgrid/SendEmailServlet.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java b/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java index 1a30dc97832..88a2778e51e 100644 --- a/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java +++ b/compute/sendgrid/src/main/java/com/example/compute/sendgrid/SendEmailServlet.java @@ -25,6 +25,7 @@ import com.sendgrid.helpers.mail.objects.Email; import java.io.IOException; +// [START compute_sendgrid] // [START example] public class SendEmailServlet { static final String SENDGRID_API_KEY = "YOUR-SENDGRID-API-KEY"; @@ -65,3 +66,4 @@ public static void main(String[] args) throws IOException { } // [END example] +// [END compute_sendgrid] \ No newline at end of file From 312cf474f29b5c821effb716fd63942ada6bb2b8 Mon Sep 17 00:00:00 2001 From: Orlando Emiliano Garcia Diaz Date: Mon, 6 Jan 2025 17:56:52 +0000 Subject: [PATCH 3/3] fix(compute): migrate region example to compute_sendgrid --- compute/sendgrid/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compute/sendgrid/pom.xml b/compute/sendgrid/pom.xml index e5538181987..db13063897c 100644 --- a/compute/sendgrid/pom.xml +++ b/compute/sendgrid/pom.xml @@ -37,7 +37,7 @@ - + com.sendgrid @@ -45,7 +45,7 @@ 4.10.1 - +