Skip to content

Commit

Permalink
[#10615] Add spring boot 3.2.X default launcher classes
Browse files Browse the repository at this point in the history
  • Loading branch information
nooose committed Jan 17, 2024
1 parent 447e328 commit fcd8113
Show file tree
Hide file tree
Showing 33 changed files with 50 additions and 47 deletions.
2 changes: 1 addition & 1 deletion agent/src/main/resources/profiles/local/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion agent/src/main/resources/profiles/release/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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


###########################################################
Expand Down Expand Up @@ -520,4 +520,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -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


###########################################################
Expand Down Expand Up @@ -520,4 +520,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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=
profiler.kafka.consumer.entryPoint=
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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
profiler.grpc.server.streaming.onmessage.enable=true
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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
profiler.grpc.server.streaming.onmessage.enable=true
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -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
profiler.hbase.client.params.enable=true
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
2 changes: 1 addition & 1 deletion plugins-it/jtds-it/src/test/resources/pinpoint.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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


###########################################################
Expand Down Expand Up @@ -314,4 +314,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -366,4 +366,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -365,4 +365,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -365,4 +365,4 @@ profiler.resttemplate=false
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=false
profiler.netty.http=false
profiler.netty.http=false
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down Expand Up @@ -349,4 +349,4 @@ profiler.json.jsonlib=true
###########################################################
# recommend netty plugin disable, when using VERTX.
profiler.netty=true
profiler.netty.http=true
profiler.netty.http=true
Loading

0 comments on commit fcd8113

Please sign in to comment.