From e72be3473d0a57302583c5d11f0c3fc5ed34a3e1 Mon Sep 17 00:00:00 2001 From: Arpit Mohan Date: Thu, 27 Jun 2024 19:18:40 +0530 Subject: [PATCH] Revert "chore: Introducing ReactorDebugAgent to improve the stack traces and make them easier to debug" (#34560) Reverts appsmithorg/appsmith#34485 because this may be causing some delays in running the JUnit tests on CI. ## Summary by CodeRabbit - **Chores** - Removed unnecessary dependencies related to debug stack trace printing for cleaner and more efficient code. - Downgraded `reactor-test` version to improve compatibility and stability. --- app/server/appsmith-server/pom.xml | 8 -------- .../main/java/com/appsmith/server/ServerApplication.java | 2 -- app/server/pom.xml | 2 +- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app/server/appsmith-server/pom.xml b/app/server/appsmith-server/pom.xml index aadd0af124..eba1802811 100644 --- a/app/server/appsmith-server/pom.xml +++ b/app/server/appsmith-server/pom.xml @@ -438,14 +438,6 @@ 2.14.2.Final test - - - - io.projectreactor - reactor-tools - ${reactor-test.version} - - diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java index 67276bce51..192adeeaa4 100644 --- a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java +++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java @@ -26,7 +26,6 @@ import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.scheduling.annotation.EnableScheduling; -import reactor.tools.agent.ReactorDebugAgent; import java.time.Duration; @@ -56,7 +55,6 @@ public class ServerApplication { } public static void main(String[] args) { - ReactorDebugAgent.init(); new SpringApplicationBuilder(ServerApplication.class) .bannerMode(Banner.Mode.OFF) .run(args); diff --git a/app/server/pom.xml b/app/server/pom.xml index adfe1ee98a..e384e5c170 100644 --- a/app/server/pom.xml +++ b/app/server/pom.xml @@ -41,7 +41,7 @@ UTF-8 com.appsmith 1.0-SNAPSHOT - 3.6.7 + 3.5.1 true