From ce0a7807b322f16b86090899b33160825fa9fd10 Mon Sep 17 00:00:00 2001 From: "Gamboa, Gilbert" Date: Thu, 18 Jul 2019 14:37:21 -0400 Subject: Fix error updating request_processing_data Fix error when updating existing record in request_processing_data table. Use correct field name in the toString method in RequestProcessingData bean class. RequestDbClient.updateRequestProcessingData should include entity id in the URI on the PUT request. Add new Config class ExposeEntityIdResourceConfiguration to make Spring data Rest return id in the response for RequestProcessingData. Make spring-boot-starter-data-rest not optional dependency in mso-requests-db-repositories Added unit test for RequestDbClient.updateRequestProcessingData() method. Issue-ID: SO-2120 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I733be06185e5c19a0b7112918ce0a0f2abf861d7 --- mso-api-handlers/mso-requests-db-repositories/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'mso-api-handlers/mso-requests-db-repositories/pom.xml') diff --git a/mso-api-handlers/mso-requests-db-repositories/pom.xml b/mso-api-handlers/mso-requests-db-repositories/pom.xml index f890dabedd..4dbf22cd87 100644 --- a/mso-api-handlers/mso-requests-db-repositories/pom.xml +++ b/mso-api-handlers/mso-requests-db-repositories/pom.xml @@ -30,7 +30,6 @@ org.springframework.boot spring-boot-starter-data-rest - true com.h2database -- cgit 1.2.3-korg