From ba513c71cd437216618157868f536a03086177f8 Mon Sep 17 00:00:00 2001 From: David Edwards Date: Wed, 1 Jul 2020 15:50:12 +0100 Subject: [PATCH] ACS-393 Update Spring Boot to 2.3.1.RELEASE (#270) * ACS-393 Update SpringBoot to 2.3.1.RELEASE * ACS-393 Add messages back to error handling --- alfresco-transformer-base/src/main/resources/application.yaml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/alfresco-transformer-base/src/main/resources/application.yaml b/alfresco-transformer-base/src/main/resources/application.yaml index f238afe4..5e0bb62d 100644 --- a/alfresco-transformer-base/src/main/resources/application.yaml +++ b/alfresco-transformer-base/src/main/resources/application.yaml @@ -19,6 +19,8 @@ activemq: server: port: 8090 + error: + include-message: ALWAYS logging: level: diff --git a/pom.xml b/pom.xml index 6ddcaa75..238f358d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.6.RELEASE + 2.3.1.RELEASE