From d5d8eb2061584e9018c36e4401f57fba69a3333f Mon Sep 17 00:00:00 2001 From: yhampe Date: Thu, 12 Sep 2024 10:24:59 +0200 Subject: [PATCH] RED-9472: seperation of system rules added endpoints for seperating and readding system rules working on service RED-9472: seperation of system rules refactored endpoints. now removing system rules on download merging user rules with systemrules on upload RED-9472: seperation of system rules RED-9472: seperation of system rules RED-9472: seperation of system rules refactored two have a rulefileblueprint and a rulefileblueprint for validationresult changed the flow of merging and seperating system and user rules added functions and declarations to rule file parsing RED-9472: seperation of system rules RED-9472: seperation of system rules introduced tests working on fixing bug with merging rules RED-9472: seperation of system rules introduced tests RED-9472: seperation of system rules fixed circular depdency RED-9472: seperation of system rules updated persistence service version RED-9472: seperation of system rules refactored rules refactored pcackages RED-9472: seperation of system rules fixed failing tests RED-9472: seperation of system rules fixed failing tests RED-9472: seperation of system rules fixed some sonarqube errors RED-9472: seperation of system rules fixed pmd error RED-9472: seperation of system rules added deploy stage to gitlab pipeline RED-9472: seperation of system rules RED-9472: seperation of system rules fixed a mistake RED-9472: seperation of system rules updated controller to return RulesUploadResponse including the droolsvalidationresponse RED-9472: seperation of system rules updated controller to return RulesUploadResponse including the droolsvalidationresponse --- .../redaction-service-api-v1/build.gradle.kts | 2 +- .../redaction-service-server-v1/build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/redaction-service-v1/redaction-service-api-v1/build.gradle.kts b/redaction-service-v1/redaction-service-api-v1/build.gradle.kts index dc942464..ccff795e 100644 --- a/redaction-service-v1/redaction-service-api-v1/build.gradle.kts +++ b/redaction-service-v1/redaction-service-api-v1/build.gradle.kts @@ -4,7 +4,7 @@ plugins { } description = "redaction-service-api-v1" -val persistenceServiceVersion = "2.612.0-RED10072.1" +val persistenceServiceVersion = "2.585.0-RED9472.0" dependencies { implementation("org.springframework:spring-web:6.0.12") diff --git a/redaction-service-v1/redaction-service-server-v1/build.gradle.kts b/redaction-service-v1/redaction-service-server-v1/build.gradle.kts index 7a308094..707d8690 100644 --- a/redaction-service-v1/redaction-service-server-v1/build.gradle.kts +++ b/redaction-service-v1/redaction-service-server-v1/build.gradle.kts @@ -16,8 +16,8 @@ val layoutParserVersion = "0.193.0" val jacksonVersion = "2.15.2" val droolsVersion = "9.44.0.Final" val pdfBoxVersion = "3.0.0" -val persistenceServiceVersion = "2.612.0-RED10072.1" -val llmServiceVersion = "1.20.0-RED10072.2" +val persistenceServiceVersion = "2.585.0-RED9472.1" +val llmServiceVersion = "1.11.0" val springBootStarterVersion = "3.1.5" val springCloudVersion = "4.0.4" val testContainersVersion = "1.19.7"