From 84b0547f50789b0597cc5042dccddb6a369bbacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C5=A1a=20Zejnilovi=C4=87?= Date: Mon, 4 Nov 2024 16:24:09 +0100 Subject: [PATCH 1/2] #2222 Update atum to 3.10.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5066c105f..12b2054a1 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,7 @@ 3.1.1 0.0.27 - 3.7.0 + 3.10.0 2.7.3 3.5.4 2.4.2 From f2c6163d5b8efbe05c8779eb6c973511b45559b6 Mon Sep 17 00:00:00 2001 From: Sasa Zejnilovic Date: Tue, 5 Nov 2024 12:37:30 +0100 Subject: [PATCH 2/2] #2222 Fix unit tests --- .../co/absa/enceladus/dao/rest/JsonSerializerSuite.scala | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dao/src/test/scala/za/co/absa/enceladus/dao/rest/JsonSerializerSuite.scala b/dao/src/test/scala/za/co/absa/enceladus/dao/rest/JsonSerializerSuite.scala index ae6667302..9f9ecb6ab 100644 --- a/dao/src/test/scala/za/co/absa/enceladus/dao/rest/JsonSerializerSuite.scala +++ b/dao/src/test/scala/za/co/absa/enceladus/dao/rest/JsonSerializerSuite.scala @@ -575,10 +575,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers { | }, | "startDateTime": "04-12-2017 16:19:17 +0200", | "runStatus": { - | "status": { - | "enumClass": "za.co.absa.atum.model.RunState", - | "value": "allSucceeded" - | }, + | "status": "allSucceeded", | "error": null | }, | "controlMeasure": { @@ -598,7 +595,7 @@ class JsonSerializerSuite extends BaseTestSuite with VersionedModelMatchers { |} |""".stripMargin - val run = RunFactory.getDummyRun( + val run: Run = RunFactory.getDummyRun( uniqueId = Some(uniqueId), controlMeasure = RunFactory.getDummyControlMeasure( runUniqueId = Some(uniqueId)