Skip to content

Commit d95c18f

Browse files
Update content/en/blog/releases/release-sdk-java-7.0.0-alpha5.1.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 0b39177 commit d95c18f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

content/en/blog/releases/release-sdk-java-7.0.0-alpha5.1.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Serverless Workflow Java SDK 7.0.0-alpha1
2+
title: Serverless Workflow Java SDK 7.0.0-alpha5.1
33
author: Francisco Javier Tirado Sarti
4-
date: 2024-11-7
4+
date: 2024-12-4
55
description: >
66
Heads up, community! We have released a new Java SDK version compatible with Specification 1.0.0.
77
---
88

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
1010

1111
Hello, Serverless Workflow community!
1212

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:
1414

1515
{{< card code=true header="**Java SDK Example**" lang="Java" >}}
1616
// 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:
2626
<dependency>
2727
<groupId>io.serverlessworkflow</groupId>
2828
<artifactId>serverlessworkflow-api</artifactId>
29-
<version>7.0.0-alpha5</version>
29+
<version>7.0.0-alpha5.1</version>
3030
</dependency>
3131
{{< /card >}}
3232

3333
With this release,
3434

35-
- We update to the latest schema.
35+
- We update to the latest schema revision.
36+
- Add ErrorFilter schema
3637
- 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.
4040

4141
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).
4242

content/en/blog/releases/release-sdk-java-7.0.0-alpha5.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Serverless Workflow Java SDK 7.0.0-alpha5-1
2+
title: Serverless Workflow Java SDK 7.0.0-alpha5
33
author: Francisco Javier Tirado Sarti
4-
date: 2024-12-4
4+
date: 2024-11-7
55
description: >
66
Heads up, community! We have released a new Java SDK version compatible with Specification 1.0.0.
77
---
88

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
1010

1111
Hello, Serverless Workflow community!
1212

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:
1414

1515
{{< card code=true header="**Java SDK Example**" lang="Java" >}}
1616
// 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:
2626
<dependency>
2727
<groupId>io.serverlessworkflow</groupId>
2828
<artifactId>serverlessworkflow-api</artifactId>
29-
<version>7.0.0-alpha5.1</version>
29+
<version>7.0.0-alpha5</version>
3030
</dependency>
3131
{{< /card >}}
3232

3333
With this release,
3434

35-
- We update to the latest schema revision.
36-
- Add ErrorFilter schema
35+
- We update to the latest schema.
3736
- 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.
4040

4141
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).
4242

0 commit comments

Comments
 (0)