Skip to content

Commit 103fc4a

Browse files
author
Christopher Frost
committed
Change capitalization of AppDynamics name where possible
This commit updates the appearense of the AppDynamics name where possible to more closely match their branding but without causing a breaking change to the buildpacks backwards compatibility. [#102165010]
1 parent 53f901b commit 103fc4a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To learn how to configure various properties of the buildpack, follow the "Confi
5656
* [Spring Boot CLI](docs/container-spring_boot_cli.md) ([Configuration](docs/container-spring_boot_cli.md#configuration))
5757
* [Tomcat](docs/container-tomcat.md) ([Configuration](docs/container-tomcat.md#configuration))
5858
* Standard Frameworks
59-
* [AppDynamics Agent](docs/framework-app_dynamics_agent.md) ([Configuration](docs/framework-app_dynamics_agent.md#configuration))
59+
* [AppDynamics Agent](docs/framework-app_dynamics_agent.md) ([Configuration](docs/framework-appdynamics_agent.md#configuration))
6060
* [Introscope Agent](docs/framework-introscope_agent.md) ([Configuration](docs/framework-introscope_agent.md#configuration))
6161
* [DynaTrace Agent](docs/framework-dyna_trace_agent.md) ([Configuration](docs/framework-dyna_trace_agent.md#configuration))
6262
* [Java Options](docs/framework-java_opts.md) ([Configuration](docs/framework-java_opts.md#configuration))
File renamed without changes.

lib/java_buildpack/framework/app_dynamics_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class AppDynamicsAgent < JavaBuildpack::Component::VersionedDependencyComponent
2626

2727
# (see JavaBuildpack::Component::BaseComponent#compile)
2828
def compile
29-
download_zip false
29+
download_zip(false, @droplet.sandbox, 'AppDynamics Agent')
3030
@droplet.copy_resources
3131
end
3232

0 commit comments

Comments
 (0)