From 3679d6b4086c7085dd3d3a2ff199b865f21c7986 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Tue, 2 Jan 2024 16:52:02 +0100 Subject: [PATCH 1/4] Remove duplicated ServletInitializer Fixes #3802 --- .../java/org/flowable/rest/app/FlowableRestApplication.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/flowable-app-rest/src/main/java/org/flowable/rest/app/FlowableRestApplication.java b/modules/flowable-app-rest/src/main/java/org/flowable/rest/app/FlowableRestApplication.java index 757d94dbc2f..d68fdfb57b2 100644 --- a/modules/flowable-app-rest/src/main/java/org/flowable/rest/app/FlowableRestApplication.java +++ b/modules/flowable-app-rest/src/main/java/org/flowable/rest/app/FlowableRestApplication.java @@ -19,7 +19,6 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.context.properties.EnableConfigurationProperties; -import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Import; import org.springframework.security.config.core.GrantedAuthorityDefaults; @@ -38,7 +37,7 @@ DevelopmentConfiguration.class }) @SpringBootApplication(proxyBeanMethods = false) -public class FlowableRestApplication extends SpringBootServletInitializer { +public class FlowableRestApplication { public static void main(String[] args) { SpringApplication.run(FlowableRestApplication.class, args); From 9102ebc21b8b216484e4253515023929a257586f Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Tue, 2 Jan 2024 17:23:56 +0100 Subject: [PATCH 2/4] Upgrade some maven plugins to their latest versions --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index f6bfcf12356..f37e5cf2fae 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ 4.0.2 2.0.9 4.0.15 - 3.3.1 + 3.4.0 4.13.2 5.9.3 5.0.1 3.1.1 - 3.3.0 + 3.3.1 5.5.0