From e41ee220cd27db46b3b88748e6f3cc2396c77677 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 5 Jul 2022 00:47:13 +0200 Subject: [PATCH] Disable reactor agent by default --- pom.xml | 54 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 7b7300d..5c96ecb 100644 --- a/pom.xml +++ b/pom.xml @@ -268,25 +268,6 @@ - - net.bytebuddy - byte-buddy-maven-plugin - 1.12.13-20220629 - - - - transform - - - - - - - reactor.tools.agent.ReactorDebugByteBuddyPlugin - - - - @@ -324,4 +305,39 @@ + + + reactor-agent + + false + + reactor.agent.enable + true + + + + + + net.bytebuddy + byte-buddy-maven-plugin + 1.12.13-20220629 + + + + transform + + + + + + + reactor.tools.agent.ReactorDebugByteBuddyPlugin + + + + + + + +