From 13f265ea77af1a23dbf8e0d15cb0eb9d5f0936ff Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:12:04 +0900 Subject: [PATCH] Remove unneeded native image section from Stackdriver docs The mentioned library is no longer needed when using recent versions. Resolves gh-5819 --- docs/modules/ROOT/pages/implementations/stackdriver.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/modules/ROOT/pages/implementations/stackdriver.adoc b/docs/modules/ROOT/pages/implementations/stackdriver.adoc index 4c93a3ba03..a76d1004eb 100644 --- a/docs/modules/ROOT/pages/implementations/stackdriver.adoc +++ b/docs/modules/ROOT/pages/implementations/stackdriver.adoc @@ -127,7 +127,3 @@ You can also use https://docs.spring.io/spring-boot/docs/current/reference/html/ spring.application.name=my-application management.metrics.tags.application=${spring.application.name} ---- - -== GraalVM native image compilation - -To compile an application by using `micrometer-registry-stackdriver` to a https://www.graalvm.org/reference-manual/native-image/[native image using GraalVM], add the https://github.com/GoogleCloudPlatform/native-image-support-java[native-image-support-java] library as a dependency. Doing so ensures that the correct native image configuration is available and avoids errors like `Classes that should be initialized at run time got initialized during image building`.