Skip to content

Commit a9c2233

Browse files
Merge pull request #1024 from cloudfoundry/google-debugger-disable
Disables Google Stackdriver Debugger framework
2 parents 9f8aba6 + 01901e0 commit a9c2233

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

config/components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ frameworks:
5454
- "JavaBuildpack::Framework::Debug"
5555
- "JavaBuildpack::Framework::DynatraceOneAgent"
5656
- "JavaBuildpack::Framework::ElasticApmAgent"
57-
- "JavaBuildpack::Framework::GoogleStackdriverDebugger"
57+
# - "JavaBuildpack::Framework::GoogleStackdriverDebugger"
5858
- "JavaBuildpack::Framework::GoogleStackdriverProfiler"
5959
- "JavaBuildpack::Framework::IntroscopeAgent"
6060
- "JavaBuildpack::Framework::JacocoAgent"

config/packaging.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ elastic_apm_agent:
6767
geode_store:
6868
name: Geode Tomcat Session Store
6969

70-
google_stackdriver_debugger:
71-
name: Google Stackdriver Debugger
72-
release_notes: '[Release Notes](https://cloud.google.com/debugger/docs/release-notes)'
73-
7470
google_stackdriver_profiler:
7571
name: Google Stackdriver Profiler
7672
release_notes: '[Release Notes](https://cloud.google.com/profiler/docs/release-notes)'
@@ -92,18 +88,18 @@ jprofiler_profiler:
9288

9389
jre:
9490
name: OpenJDK JRE 8
95-
cve_notes: '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA)'
96-
release_notes: '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u372/)'
91+
cve_notes: '[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA)'
92+
release_notes: '[Release Notes](https://docs.bell-sw.com/liberica-jdk/8u382b6/general/release-notes/)'
9793

9894
jre-11:
9995
name: OpenJDK JRE 11
100-
cve_notes: '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA)'
101-
release_notes: '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.19/)'
96+
cve_notes: '[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA)'
97+
release_notes: '[Release Notes](https://docs.bell-sw.com/liberica-jdk/11.0.20b8/general/release-notes/)'
10298

10399
jre-17:
104100
name: OpenJDK JRE 17
105-
cve_notes: '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2023.html#AppendixJAVA)'
106-
release_notes: '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.7/)'
101+
cve_notes: '[Risk Matrix](https://www.oracle.com/security-alerts/cpujul2023.html#AppendixJAVA)'
102+
release_notes: '[Release Notes](https://docs.bell-sw.com/liberica-jdk/17.0.8b7/general/release-notes/)'
107103

108104
jrebel_agent:
109105
name: JRebel Agent
@@ -191,4 +187,4 @@ tomcat:
191187

192188
your_kit_profiler:
193189
name: YourKit Profiler
194-
release_notes: '[Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds.jsp)'
190+
release_notes: '[Release Notes](https://www.yourkit.com/download/yjp_2023_5_builds.jsp)'

0 commit comments

Comments
 (0)