From b1b56eb5797cf23571a89ac9375d7cfae33c41a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 06:36:59 +0000 Subject: [PATCH 01/13] Bump org.axonframework:axon-server-connector from 4.9.2 to 4.9.3 Bumps [org.axonframework:axon-server-connector](https://github.com/AxonFramework/AxonFramework) from 4.9.2 to 4.9.3. - [Release notes](https://github.com/AxonFramework/AxonFramework/releases) - [Changelog](https://github.com/AxonFramework/AxonFramework/blob/master/axon-4-api-changes.md) - [Commits](https://github.com/AxonFramework/AxonFramework/compare/axon-4.9.2...axon-4.9.3) --- updated-dependencies: - dependency-name: org.axonframework:axon-server-connector dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- scenarios/distributed-axon-server-local-polyflow/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/distributed-axon-server-local-polyflow/pom.xml b/scenarios/distributed-axon-server-local-polyflow/pom.xml index ce1e225..b5f46db 100644 --- a/scenarios/distributed-axon-server-local-polyflow/pom.xml +++ b/scenarios/distributed-axon-server-local-polyflow/pom.xml @@ -27,7 +27,7 @@ org.axonframework axon-server-connector - 4.9.2 + 4.9.3 runtime From 3a31da1340c2412bdcead7c0f196e8a1d9f5077e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:33:09 +0000 Subject: [PATCH 02/13] Bump polyflow.version from 4.1.0 to 4.1.4 Bumps `polyflow.version` from 4.1.0 to 4.1.4. Updates `io.holunda.polyflow:polyflow-taskpool-dependencies` from 4.1.0 to 4.1.4 Updates `io.holunda.polyflow:polyflow-view-api-client` from 4.1.0 to 4.1.4 --- updated-dependencies: - dependency-name: io.holunda.polyflow:polyflow-taskpool-dependencies dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.holunda.polyflow:polyflow-view-api-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f681ed7..7db1e13 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ 3.1.5 - 4.1.0 + 4.1.4 7.20.0 7.20.0-ee From b1b8f7080fba2b4038e8f064b0d3bf669635e2da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:05:38 +0000 Subject: [PATCH 03/13] Bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA Bumps [org.javassist:javassist](https://github.com/jboss-javassist/javassist) from 3.29.2-GA to 3.30.2-GA. - [Release notes](https://github.com/jboss-javassist/javassist/releases) - [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md) - [Commits](https://github.com/jboss-javassist/javassist/commits) --- updated-dependencies: - dependency-name: org.javassist:javassist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7db1e13..8a63759 100644 --- a/pom.xml +++ b/pom.xml @@ -691,7 +691,7 @@ org.javassist javassist - 3.29.2-GA + 3.30.2-GA javax.xml.bind From 89df7eb70b6926c8cefd20e64f326c8b45dd4674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:59:00 +0000 Subject: [PATCH 04/13] Bump kotlin.version from 1.9.22 to 1.9.23 Bumps `kotlin.version` from 1.9.22 to 1.9.23. Updates `org.jetbrains.kotlin:kotlin-bom` from 1.9.22 to 1.9.23 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.22...v1.9.23) Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.22 to 1.9.23 Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 1.9.22 to 1.9.23 Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.22 to 1.9.23 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a63759..7904e06 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ ${java.version} ${java.version} - 1.9.22 + 1.9.23 ${java.version} true 3.0.5 From 4553fc30888365e2e0e3124fe5482d1a8bfd0fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 06:59:21 +0000 Subject: [PATCH 05/13] Bump version.camunda.spin from 1.22.0 to 1.23.0 Bumps `version.camunda.spin` from 1.22.0 to 1.23.0. Updates `org.camunda.spin:camunda-spin-dataformat-json-jackson` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/camunda/camunda-spin/releases) - [Commits](https://github.com/camunda/camunda-spin/compare/1.22.0...1.23.0) Updates `org.camunda.spin:camunda-spin-core` from 1.22.0 to 1.23.0 - [Release notes](https://github.com/camunda/camunda-spin/releases) - [Commits](https://github.com/camunda/camunda-spin/compare/1.22.0...1.23.0) --- updated-dependencies: - dependency-name: org.camunda.spin:camunda-spin-dataformat-json-jackson dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.camunda.spin:camunda-spin-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7904e06..24e8247 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ ${camunda-ce.version} 7.20.0 - 1.22.0 + 1.23.0 1.4.0 1.7.0 1.5.5.Final From edb2ba783875079f09746989a655adf15788ab88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 06:31:21 +0000 Subject: [PATCH 06/13] Bump org.apache.maven.plugins:maven-compiler-plugin Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.11.0 to 3.13.0. - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.13.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24e8247..191e0ce 100644 --- a/pom.xml +++ b/pom.xml @@ -316,7 +316,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 UTF-8 ${java.version} From 344049095774a878ff37739431993a191456921a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 06:38:40 +0000 Subject: [PATCH 07/13] Bump springboot.version from 3.1.5 to 3.2.3 Bumps `springboot.version` from 3.1.5 to 3.2.3. Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.5 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.3) Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.1.5 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.3) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.5 to 3.2.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.3) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 191e0ce..be71f9e 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ --> - 3.1.5 + 3.2.3 4.1.4 7.20.0 From e16f08cc56c6d56379cbe30e45bd20c992c44932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:16:22 +0000 Subject: [PATCH 08/13] Bump io.holixon.axon.gateway:axon-gateway-spring-boot-starter Bumps io.holixon.axon.gateway:axon-gateway-spring-boot-starter from 1.1.1 to 2.0.0. --- updated-dependencies: - dependency-name: io.holixon.axon.gateway:axon-gateway-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be71f9e..11e91b7 100644 --- a/pom.xml +++ b/pom.xml @@ -174,7 +174,7 @@ io.holixon.axon.gateway axon-gateway-spring-boot-starter - 1.1.1 + 2.0.0 From aba6af791fd9363e696ebd8be785acda7d29261f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 06:05:54 +0000 Subject: [PATCH 09/13] Bump org.axonframework.extensions.kafka:axon-kafka-spring-boot-starter Bumps [org.axonframework.extensions.kafka:axon-kafka-spring-boot-starter](https://github.com/AxonFramework/extension-kafka) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/AxonFramework/extension-kafka/releases) - [Commits](https://github.com/AxonFramework/extension-kafka/compare/axon-kafka-4.8.0...axon-kafka-4.9.0) --- updated-dependencies: - dependency-name: org.axonframework.extensions.kafka:axon-kafka-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scenarios/distributed-kafka/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 scenarios/distributed-kafka/pom.xml diff --git a/scenarios/distributed-kafka/pom.xml b/scenarios/distributed-kafka/pom.xml old mode 100755 new mode 100644 index 9d6fb98..c3abebb --- a/scenarios/distributed-kafka/pom.xml +++ b/scenarios/distributed-kafka/pom.xml @@ -28,7 +28,7 @@ org.axonframework.extensions.kafka axon-kafka-spring-boot-starter - 4.8.0 + 4.9.0 From b14683e7734b286ba6d17f0db1169e4dc365a80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:06:25 +0000 Subject: [PATCH 10/13] Bump org.openapitools:openapi-generator-maven-plugin from 7.0.1 to 7.4.0 Bumps org.openapitools:openapi-generator-maven-plugin from 7.0.1 to 7.4.0. --- updated-dependencies: - dependency-name: org.openapitools:openapi-generator-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11e91b7..9bc60ee 100644 --- a/pom.xml +++ b/pom.xml @@ -249,7 +249,7 @@ org.openapitools openapi-generator-maven-plugin - 7.0.1 + 7.4.0 From b3dde3f0817e13eac2d18dc1fd60113cf9fdcb66 Mon Sep 17 00:00:00 2001 From: Patrick Schalk Date: Tue, 19 Mar 2024 14:42:26 +0100 Subject: [PATCH 11/13] Since the new openapi generator now really uses Optional for NON Required fields, I disable the usage of this to get the "old" behaviour. --- components/order-processing/backend/pom.xml | 2 +- components/tasklist-reactive-backend/pom.xml | 2 +- .../distributed-axon-server/cockpit-application/backend/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/order-processing/backend/pom.xml b/components/order-processing/backend/pom.xml index c779250..acc7a04 100644 --- a/components/order-processing/backend/pom.xml +++ b/components/order-processing/backend/pom.xml @@ -182,7 +182,7 @@ false false true - true + false true true diff --git a/components/tasklist-reactive-backend/pom.xml b/components/tasklist-reactive-backend/pom.xml index 1e04297..7285f10 100755 --- a/components/tasklist-reactive-backend/pom.xml +++ b/components/tasklist-reactive-backend/pom.xml @@ -142,7 +142,7 @@ false false true - true + false true true diff --git a/scenarios/distributed-axon-server/cockpit-application/backend/pom.xml b/scenarios/distributed-axon-server/cockpit-application/backend/pom.xml index 02e86f5..b276adb 100644 --- a/scenarios/distributed-axon-server/cockpit-application/backend/pom.xml +++ b/scenarios/distributed-axon-server/cockpit-application/backend/pom.xml @@ -152,7 +152,7 @@ false true true - true + false false true From da58e05e50e4b62cf562ea2ac85b2f67d60f6f53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:16:13 +0000 Subject: [PATCH 12/13] Bump io.holunda.data:camunda-bpm-data from 1.4.0 to 1.5.0 Bumps [io.holunda.data:camunda-bpm-data](https://github.com/holunda-io/camunda-bpm-data) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/holunda-io/camunda-bpm-data/releases) - [Commits](https://github.com/holunda-io/camunda-bpm-data/compare/1.4.0...1.5.0) --- updated-dependencies: - dependency-name: io.holunda.data:camunda-bpm-data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9bc60ee..45f5460 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ ${camunda-ce.version} 7.20.0 1.23.0 - 1.4.0 + 1.5.0 1.7.0 1.5.5.Final 5.2.1 From 550bceaa1f237240da6ec1589fd74363046bef98 Mon Sep 17 00:00:00 2001 From: Patrick Schalk Date: Tue, 19 Mar 2024 14:46:18 +0100 Subject: [PATCH 13/13] Define required bpm data variables as nonNull --- .../process/approval/process/RequestApprovalProcess.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/approval/backend/src/main/kotlin/io/holunda/polyflow/example/process/approval/process/RequestApprovalProcess.kt b/components/approval/backend/src/main/kotlin/io/holunda/polyflow/example/process/approval/process/RequestApprovalProcess.kt index d84f21c..acc6d3f 100755 --- a/components/approval/backend/src/main/kotlin/io/holunda/polyflow/example/process/approval/process/RequestApprovalProcess.kt +++ b/components/approval/backend/src/main/kotlin/io/holunda/polyflow/example/process/approval/process/RequestApprovalProcess.kt @@ -10,7 +10,7 @@ object RequestApprovalProcess { const val RESOURCE = "process_approve_request.bpmn" object Variables { - val REQUEST_ID = stringVariable("request") + val REQUEST_ID = stringVariable("request").nonNull val ORIGINATOR = stringVariable("originator") val APPLICANT = stringVariable("applicant") val SUBJECT = stringVariable("subject") @@ -21,7 +21,7 @@ object RequestApprovalProcess { val AMEND_ACTION = stringVariable("amendAction") val COMMENT = stringVariable("comment") - val PROJECTION_REVISION = longVariable("projectionRevision") + val PROJECTION_REVISION = longVariable("projectionRevision").nonNull } object Elements {