From 0ffec5dc4fd7314b2d6167a3928c2d8f4a479018 Mon Sep 17 00:00:00 2001 From: Tim Linschoten Date: Mon, 6 Jul 2026 09:17:46 +0200 Subject: [PATCH 1/2] Updated Akka and other dependencies. --- .gitignore | 3 ++ bakery/bakery-interaction-protocol/pom.xml | 2 +- bakery/bakery-interaction/pom.xml | 2 +- bakery/bakery-state/pom.xml | 2 +- core/baker-akka-actors/pom.xml | 2 +- core/baker-akka-runtime/pom.xml | 2 +- .../{main => test}/resources/application.conf | 0 core/baker-annotations/pom.xml | 2 +- core/baker-compiler-kotlin/pom.xml | 2 +- core/baker-compiler-scala/pom.xml | 2 +- core/baker-compiler/pom.xml | 2 +- core/baker-interface-kotlin/pom.xml | 2 +- core/baker-interface/pom.xml | 2 +- core/baker-intermediate-language/pom.xml | 2 +- core/baker-recipe-dsl-kotlin/pom.xml | 2 +- core/baker-recipe-dsl/pom.xml | 2 +- core/baker-recipe-manager/pom.xml | 2 +- core/baker-test/pom.xml | 2 +- core/baker-types/pom.xml | 2 +- examples/baker-example/pom.xml | 2 +- examples/bakery-client-example/pom.xml | 2 +- .../bakery-kafka-listener-example/pom.xml | 2 +- examples/docs-code-snippets/pom.xml | 2 +- http/baker-http-client/pom.xml | 2 +- http/baker-http-dashboard/pom.xml | 2 +- http/baker-http-server/pom.xml | 8 +--- pom.xml | 40 +++++++++++-------- 27 files changed, 50 insertions(+), 47 deletions(-) rename core/baker-akka-runtime/src/{main => test}/resources/application.conf (100%) diff --git a/.gitignore b/.gitignore index 383c00880..54afa0ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,6 @@ Thumbs.db # Git Files .gitconfig + +project/target +project/build.properties \ No newline at end of file diff --git a/bakery/bakery-interaction-protocol/pom.xml b/bakery/bakery-interaction-protocol/pom.xml index 6c6e120dd..362c20690 100644 --- a/bakery/bakery-interaction-protocol/pom.xml +++ b/bakery/bakery-interaction-protocol/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/bakery/bakery-interaction/pom.xml b/bakery/bakery-interaction/pom.xml index ffa969e06..4de7b62e9 100644 --- a/bakery/bakery-interaction/pom.xml +++ b/bakery/bakery-interaction/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/bakery/bakery-state/pom.xml b/bakery/bakery-state/pom.xml index 88c26c899..e7112da59 100644 --- a/bakery/bakery-state/pom.xml +++ b/bakery/bakery-state/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-akka-actors/pom.xml b/core/baker-akka-actors/pom.xml index 95d1e8342..98985303b 100644 --- a/core/baker-akka-actors/pom.xml +++ b/core/baker-akka-actors/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-akka-runtime/pom.xml b/core/baker-akka-runtime/pom.xml index 4ceeca6ab..430080769 100644 --- a/core/baker-akka-runtime/pom.xml +++ b/core/baker-akka-runtime/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-akka-runtime/src/main/resources/application.conf b/core/baker-akka-runtime/src/test/resources/application.conf similarity index 100% rename from core/baker-akka-runtime/src/main/resources/application.conf rename to core/baker-akka-runtime/src/test/resources/application.conf diff --git a/core/baker-annotations/pom.xml b/core/baker-annotations/pom.xml index 66eddbe8c..8e0671376 100644 --- a/core/baker-annotations/pom.xml +++ b/core/baker-annotations/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-compiler-kotlin/pom.xml b/core/baker-compiler-kotlin/pom.xml index b84d1e12c..249ff5e05 100644 --- a/core/baker-compiler-kotlin/pom.xml +++ b/core/baker-compiler-kotlin/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-compiler-scala/pom.xml b/core/baker-compiler-scala/pom.xml index 4a578f953..956fe53c8 100644 --- a/core/baker-compiler-scala/pom.xml +++ b/core/baker-compiler-scala/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-compiler/pom.xml b/core/baker-compiler/pom.xml index 4cd582af0..cd959c0df 100644 --- a/core/baker-compiler/pom.xml +++ b/core/baker-compiler/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-interface-kotlin/pom.xml b/core/baker-interface-kotlin/pom.xml index a943b7618..f534a7937 100644 --- a/core/baker-interface-kotlin/pom.xml +++ b/core/baker-interface-kotlin/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-interface/pom.xml b/core/baker-interface/pom.xml index 35c18d096..4f64ee328 100644 --- a/core/baker-interface/pom.xml +++ b/core/baker-interface/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-intermediate-language/pom.xml b/core/baker-intermediate-language/pom.xml index 7cf82b26f..2fb37dad3 100644 --- a/core/baker-intermediate-language/pom.xml +++ b/core/baker-intermediate-language/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-recipe-dsl-kotlin/pom.xml b/core/baker-recipe-dsl-kotlin/pom.xml index ec2c79ae7..01f665e63 100644 --- a/core/baker-recipe-dsl-kotlin/pom.xml +++ b/core/baker-recipe-dsl-kotlin/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-recipe-dsl/pom.xml b/core/baker-recipe-dsl/pom.xml index 1e4d29bb4..91b193812 100644 --- a/core/baker-recipe-dsl/pom.xml +++ b/core/baker-recipe-dsl/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-recipe-manager/pom.xml b/core/baker-recipe-manager/pom.xml index ac10b1776..2766c188a 100644 --- a/core/baker-recipe-manager/pom.xml +++ b/core/baker-recipe-manager/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-test/pom.xml b/core/baker-test/pom.xml index 639456734..4ca19fd63 100644 --- a/core/baker-test/pom.xml +++ b/core/baker-test/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/core/baker-types/pom.xml b/core/baker-types/pom.xml index 381d6f549..b0bb9ff79 100644 --- a/core/baker-types/pom.xml +++ b/core/baker-types/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/examples/baker-example/pom.xml b/examples/baker-example/pom.xml index 5ddda1732..10381fefb 100644 --- a/examples/baker-example/pom.xml +++ b/examples/baker-example/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/examples/bakery-client-example/pom.xml b/examples/bakery-client-example/pom.xml index 61c5f49be..e5475b5a5 100644 --- a/examples/bakery-client-example/pom.xml +++ b/examples/bakery-client-example/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/examples/bakery-kafka-listener-example/pom.xml b/examples/bakery-kafka-listener-example/pom.xml index a77f82b77..30e7fb645 100644 --- a/examples/bakery-kafka-listener-example/pom.xml +++ b/examples/bakery-kafka-listener-example/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/examples/docs-code-snippets/pom.xml b/examples/docs-code-snippets/pom.xml index f0f5a1858..401b62f81 100644 --- a/examples/docs-code-snippets/pom.xml +++ b/examples/docs-code-snippets/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/http/baker-http-client/pom.xml b/http/baker-http-client/pom.xml index e2ad5bed1..e221acd82 100644 --- a/http/baker-http-client/pom.xml +++ b/http/baker-http-client/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/http/baker-http-dashboard/pom.xml b/http/baker-http-dashboard/pom.xml index c3eabbb14..8d9705168 100644 --- a/http/baker-http-dashboard/pom.xml +++ b/http/baker-http-dashboard/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml diff --git a/http/baker-http-server/pom.xml b/http/baker-http-server/pom.xml index 43d8c0ccd..b9260c202 100644 --- a/http/baker-http-server/pom.xml +++ b/http/baker-http-server/pom.xml @@ -7,7 +7,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT ../../pom.xml @@ -76,12 +76,6 @@ ${project.version} test - - com.ing.baker - baker-compiler - ${project.version} - test - com.ing.baker baker-compiler-scala diff --git a/pom.xml b/pom.xml index c84b18bac..9fb24d24c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.ing.baker baker - 5.1.0-SNAPSHOT + 6.0.0-SNAPSHOT pom Baker @@ -19,13 +19,12 @@ ${jvm.target} UTF-8 - 2.13.16 2.13 - 1.6.4 - 1.3.4 - 2.10.17 + 1.6.5 + 1.3.5 + 2.10.20 4.17.0 2.13.0 3.6.3 @@ -35,25 +34,25 @@ 1.5.2 3.9.1 3.12.2 - 33.5.0-jre + 33.6.0-jre 0.23.17 0.25.0 0.23.32 2.18.2 1 - 2.14.0 + 2.14.2 3.0.2 - 4.2.0 + 4.3.1 2.2.20 - 1.10.2 + 1.11.0 1.10.0 - 1.5.32 - 4.2.38 + 1.5.37 + 4.2.39 3.5 2.8.3 0.16.0 0.20.0 - 3.25.8 + 4.35.0 2.14.0 1.13.3 1.13.6 @@ -63,7 +62,7 @@ 0.4.1 2.6.7 2.0.17 - 1.4.6 + 1.4.9 2.5.15.2 @@ -86,20 +85,21 @@ 3.2.19 - 3.2.0 + 3.6.1 0.48.1 3.6.3 + 3.1.4 3.2.0 3.8.0 3.15.0 - 3.6.2 + 3.6.3 3.5.0 - 3.4.0 + 3.5.0 3.5.5 3.9.10 1.7.1 0.6.1 - 4.9.9 + 4.9.10 2.2.0 @@ -711,6 +711,12 @@ + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin.version} + + net.alchim31.maven scala-maven-plugin From 6759a0d57d32044654c510f1e9b36f66b43dcb61 Mon Sep 17 00:00:00 2001 From: Tim Linschoten Date: Mon, 6 Jul 2026 09:42:06 +0200 Subject: [PATCH 2/2] Updated Kotlin version. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9fb24d24c..bbf385ec7 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 2.14.2 3.0.2 4.3.1 - 2.2.20 + 2.3.21 1.11.0 1.10.0 1.5.37