File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/java_buildpack/framework
spec/java_buildpack/framework Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ def supports?
7070 private
7171
7272 CONFIG_FILES = %w[ logging/log4j2.xml logging/log4j.xml app-agent-config.xml controller-info.xml
73- service-endpoint.xml transactions.xml ] . freeze
73+ service-endpoint.xml transactions.xml custom-interceptors.xml
74+ custom-activity-correlation.xml ] . freeze
7475
7576 FILTER = /app[-]?dynamics/ . freeze
7677
Original file line number Diff line number Diff line change 151151 cache_fixture : 'stub-app-dynamics-agent.zip' do
152152
153153 config_files = %w[ logging/log4j2.xml logging/log4j.xml app-agent-config.xml controller-info.xml
154- service-endpoint.xml transactions.xml ]
154+ service-endpoint.xml transactions.xml custom-interceptors.xml
155+ custom-activity-correlation.xml ]
155156
156157 config_files . each do |file |
157158 uri = "http://foo.com/java/#{ file } "
You can’t perform that action at this time.
0 commit comments