From 4cc3fe001663722a7ff31e36f51893a1504c6cbc Mon Sep 17 00:00:00 2001 From: Spencer Judge Date: Mon, 1 Dec 2025 16:30:02 -0800 Subject: [PATCH 1/3] Inline Nexus workflow ID formatting --- .../nexus/handler/SampleNexusServiceImpl.java | 17 ++++++++++++----- .../handler/SampleNexusServiceImpl.java | 17 +++++++++++------ .../handler/SampleNexusServiceImpl.java | 18 ++++++++++-------- 3 files changed, 33 insertions(+), 19 deletions(-) diff --git a/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java b/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java index 42952b72..99c7fad9 100644 --- a/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java +++ b/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java @@ -7,6 +7,7 @@ import io.temporal.nexus.Nexus; import io.temporal.nexus.WorkflowRunOperation; import io.temporal.samples.nexus.service.SampleNexusService; +import java.util.Locale; // To create a service implementation, annotate the class with @ServiceImpl and provide the // interface that the service implements. The service implementation class should have methods that @@ -55,13 +56,19 @@ public OperationHandler Date: Mon, 27 Apr 2026 17:40:09 -0700 Subject: [PATCH 2/3] Fix wild newlines from codex --- .../samples/nexus/handler/SampleNexusServiceImpl.java | 3 +-- .../handler/SampleNexusServiceImpl.java | 4 ++-- .../nexusmultipleargs/handler/SampleNexusServiceImpl.java | 8 +++----- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java b/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java index 99c7fad9..0e304109 100644 --- a/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java +++ b/core/src/main/java/io/temporal/samples/nexus/handler/SampleNexusServiceImpl.java @@ -58,8 +58,7 @@ public OperationHandler Date: Mon, 27 Apr 2026 17:43:03 -0700 Subject: [PATCH 3/3] run formatter --- .../nexusmultipleargs/handler/SampleNexusServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/io/temporal/samples/nexusmultipleargs/handler/SampleNexusServiceImpl.java b/core/src/main/java/io/temporal/samples/nexusmultipleargs/handler/SampleNexusServiceImpl.java index 3771470b..3093d220 100644 --- a/core/src/main/java/io/temporal/samples/nexusmultipleargs/handler/SampleNexusServiceImpl.java +++ b/core/src/main/java/io/temporal/samples/nexusmultipleargs/handler/SampleNexusServiceImpl.java @@ -43,7 +43,8 @@ public OperationHandler