Skip to content

Commit 546a049

Browse files
committed
[#10844] Backport: Add new Main classes to SpringBootDetector
1 parent 80f78eb commit 546a049

File tree

36 files changed

+52
-49
lines changed

36 files changed

+52
-49
lines changed

agent/src/main/resources/profiles/local/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ profiler.undertow.excludeurl=
563563
###########################################################
564564
profiler.springboot.enable=true
565565
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
566-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
566+
profiler.springboot.bootstrap.main=
567567

568568
###########################################################
569569
# Reactor Netty

agent/src/main/resources/profiles/release/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ profiler.undertow.excludeurl=
562562
###########################################################
563563
profiler.springboot.enable=true
564564
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
565-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
565+
profiler.springboot.bootstrap.main=
566566

567567
###########################################################
568568
# Reactor Netty

plugins-it/activemq-it/src/test/resources/activemq/client/pinpoint-activemq-client.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ profiler.jboss.tracerequestparam=true
171171
###########################################################
172172
profiler.springboot.enable=true
173173
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
174-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
174+
profiler.springboot.bootstrap.main=
175175

176176

177177
###########################################################
@@ -533,4 +533,4 @@ profiler.resttemplate=false
533533
###########################################################
534534
# recommend netty plugin disable, when using VERTX.
535535
profiler.netty=false
536-
profiler.netty.http=false
536+
profiler.netty.http=false

plugins-it/cxf-it/src/test/resources/cxf/pinpoint-cxf-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ profiler.undertow.excludeurl=
381381
###########################################################
382382
profiler.springboot.enable=true
383383
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
384-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
384+
profiler.springboot.bootstrap.main=
385385

386386
###########################################################
387387
# JSP #
@@ -875,4 +875,4 @@ profiler.kafka.producer.enable=false
875875
profiler.kafka.consumer.enable=false
876876
// you must set target that handles ConsumerRecord as a argument for remote trace
877877
// ex) profiler.kafka.entryPoint=clazzName.methodName
878-
profiler.kafka.consumer.entryPoint=
878+
profiler.kafka.consumer.entryPoint=

plugins-it/druid-it/src/test/resources/druid/pinpoint-druid-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ profiler.undertow.excludeurl=
381381
###########################################################
382382
profiler.springboot.enable=true
383383
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
384-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
384+
profiler.springboot.bootstrap.main=
385385

386386
###########################################################
387387
# JSP #
@@ -873,4 +873,4 @@ profiler.kafka.producer.enable=false
873873
profiler.kafka.consumer.enable=false
874874
// you must set target that handles ConsumerRecord as a argument for remote trace
875875
// ex) profiler.kafka.entryPoint=clazzName.methodName
876-
profiler.kafka.consumer.entryPoint=
876+
profiler.kafka.consumer.entryPoint=

plugins-it/fastjson-it/src/test/resources/fastjson/pinpoint-fastjson-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ profiler.undertow.excludeurl=
381381
###########################################################
382382
profiler.springboot.enable=true
383383
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
384-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
384+
profiler.springboot.bootstrap.main=
385385

386386
###########################################################
387387
# JSP #
@@ -872,4 +872,4 @@ profiler.kafka.producer.enable=false
872872
profiler.kafka.consumer.enable=false
873873
// you must set target that handles ConsumerRecord as a argument for remote trace
874874
// ex) profiler.kafka.entryPoint=clazzName.methodName
875-
profiler.kafka.consumer.entryPoint=
875+
profiler.kafka.consumer.entryPoint=

plugins-it/google-grpc-it/src/test/resources/pinpoint-grpc-plugin-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ profiler.jboss.tracerequestparam=true
156156
###########################################################
157157
profiler.springboot.enable=true
158158
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
159-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
159+
profiler.springboot.bootstrap.main=
160160

161161
###########################################################
162162
# JDBC #
@@ -395,4 +395,4 @@ profiler.grpc.server.enable=true
395395
# Therefore, tracking stream request that you want can be difficult.
396396
# please be sure that this description.
397397
profiler.grpc.server.streaming.enable=true
398-
profiler.grpc.server.streaming.onmessage.enable=true
398+
profiler.grpc.server.streaming.onmessage.enable=true

plugins-it/google-grpc-it2/src/test/resources/pinpoint-grpc-plugin-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ profiler.jboss.tracerequestparam=true
156156
###########################################################
157157
profiler.springboot.enable=true
158158
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
159-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
159+
profiler.springboot.bootstrap.main=
160160

161161
###########################################################
162162
# JDBC #
@@ -395,4 +395,4 @@ profiler.grpc.server.enable=true
395395
# Therefore, tracking stream request that you want can be difficult.
396396
# please be sure that this description.
397397
profiler.grpc.server.streaming.enable=true
398-
profiler.grpc.server.streaming.onmessage.enable=true
398+
profiler.grpc.server.streaming.onmessage.enable=true

plugins-it/hbase-it/src/test/resources/hbase/pinpoint-hbase-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ profiler.undertow.excludeurl=
381381
###########################################################
382382
profiler.springboot.enable=true
383383
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
384-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
384+
profiler.springboot.bootstrap.main=
385385

386386
###########################################################
387387
# JSP #
@@ -895,4 +895,4 @@ profiler.kafka.consumer.entryPoint=
895895
profiler.hbase.client.enable=true
896896
profiler.hbase.client.admin.enable=true
897897
profiler.hbase.client.table.enable=true
898-
profiler.hbase.client.params.enable=true
898+
profiler.hbase.client.params.enable=true

plugins-it/hystrix-it/src/test/resources/hystrix/pinpoint-hystrix.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ profiler.vertx.http.client.entity.statuscode=true
254254
###########################################################
255255
profiler.springboot.enable=true
256256
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
257-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
257+
profiler.springboot.bootstrap.main=
258258

259259
###########################################################
260260
# JSP #

plugins-it/jtds-it/src/test/resources/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ profiler.bloc.tracerequestparam=true
165165
###########################################################
166166
profiler.springboot.enable=true
167167
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
168-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
168+
profiler.springboot.bootstrap.main=
169169

170170
###########################################################
171171
# JDBC #

plugins-it/lambda-it/src/test/resources/pinpoint-lambda-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ profiler.jboss.tracerequestparam=true
138138
###########################################################
139139
profiler.springboot.enable=true
140140
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
141-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
141+
profiler.springboot.bootstrap.main=
142142

143143

144144
###########################################################
@@ -328,4 +328,4 @@ profiler.resttemplate=false
328328
###########################################################
329329
# recommend netty plugin disable, when using VERTX.
330330
profiler.netty=false
331-
profiler.netty.http=false
331+
profiler.netty.http=false

plugins-it/log4j-it/src/test/resources/pinpoint-spring-bean-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ profiler.jboss.tracerequestparam=true
141141
###########################################################
142142
profiler.springboot.enable=true
143143
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
144-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
144+
profiler.springboot.bootstrap.main=
145145

146146
###########################################################
147147
# JDBC #
@@ -379,4 +379,4 @@ profiler.resttemplate=false
379379
###########################################################
380380
# recommend netty plugin disable, when using VERTX.
381381
profiler.netty=false
382-
profiler.netty.http=false
382+
profiler.netty.http=false

plugins-it/log4j2-it/src/test/resources/pinpoint-spring-bean-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ profiler.jboss.tracerequestparam=true
141141
###########################################################
142142
profiler.springboot.enable=true
143143
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
144-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
144+
profiler.springboot.bootstrap.main=
145145

146146
###########################################################
147147
# JDBC #
@@ -379,4 +379,4 @@ profiler.resttemplate=false
379379
###########################################################
380380
# recommend netty plugin disable, when using VERTX.
381381
profiler.netty=false
382-
profiler.netty.http=false
382+
profiler.netty.http=false

plugins-it/logback-it/src/test/resources/pinpoint-spring-bean-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ profiler.jboss.tracerequestparam=true
141141
###########################################################
142142
profiler.springboot.enable=true
143143
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
144-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
144+
profiler.springboot.bootstrap.main=
145145

146146
###########################################################
147147
# JDBC #
@@ -379,4 +379,4 @@ profiler.resttemplate=false
379379
###########################################################
380380
# recommend netty plugin disable, when using VERTX.
381381
profiler.netty=false
382-
profiler.netty.http=false
382+
profiler.netty.http=false

plugins-it/netty-it/src/test/resources/pinpoint-netty-plugin-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ profiler.jboss.tracerequestparam=true
142142
###########################################################
143143
profiler.springboot.enable=true
144144
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
145-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
145+
profiler.springboot.bootstrap.main=
146146

147147
###########################################################
148148
# JDBC #
@@ -363,4 +363,4 @@ profiler.json.jsonlib=true
363363
###########################################################
364364
# recommend netty plugin disable, when using VERTX.
365365
profiler.netty=true
366-
profiler.netty.http=true
366+
profiler.netty.http=true

plugins-it/process-it/src/test/resources/pinpoint-process-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ profiler.jboss.tracerequestparam=true
143143
###########################################################
144144
profiler.springboot.enable=true
145145
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
146-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
146+
profiler.springboot.bootstrap.main=
147147

148148
###########################################################
149149
# JDBC #
@@ -382,4 +382,4 @@ profiler.netty.http=false
382382

383383
profiler.process.tracing.enabled=true
384384

385-
#which package of runnable instance can be thread plugin trace.
385+
#which package of runnable instance can be thread plugin trace.

plugins-it/rxjava-it/src/test/resources/rxjava/pinpoint-rxjava.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ profiler.vertx.http.client.entity.statuscode=true
254254
###########################################################
255255
profiler.springboot.enable=true
256256
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
257-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
257+
profiler.springboot.bootstrap.main=
258258

259259
###########################################################
260260
# JSP #

plugins-it/spring-it/src/test/resources/pinpoint-disabled-plugin-test.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ profiler.jboss.tracerequestparam=true
142142
###########################################################
143143
profiler.springboot.enable=true
144144
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
145-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
145+
profiler.springboot.bootstrap.main=
146146

147147
###########################################################
148148
# JDBC #

plugins-it/spring-it/src/test/resources/pinpoint-spring-bean-test.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ profiler.jboss.tracerequestparam=true
141141
###########################################################
142142
profiler.springboot.enable=true
143143
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
144-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
144+
profiler.springboot.bootstrap.main=
145145

146146
###########################################################
147147
# JDBC #
@@ -376,4 +376,4 @@ profiler.resttemplate=false
376376
###########################################################
377377
# recommend netty plugin disable, when using VERTX.
378378
profiler.netty=false
379-
profiler.netty.http=false
379+
profiler.netty.http=false

plugins-it/thread-it/src/test/resources/pinpoint-thread-test-multiple-pkg.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ profiler.jboss.tracerequestparam=true
141141
###########################################################
142142
profiler.springboot.enable=true
143143
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
144-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
144+
profiler.springboot.bootstrap.main=
145145

146146
###########################################################
147147
# JDBC #

plugins-it/thread-it/src/test/resources/pinpoint-thread-test.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ profiler.jboss.tracerequestparam=true
141141
###########################################################
142142
profiler.springboot.enable=true
143143
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
144-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
144+
profiler.springboot.bootstrap.main=
145145

146146
###########################################################
147147
# JDBC #

plugins/akka-http/src/test/resources/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ profiler.vertx.http.client.entity.statuscode=true
269269
###########################################################
270270
profiler.springboot.enable=true
271271
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
272-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
272+
profiler.springboot.bootstrap.main=
273273

274274
###########################################################
275275
# JSP #

plugins/google-httpclient/src/test/resources/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ profiler.jboss.tracerequestparam=true
136136
###########################################################
137137
profiler.springboot.enable=true
138138
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
139-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
139+
profiler.springboot.bootstrap.main=
140140

141141

142142
###########################################################

plugins/httpclient3/src/test/resources/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ profiler.jboss.tracerequestparam=true
136136
###########################################################
137137
profiler.springboot.enable=true
138138
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
139-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
139+
profiler.springboot.bootstrap.main=
140140

141141

142142
###########################################################

plugins/httpclient4/src/test/resources/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ profiler.jboss.tracerequestparam=true
136136
###########################################################
137137
profiler.springboot.enable=true
138138
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
139-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
139+
profiler.springboot.bootstrap.main=
140140

141141

142142
###########################################################

plugins/jboss/src/test/resources/pinpoint.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ profiler.jboss.tracerequestparam=true
135135
###########################################################
136136
profiler.springboot.enable=true
137137
# Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported.
138-
profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher
138+
profiler.springboot.bootstrap.main=
139139

140140

141141
###########################################################

0 commit comments

Comments
 (0)