Skip to content

Commit c9bb4fa

Browse files
committed
Release 2.8.1
1 parent 645e1ba commit c9bb4fa

File tree

12 files changed

+11
-19
lines changed

12 files changed

+11
-19
lines changed

kuflow-rest/openapi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>com.kuflow.rest</groupId>
3232
<artifactId>kuflow-rest-customization</artifactId>
33-
<version>1.0.0-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<packaging>jar</packaging>
3535

3636
<name>KuFlow REST Client - Customization</name>

kuflow-rest/openapi/readme.md

-8
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,5 @@ directive:
6060
if ($.operationId.indexOf($.tags[1] + 'Operations_') === -1) {
6161
$.operationId = $.tags[1] + 'Operations_' + $.operationId;
6262
}
63-
64-
# WORKAROUND:
65-
# RobotSourceType has only one option, so, due to is required, is rendered as String instead of an enum
66-
# See: https://github.com/stankovski/AutoRest/blob/master/Documentation/swagger-extensions.md#single-value-enum-as-a-constant
67-
- from: openapi-document
68-
where: $.components.schemas.Robot.allOf[1]
69-
transform: |
70-
$.required = $.required.filter(it => it !== "sourceType")
7163
```
7264

kuflow-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-rest/src/generated/java/com/kuflow/rest/model/Robot.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public final class Robot extends AbstractAudited {
6161
/*
6262
* Robot source type
6363
*/
64-
@JsonProperty(value = "sourceType")
64+
@JsonProperty(value = "sourceType", required = true)
6565
private RobotSourceType sourceType;
6666

6767
/*

kuflow-spring-boot-autoconfigure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-temporal-activity-email/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-temporal-activity-kuflow/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-temporal-activity-robotframework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-temporal-activity-s3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-temporal-activity-uivision/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

kuflow-temporal-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>com.kuflow</groupId>
3232
<artifactId>kuflow-sdk</artifactId>
33-
<version>2.8.1-SNAPSHOT</version>
33+
<version>2.8.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<groupId>com.kuflow</groupId>
3838
<artifactId>kuflow-sdk</artifactId>
39-
<version>2.8.1-SNAPSHOT</version>
39+
<version>2.8.1</version>
4040
<packaging>pom</packaging>
4141

4242
<name>KuFlow SDK</name>

0 commit comments

Comments
 (0)