pull from upstream#1
Merged
jy2697 merged 69 commits intoFeb 10, 2021
Merged
Conversation
This change reverts the previous change to Riverbed and enables the AppInternals agent to be downloaded from the main site instead of directly from a service broker. [#784] Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
Update Java Memory Assistant to version 0.4.0, which adds support for the following JVMs: - AdoptOpenJDK HotSpot 8.x - AdoptOpenJDK HotSpot 11.x - OpenJDK 11.x - Oracle JVM 11.x - Pivotal JDK 8.x - SAP Machine 11.x On Java 9+, an exception to the Java Module system must be added (--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED) to allow access to com.sun.management.HotSpotDiagnosticMXBean, which is needed to created heapdumps in live mode. [#789] Signed-off-by: Ben Hale <bhale@pivotal.io>
[#789] Signed-off-by: Ben Hale <bhale@pivotal.io>
[#789] Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
[resolves #793] Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
This change updates the Introscope Agent Version to 20.+ for the latest versions of the dependency. [resolves #787] Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
This change updates a test so that it no longer assumes that it's running in a scenario that doesn't have BOSH DNS. [resolves #804] Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
Signed-off-by: Ben Hale <bhale@pivotal.io>
The example tells the buildpack to use version 11, not version 7.
Signed-off-by: Ben Hale <bhale@vmware.com>
Adds the ability to configure the args passed to the start script when
using the distzip container format.
This lets you, for example, set:
JBP_CONFIG_DIST_ZIP : '{ arguments: "server config.yml" }'
to add "server config.yml" as arguments to the start script. It is
analogous to JBP_CONFIG_JAVA_MAIN.
[resolves #721][resolves #811]
Signed-off-by: Ben Hale <bhale@vmware.com>
Signed-off-by: Ben Hale <bhale@vmware.com>
Previously, when the offline configuration of AppDynamics was added, an Internet Availability exception was not added. This change adds that exception allowing remote configuration to be downloaded even by offline buildpacks. [resolves #815] Signed-off-by: Ben Hale <bhale@vmware.com>
Signed-off-by: Ben Hale <bhale@vmware.com>
This change updates the buildpack to write a skeleton config.yml with its name and version number. This should enable querying against the V3 droplet API to determine what version of the buildpack was used to build a droplet. [resolves #812] Signed-off-by: Ben Hale <bhale@vmware.com>
Signed-off-by: Ben Hale <bhale@vmware.com>
This change updates the buildpack to download the Contrast Security Agent from the replicated cache based on Maven Central. Signed-off-by: Ben Hale <bhale@vmware.com>
Add support for running apps with the Checkmarx IAST agent, if a checkmarx-iast service is detected
The buildpack should use 11.7.1 by defaulkt now. -Scott
…_buildpack_to_use_latest_version_of_agent_instrumentation APMDEV-4870: Update to use the latest version of the profiler. Signed-off-by: Ben Hale <bhale@vmware.com>
Authored-by: John Shahid <jshahid@pivotal.io>
Authored-by: John Shahid <jshahid@pivotal.io>
added `APPD_CONF_DIR` environmen variable support to copy configuration files from this directory, relative to the application root dir, to override the default AppDynamics config
Support appdynamics application names with spaces
…-https Allow custom configuration to be fetched over HTTPS
* raising RuntimeError if `APPD_CONF_DIR` is provided but directory does not exist * added version directory `stub-app-dynamics-agent.zip` * test if config file gets succesfully copied * test if error is raised when provided directory does not exist
add option to override AppDynamics config from artifact
Signed-off-by: Emily Casey <ecasey@vmware.com>
Fix cached JRE for java 15 Signed-off-by: Ben Hale <bhale@vmware.com>
Update geode-store version
Signed-off-by: Emily Casey <ecasey@vmware.com>
Signed-off-by: Emily Casey <ecasey@vmware.com>
…guration from a remote server.
…-version Update geode store version
Add basic auth support when using APPD_CONF_HTTP_URL to fetch configuration from a remote server.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pull from upstream.