RED-9472: seperation of system rules
working on fixing bug
This commit is contained in:
parent
e55c4e5fda
commit
04eb6cf3f8
@ -4,7 +4,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
description = "redaction-service-api-v1"
|
description = "redaction-service-api-v1"
|
||||||
val persistenceServiceVersion = "2.649.0-RED9472.0"
|
val persistenceServiceVersion = "2.651.0-RED9472.0"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.springframework:spring-web:6.0.12")
|
implementation("org.springframework:spring-web:6.0.12")
|
||||||
|
|||||||
@ -99,7 +99,7 @@ public class RuleBuilderController implements RuleBuilderResource {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RulesValidationException("Could not test rules: " + e.getMessage(), e);
|
throw new RulesValidationException("Could not test rules: " + e.getMessage(), e);
|
||||||
}
|
}
|
||||||
log.info("result after validation: {}", rulesUploadResponse);
|
log.info("response: " + new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK));
|
||||||
return new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK);
|
return new ResponseEntity<>(rulesUploadResponse, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user