From 4a3a37c7c56cba03bdf176f64e6f80162ef6afc2 Mon Sep 17 00:00:00 2001 From: Brad Ellis Date: Wed, 15 Mar 2023 04:17:15 -0700 Subject: [PATCH] Remove Spring Boot support designation Spring Boot is not a library in and of itself. It is a collection of Spring modules. Our instrumentation targets certain libraries/modules and we provide instrumentation for a range of versions for some individual libraries. It is misleading to say we support Spring Boot X, because we do not provide instrumentation for every library in Spring Boot. Instead, we should list the libraries for which we provide instrumentation, along with the range of versions. Removing this Spring Boot line achieves that. --- .../getting-started/compatibility-requirements-java-agent.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/apm/agents/java-agent/getting-started/compatibility-requirements-java-agent.mdx b/src/content/docs/apm/agents/java-agent/getting-started/compatibility-requirements-java-agent.mdx index 5e36fe51e44..9f98a6f4de5 100644 --- a/src/content/docs/apm/agents/java-agent/getting-started/compatibility-requirements-java-agent.mdx +++ b/src/content/docs/apm/agents/java-agent/getting-started/compatibility-requirements-java-agent.mdx @@ -386,7 +386,6 @@ The agent automatically instruments these frameworks and libraries: * Spring 3.0.0.RELEASE to 5.3.x * Spring webclient 5.0.0.RELEASE to 5.3.x * Spring Web Services from 1.5.7 to latest - * Spring Boot 1.4.x to 2.7.x * Spring Webflux 5.0.0.RELEASE to 5.3.24 * SqsClient 2.1.0 to latest * Struts 2