diff --git a/agent/src/main/resources/profiles/local/pinpoint.config b/agent/src/main/resources/profiles/local/pinpoint.config index 018a74bfb1f7..a989e95b349e 100644 --- a/agent/src/main/resources/profiles/local/pinpoint.config +++ b/agent/src/main/resources/profiles/local/pinpoint.config @@ -569,7 +569,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # Reactor Netty diff --git a/agent/src/main/resources/profiles/release/pinpoint.config b/agent/src/main/resources/profiles/release/pinpoint.config index 3c0483549217..a0221b1cffac 100644 --- a/agent/src/main/resources/profiles/release/pinpoint.config +++ b/agent/src/main/resources/profiles/release/pinpoint.config @@ -567,7 +567,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # Reactor Netty diff --git a/plugins-it/activemq-it/activemq-5-15-it/src/test/resources/activemq/client/pinpoint-activemq-client.config b/plugins-it/activemq-it/activemq-5-15-it/src/test/resources/activemq/client/pinpoint-activemq-client.config index e8fb46681850..6ff93da03399 100644 --- a/plugins-it/activemq-it/activemq-5-15-it/src/test/resources/activemq/client/pinpoint-activemq-client.config +++ b/plugins-it/activemq-it/activemq-5-15-it/src/test/resources/activemq/client/pinpoint-activemq-client.config @@ -158,7 +158,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### @@ -520,4 +520,4 @@ profiler.resttemplate=false ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=false -profiler.netty.http=false \ No newline at end of file +profiler.netty.http=false diff --git a/plugins-it/activemq-it/activemq-5-17-it/src/test/resources/activemq/client/pinpoint-activemq-client.config b/plugins-it/activemq-it/activemq-5-17-it/src/test/resources/activemq/client/pinpoint-activemq-client.config index e8fb46681850..6ff93da03399 100644 --- a/plugins-it/activemq-it/activemq-5-17-it/src/test/resources/activemq/client/pinpoint-activemq-client.config +++ b/plugins-it/activemq-it/activemq-5-17-it/src/test/resources/activemq/client/pinpoint-activemq-client.config @@ -158,7 +158,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### @@ -520,4 +520,4 @@ profiler.resttemplate=false ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=false -profiler.netty.http=false \ No newline at end of file +profiler.netty.http=false diff --git a/plugins-it/cxf-it/cxf-3-0-it/src/test/resources/cxf/pinpoint-cxf-test.config b/plugins-it/cxf-it/cxf-3-0-it/src/test/resources/cxf/pinpoint-cxf-test.config index 7703d825b281..25e313046aab 100644 --- a/plugins-it/cxf-it/cxf-3-0-it/src/test/resources/cxf/pinpoint-cxf-test.config +++ b/plugins-it/cxf-it/cxf-3-0-it/src/test/resources/cxf/pinpoint-cxf-test.config @@ -368,7 +368,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # @@ -862,4 +862,4 @@ profiler.kafka.producer.enable=false profiler.kafka.consumer.enable=false // you must set target that handles ConsumerRecord as a argument for remote trace // ex) profiler.kafka.entryPoint=clazzName.methodName -profiler.kafka.consumer.entryPoint= \ No newline at end of file +profiler.kafka.consumer.entryPoint= diff --git a/plugins-it/cxf-it/cxf-3-6-it/src/test/resources/cxf/pinpoint-cxf-test.config b/plugins-it/cxf-it/cxf-3-6-it/src/test/resources/cxf/pinpoint-cxf-test.config index 7703d825b281..25e313046aab 100644 --- a/plugins-it/cxf-it/cxf-3-6-it/src/test/resources/cxf/pinpoint-cxf-test.config +++ b/plugins-it/cxf-it/cxf-3-6-it/src/test/resources/cxf/pinpoint-cxf-test.config @@ -368,7 +368,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # @@ -862,4 +862,4 @@ profiler.kafka.producer.enable=false profiler.kafka.consumer.enable=false // you must set target that handles ConsumerRecord as a argument for remote trace // ex) profiler.kafka.entryPoint=clazzName.methodName -profiler.kafka.consumer.entryPoint= \ No newline at end of file +profiler.kafka.consumer.entryPoint= diff --git a/plugins-it/druid-it/src/test/resources/druid/pinpoint-druid-test.config b/plugins-it/druid-it/src/test/resources/druid/pinpoint-druid-test.config index e1128d37a5c1..12fccf1482c2 100644 --- a/plugins-it/druid-it/src/test/resources/druid/pinpoint-druid-test.config +++ b/plugins-it/druid-it/src/test/resources/druid/pinpoint-druid-test.config @@ -368,7 +368,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # @@ -860,4 +860,4 @@ profiler.kafka.producer.enable=false profiler.kafka.consumer.enable=false // you must set target that handles ConsumerRecord as a argument for remote trace // ex) profiler.kafka.entryPoint=clazzName.methodName -profiler.kafka.consumer.entryPoint= \ No newline at end of file +profiler.kafka.consumer.entryPoint= diff --git a/plugins-it/fastjson-it/src/test/resources/fastjson/pinpoint-fastjson-test.config b/plugins-it/fastjson-it/src/test/resources/fastjson/pinpoint-fastjson-test.config index bd9822bb4df9..3dbef61e8931 100644 --- a/plugins-it/fastjson-it/src/test/resources/fastjson/pinpoint-fastjson-test.config +++ b/plugins-it/fastjson-it/src/test/resources/fastjson/pinpoint-fastjson-test.config @@ -368,7 +368,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # @@ -859,4 +859,4 @@ profiler.kafka.producer.enable=false profiler.kafka.consumer.enable=false // you must set target that handles ConsumerRecord as a argument for remote trace // ex) profiler.kafka.entryPoint=clazzName.methodName -profiler.kafka.consumer.entryPoint= \ No newline at end of file +profiler.kafka.consumer.entryPoint= diff --git a/plugins-it/google-grpc-it/google-grpc-1-42-it/src/test/resources/pinpoint-grpc-plugin-test.config b/plugins-it/google-grpc-it/google-grpc-1-42-it/src/test/resources/pinpoint-grpc-plugin-test.config index c7cf004aeb4a..671cbdb25da2 100644 --- a/plugins-it/google-grpc-it/google-grpc-1-42-it/src/test/resources/pinpoint-grpc-plugin-test.config +++ b/plugins-it/google-grpc-it/google-grpc-1-42-it/src/test/resources/pinpoint-grpc-plugin-test.config @@ -142,7 +142,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -381,4 +381,4 @@ profiler.grpc.server.enable=true # Therefore, tracking stream request that you want can be difficult. # please be sure that this description. profiler.grpc.server.streaming.enable=true -profiler.grpc.server.streaming.onmessage.enable=true \ No newline at end of file +profiler.grpc.server.streaming.onmessage.enable=true diff --git a/plugins-it/google-grpc-it/google-grpc-1-8-it/src/test/resources/pinpoint-grpc-plugin-test.config b/plugins-it/google-grpc-it/google-grpc-1-8-it/src/test/resources/pinpoint-grpc-plugin-test.config index c7cf004aeb4a..671cbdb25da2 100644 --- a/plugins-it/google-grpc-it/google-grpc-1-8-it/src/test/resources/pinpoint-grpc-plugin-test.config +++ b/plugins-it/google-grpc-it/google-grpc-1-8-it/src/test/resources/pinpoint-grpc-plugin-test.config @@ -142,7 +142,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -381,4 +381,4 @@ profiler.grpc.server.enable=true # Therefore, tracking stream request that you want can be difficult. # please be sure that this description. profiler.grpc.server.streaming.enable=true -profiler.grpc.server.streaming.onmessage.enable=true \ No newline at end of file +profiler.grpc.server.streaming.onmessage.enable=true diff --git a/plugins-it/hbase-it/src/test/resources/hbase/pinpoint-hbase-test.config b/plugins-it/hbase-it/src/test/resources/hbase/pinpoint-hbase-test.config index c4bfd982e3a9..8b6fe29f5ac4 100644 --- a/plugins-it/hbase-it/src/test/resources/hbase/pinpoint-hbase-test.config +++ b/plugins-it/hbase-it/src/test/resources/hbase/pinpoint-hbase-test.config @@ -368,7 +368,7 @@ profiler.undertow.excludeurl= ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # @@ -882,4 +882,4 @@ profiler.kafka.consumer.entryPoint= profiler.hbase.client.enable=true profiler.hbase.client.admin.enable=true profiler.hbase.client.table.enable=true -profiler.hbase.client.params.enable=true \ No newline at end of file +profiler.hbase.client.params.enable=true diff --git a/plugins-it/hystrix-it/src/test/resources/hystrix/pinpoint-hystrix.config b/plugins-it/hystrix-it/src/test/resources/hystrix/pinpoint-hystrix.config index 3ac33b74547e..9089d1e4a606 100644 --- a/plugins-it/hystrix-it/src/test/resources/hystrix/pinpoint-hystrix.config +++ b/plugins-it/hystrix-it/src/test/resources/hystrix/pinpoint-hystrix.config @@ -241,7 +241,7 @@ profiler.vertx.http.client.entity.statuscode=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # diff --git a/plugins-it/jtds-it/src/test/resources/pinpoint.config b/plugins-it/jtds-it/src/test/resources/pinpoint.config index a4dad2989685..c39e76a0b016 100644 --- a/plugins-it/jtds-it/src/test/resources/pinpoint.config +++ b/plugins-it/jtds-it/src/test/resources/pinpoint.config @@ -146,7 +146,7 @@ profiler.bloc.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # diff --git a/plugins-it/lambda-it/src/test/resources/pinpoint-lambda-test.config b/plugins-it/lambda-it/src/test/resources/pinpoint-lambda-test.config index ee3ece5482a7..858c506ca408 100644 --- a/plugins-it/lambda-it/src/test/resources/pinpoint-lambda-test.config +++ b/plugins-it/lambda-it/src/test/resources/pinpoint-lambda-test.config @@ -124,7 +124,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### @@ -314,4 +314,4 @@ profiler.resttemplate=false ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=false -profiler.netty.http=false \ No newline at end of file +profiler.netty.http=false diff --git a/plugins-it/log4j-it/src/test/resources/pinpoint-spring-bean-test.config b/plugins-it/log4j-it/src/test/resources/pinpoint-spring-bean-test.config index ad9b27d26eb4..50f13961ba0f 100644 --- a/plugins-it/log4j-it/src/test/resources/pinpoint-spring-bean-test.config +++ b/plugins-it/log4j-it/src/test/resources/pinpoint-spring-bean-test.config @@ -128,7 +128,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -366,4 +366,4 @@ profiler.resttemplate=false ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=false -profiler.netty.http=false \ No newline at end of file +profiler.netty.http=false diff --git a/plugins-it/log4j2-it/src/test/resources/pinpoint-spring-bean-test.config b/plugins-it/log4j2-it/src/test/resources/pinpoint-spring-bean-test.config index 37694ae945d8..67fb6315c888 100644 --- a/plugins-it/log4j2-it/src/test/resources/pinpoint-spring-bean-test.config +++ b/plugins-it/log4j2-it/src/test/resources/pinpoint-spring-bean-test.config @@ -127,7 +127,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -365,4 +365,4 @@ profiler.resttemplate=false ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=false -profiler.netty.http=false \ No newline at end of file +profiler.netty.http=false diff --git a/plugins-it/logback-it/src/test/resources/pinpoint-spring-bean-test.config b/plugins-it/logback-it/src/test/resources/pinpoint-spring-bean-test.config index 001273753694..1daec10fc62d 100644 --- a/plugins-it/logback-it/src/test/resources/pinpoint-spring-bean-test.config +++ b/plugins-it/logback-it/src/test/resources/pinpoint-spring-bean-test.config @@ -127,7 +127,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -365,4 +365,4 @@ profiler.resttemplate=false ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=false -profiler.netty.http=false \ No newline at end of file +profiler.netty.http=false diff --git a/plugins-it/netty-it/src/test/resources/pinpoint-netty-plugin-test.config b/plugins-it/netty-it/src/test/resources/pinpoint-netty-plugin-test.config index 0ef27b7aba8b..382843255c6a 100644 --- a/plugins-it/netty-it/src/test/resources/pinpoint-netty-plugin-test.config +++ b/plugins-it/netty-it/src/test/resources/pinpoint-netty-plugin-test.config @@ -128,7 +128,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -349,4 +349,4 @@ profiler.json.jsonlib=true ########################################################### # recommend netty plugin disable, when using VERTX. profiler.netty=true -profiler.netty.http=true \ No newline at end of file +profiler.netty.http=true diff --git a/plugins-it/process-it/src/test/resources/pinpoint-process-test.config b/plugins-it/process-it/src/test/resources/pinpoint-process-test.config index c57b364cb442..62be3c52d06c 100644 --- a/plugins-it/process-it/src/test/resources/pinpoint-process-test.config +++ b/plugins-it/process-it/src/test/resources/pinpoint-process-test.config @@ -129,7 +129,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC # @@ -368,4 +368,4 @@ profiler.netty.http=false profiler.process.tracing.enabled=true -#which package of runnable instance can be thread plugin trace. \ No newline at end of file +#which package of runnable instance can be thread plugin trace. diff --git a/plugins-it/rxjava-it/src/test/resources/rxjava/pinpoint-rxjava.config b/plugins-it/rxjava-it/src/test/resources/rxjava/pinpoint-rxjava.config index 2b6cf384564b..1501d02b80c5 100644 --- a/plugins-it/rxjava-it/src/test/resources/rxjava/pinpoint-rxjava.config +++ b/plugins-it/rxjava-it/src/test/resources/rxjava/pinpoint-rxjava.config @@ -241,7 +241,7 @@ profiler.vertx.http.client.entity.statuscode=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # diff --git a/plugins/akka-http/src/test/resources/pinpoint.config b/plugins/akka-http/src/test/resources/pinpoint.config index 91e3060a53e3..1200364d968b 100644 --- a/plugins/akka-http/src/test/resources/pinpoint.config +++ b/plugins/akka-http/src/test/resources/pinpoint.config @@ -256,7 +256,7 @@ profiler.vertx.http.client.entity.statuscode=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JSP # diff --git a/plugins/google-httpclient/src/test/resources/pinpoint.config b/plugins/google-httpclient/src/test/resources/pinpoint.config index 7b7b551ebd77..c2c502893a3f 100644 --- a/plugins/google-httpclient/src/test/resources/pinpoint.config +++ b/plugins/google-httpclient/src/test/resources/pinpoint.config @@ -118,7 +118,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/httpclient3/src/test/resources/pinpoint.config b/plugins/httpclient3/src/test/resources/pinpoint.config index 2e70b2312d02..8c6715c7b3df 100644 --- a/plugins/httpclient3/src/test/resources/pinpoint.config +++ b/plugins/httpclient3/src/test/resources/pinpoint.config @@ -122,7 +122,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/httpclient4/src/test/resources/pinpoint.config b/plugins/httpclient4/src/test/resources/pinpoint.config index 3752f7a52645..627808f40ef8 100644 --- a/plugins/httpclient4/src/test/resources/pinpoint.config +++ b/plugins/httpclient4/src/test/resources/pinpoint.config @@ -122,7 +122,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/jboss/src/test/resources/pinpoint.config b/plugins/jboss/src/test/resources/pinpoint.config index adce400c3596..ed63baeb21b4 100644 --- a/plugins/jboss/src/test/resources/pinpoint.config +++ b/plugins/jboss/src/test/resources/pinpoint.config @@ -121,7 +121,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/jsp/src/test/resources/pinpoint.config b/plugins/jsp/src/test/resources/pinpoint.config index 5e4c5157ca37..f5685d783de6 100644 --- a/plugins/jsp/src/test/resources/pinpoint.config +++ b/plugins/jsp/src/test/resources/pinpoint.config @@ -121,7 +121,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/redis/src/test/resources/pinpoint.config b/plugins/redis/src/test/resources/pinpoint.config index 3d9299c7ec41..335c4c7e054f 100644 --- a/plugins/redis/src/test/resources/pinpoint.config +++ b/plugins/redis/src/test/resources/pinpoint.config @@ -122,7 +122,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/spring-boot/README.md b/plugins/spring-boot/README.md index f974fd54ec16..22b68ae3ac67 100644 --- a/plugins/spring-boot/README.md +++ b/plugins/spring-boot/README.md @@ -10,7 +10,7 @@ pinpoint.config ~~~ profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ~~~ ### Include the Java agent with a Spring Boot diff --git a/plugins/spring-boot/src/main/java/com/navercorp/pinpoint/plugin/spring/boot/SpringBootDetector.java b/plugins/spring-boot/src/main/java/com/navercorp/pinpoint/plugin/spring/boot/SpringBootDetector.java index b6a769eeda12..840fcdf3707a 100644 --- a/plugins/spring-boot/src/main/java/com/navercorp/pinpoint/plugin/spring/boot/SpringBootDetector.java +++ b/plugins/spring-boot/src/main/java/com/navercorp/pinpoint/plugin/spring/boot/SpringBootDetector.java @@ -28,6 +28,9 @@ public class SpringBootDetector { private static final String[] DEFAULT_EXPECTED_MAIN_CLASSES = { + "org.springframework.boot.loader.launch.JarLauncher", + "org.springframework.boot.loader.launch.WarLauncher", + "org.springframework.boot.loader.launch.PropertiesLauncher", "org.springframework.boot.loader.JarLauncher", "org.springframework.boot.loader.WarLauncher", "org.springframework.boot.loader.PropertiesLauncher" diff --git a/plugins/tomcat/src/test/resources/pinpoint.config b/plugins/tomcat/src/test/resources/pinpoint.config index 3fc896b7519f..f14823bd41ce 100644 --- a/plugins/tomcat/src/test/resources/pinpoint.config +++ b/plugins/tomcat/src/test/resources/pinpoint.config @@ -121,7 +121,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/user/src/test/resources/pinpoint.config b/plugins/user/src/test/resources/pinpoint.config index 2ace2730dfcf..8dd99e137b20 100644 --- a/plugins/user/src/test/resources/pinpoint.config +++ b/plugins/user/src/test/resources/pinpoint.config @@ -122,7 +122,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/plugins/weblogic/src/test/resources/pinpoint.config b/plugins/weblogic/src/test/resources/pinpoint.config index 252a7acf9236..7adecbe7bd6e 100644 --- a/plugins/weblogic/src/test/resources/pinpoint.config +++ b/plugins/weblogic/src/test/resources/pinpoint.config @@ -170,7 +170,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### diff --git a/profiler/src/test/resources/pinpoint.config b/profiler/src/test/resources/pinpoint.config index 80b77107c810..e8101ec1da67 100644 --- a/profiler/src/test/resources/pinpoint.config +++ b/profiler/src/test/resources/pinpoint.config @@ -182,7 +182,7 @@ profiler.jboss.tracerequestparam=true ########################################################### profiler.springboot.enable=true # Classes for detecting application server type. Comma separated list of fully qualified class names. Wildcard not supported. -profiler.springboot.bootstrap.main=org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher +profiler.springboot.bootstrap.main=org.springframework.boot.loader.launch.JarLauncher, org.springframework.boot.loader.launch.WarLauncher, org.springframework.boot.loader.launch.PropertiesLauncher, org.springframework.boot.loader.JarLauncher, org.springframework.boot.loader.WarLauncher, org.springframework.boot.loader.PropertiesLauncher ########################################################### # JDBC #