Skip to content

Commit 528894a

Browse files
committed
Disable Introscope Agent Framework
Previously, the Introscope Agent Framework was enabled by default. Since there is no repository where the Introscope can be downloaded, attempting to package while it was enabled caused a failure. This change makes no code changes, but disables the framework by default. The documentation has also been updated to reflect this fact. [resolves #180]
1 parent 1384037 commit 528894a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jres:
3333

3434
frameworks:
3535
- "JavaBuildpack::Framework::AppDynamicsAgent"
36-
- "JavaBuildpack::Framework::IntroscopeAgent"
36+
# - "JavaBuildpack::Framework::IntroscopeAgent"
3737
- "JavaBuildpack::Framework::JavaOpts"
3838
- "JavaBuildpack::Framework::JrebelAgent"
3939
- "JavaBuildpack::Framework::MariaDbJDBC"

docs/framework-introscope_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Introscope Agent Framework
2-
The Introscope Agent Framework causes an application to be automatically configured to work with a bound [Introscope service][].
2+
The Introscope Agent Framework causes an application to be automatically configured to work with a bound [Introscope service][]. **Note:** This framework is disabled by default.
33

44
<table>
55
<tr>

0 commit comments

Comments
 (0)