From d4004c89679fe716a83e882141abebfe06880745 Mon Sep 17 00:00:00 2001 From: fjtirado Date: Tue, 2 Dec 2025 19:51:31 +0100 Subject: [PATCH 1/2] Adding SDK reference implementation to the runtimes set Signed-off-by: fjtirado --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 229797ac..6dd150b2 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ No matter your preferred language, our SDKs provide the tools you need to levera | [Apache KIE SonataFlow](https://sonataflow.org) | Apache KIE SonataFlow is a tool for building cloud-native workflow applications. You can use it to do the services and events orchestration and choreography. | | [Lemline](https://github.com/lemline/lemline) | Lemline is a highly scalable runtime running on top of your existing messaging infrastructure. | | [Synapse](https://github.com/serverlessworkflow/synapse) | Synapse is a scalable, cross-platform, fully customizable platform for managing and running Serverless Workflows. | +| [Java SDK reference implementation](https://github.com/serverlessworkflow/sdk-java/tree/main/impl) | Full compliant Java implementation of the specification | ### Tooling From 8c08633e1a39baaa5994b5500c72ad762c1ac519 Mon Sep 17 00:00:00 2001 From: fjtirado Date: Tue, 2 Dec 2025 20:34:31 +0100 Subject: [PATCH 2/2] Charles comments Signed-off-by: fjtirado --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dd150b2..86f63a1d 100644 --- a/README.md +++ b/README.md @@ -90,9 +90,9 @@ No matter your preferred language, our SDKs provide the tools you need to levera | Name | About | | --- | --- | | [Apache KIE SonataFlow](https://sonataflow.org) | Apache KIE SonataFlow is a tool for building cloud-native workflow applications. You can use it to do the services and events orchestration and choreography. | +| [Java SDK reference implementation](https://github.com/serverlessworkflow/sdk-java/tree/main/impl) | Full compliant Java implementation of the specification | | [Lemline](https://github.com/lemline/lemline) | Lemline is a highly scalable runtime running on top of your existing messaging infrastructure. | | [Synapse](https://github.com/serverlessworkflow/synapse) | Synapse is a scalable, cross-platform, fully customizable platform for managing and running Serverless Workflows. | -| [Java SDK reference implementation](https://github.com/serverlessworkflow/sdk-java/tree/main/impl) | Full compliant Java implementation of the specification | ### Tooling