Skip to content

Commit 432ff18

Browse files
committed
Update bootstrap.properties
1 parent 1785d1a commit 432ff18

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

deploy/all-cr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ data:
114114
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:}
115115
app.location.lane=${APPLICATION_LOCATION_LANE:base}
116116
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
117-
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}
117+
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main,com.jdk.JDKVersionHelper,com.tongweb.srv.commons.utils.JavaHomeTool,com.tongweb.srv.commons.utils.ExternalVmOptions}
118118
classloader.contextLoaderEnabled=${CLASSLOADER_CONTEXT_LOADER_ENABLED:true}
119119
classloader.core.configExtensions=yaml,yml,xml,json,properties
120120
#classloader.core.parentResources=

deploy/joylive-injector/config/bootstrap.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app.location.cell=${APPLICATION_LOCATION_CELL:${NODE_CELL:{{ .Values.agent.locat
1818
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:{{ .Values.agent.location.laneSpaceId }}}
1919
app.location.lane=${APPLICATION_LOCATION_LANE:{{ .Values.agent.location.lane }}}
2020
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
21-
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main}
21+
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main,com.jdk.JDKVersionHelper,com.tongweb.srv.commons.utils.JavaHomeTool,com.tongweb.srv.commons.utils.ExternalVmOptions}
2222
classloader.contextLoaderEnabled=${CLASSLOADER_CONTEXT_LOADER_ENABLED:true}
2323
classloader.core.configExtensions=yaml,yml,xml,json,properties
2424
#classloader.core.parentResources=
48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)