From be383b488bf50af4fb58e567fa945229a84116af Mon Sep 17 00:00:00 2001 From: JosephKeenan Date: Wed, 23 Mar 2022 15:12:53 +0000 Subject: Update SpringBoot when approved version has Log4J 2.17.1 or higher -Updated cps-dependencies/pom.xml SpringBoot to v2.6.4 Issue-ID: CPS-958 Change-Id: Idac149e77eab1c273694672ee0282868e0e8589a Signed-off-by: JosephKeenan --- src/main/resources/application.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 67cd28ee..2d324c5b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,6 +34,15 @@ security: username: ${DMI_USERNAME} password: ${DMI_PASSWORD} +# When updating to sprinboot 2.6.4 an exception would occur when starting the container +# "Failed to start bean 'documentationPluginsBootstrapper'. +# This is a known issue with springfox and springboot introduced in 2.6.x: +# https://github.com/springfox/springfox/issues/3462 +spring: + mvc: + pathmatch: + matching-strategy: ANT_PATH_MATCHER + # Actuator management: server: -- cgit 1.2.3-korg