You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads up, community! We have released a new Java SDK version compatible with Specification 1.0.0.
7
7
---
8
8
9
-
## Announcing the Release of Serverless Workflow Java SDK 7.0.0-alpha1
9
+
## Announcing the Release of Serverless Workflow Java SDK 7.0.0-alpha5.1
10
10
11
11
Hello, Serverless Workflow community!
12
12
13
-
We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started:
13
+
We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5.1, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started:
// Make sure simple.yaml is in your src/main/resources folder
@@ -26,17 +26,17 @@ To install the SDK, simply add it as a dependency to your Maven project:
26
26
<dependency>
27
27
<groupId>io.serverlessworkflow</groupId>
28
28
<artifactId>serverlessworkflow-api</artifactId>
29
-
<version>7.0.0-alpha5</version>
29
+
<version>7.0.0-alpha5.1</version>
30
30
</dependency>
31
31
{{< /card >}}
32
32
33
33
With this release,
34
34
35
-
- We update to the latest schema.
35
+
- We update to the latest schema revision.
36
+
- Add ErrorFilter schema
36
37
- We improve POJO generation from specification schema by:
37
-
- creating proper union classes when the one of the union members is a string
38
-
- assigning meaningful names by using schema titles.
39
-
- We start the development of a reference implementation, that will be properly documented when it reaches a more stable state.
38
+
- Fix problem generating union classes related with Input/Output schema
39
+
- We substantially advance in the development of a [reference implementation](https://github.com/serverlessworkflow/sdk-java/issues/459), that will be properly documented when it reaches a more stable state.
40
40
41
41
We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/serverlessworkflow/sdk-java/milestone/1).
Heads up, community! We have released a new Java SDK version compatible with Specification 1.0.0.
7
7
---
8
8
9
-
## Announcing the Release of Serverless Workflow Java SDK 7.0.0-alpha5.1
9
+
## Announcing the Release of Serverless Workflow Java SDK 7.0.0-alpha5
10
10
11
11
Hello, Serverless Workflow community!
12
12
13
-
We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5.1, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started:
13
+
We're excited to announce the release of the latest Java SDK, version 7.0.0-alpha5, now compatible with the upcoming Serverless Workflow Specification 1.0.0. You can dive right in by using [one of the examples](https://github.com/serverlessworkflow/specification/tree/main/examples) available in the specification repository. Here's a quick example to get you started:
// Make sure simple.yaml is in your src/main/resources folder
@@ -26,17 +26,17 @@ To install the SDK, simply add it as a dependency to your Maven project:
26
26
<dependency>
27
27
<groupId>io.serverlessworkflow</groupId>
28
28
<artifactId>serverlessworkflow-api</artifactId>
29
-
<version>7.0.0-alpha5.1</version>
29
+
<version>7.0.0-alpha5</version>
30
30
</dependency>
31
31
{{< /card >}}
32
32
33
33
With this release,
34
34
35
-
- We update to the latest schema revision.
36
-
- Add ErrorFilter schema
35
+
- We update to the latest schema.
37
36
- We improve POJO generation from specification schema by:
38
-
- Fix problem generating union classes related with Input/Output schema
39
-
- We substantially advance in the development of a [reference implementation](https://github.com/serverlessworkflow/sdk-java/issues/459), that will be properly documented when it reaches a more stable state.
37
+
- creating proper union classes when the one of the union members is a string
38
+
- assigning meaningful names by using schema titles.
39
+
- We start the development of a reference implementation, that will be properly documented when it reaches a more stable state.
40
40
41
41
We're also thrilled to share that new features are in the pipeline, and we'll be releasing another alpha version soon. You can track our progress towards the 7.0.0.Final version [here](https://github.com/serverlessworkflow/sdk-java/milestone/1).
0 commit comments