Skip to content

Commit 556a338

Browse files
authored
Update java.md (#32047)
Updating the vertx versions supported at the moment to include vertx v5
1 parent f8b8c86 commit 556a338

File tree

1 file changed

+24
-24
lines changed
  • content/en/tracing/trace_collection/compatibility

1 file changed

+24
-24
lines changed

content/en/tracing/trace_collection/compatibility/java.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -88,30 +88,30 @@ Integrations in Preview are disabled by default but can be enabled individually:
8888
- error and stacktrace capturing
8989
- linking work created within a web request and Distributed Tracing
9090

91-
| Server | Versions | Support Type | Instrumentation Names (used for configuration) |
92-
|-------------------------|--------------|--------------------------------------------------------|----------------------------------------------------------|
93-
| Akka-Http Server | 10.0+ | Fully Supported | `akka-http`, `akka-http-server` |
94-
| Apache Pekko | 1.0+ | Fully Supported | `pekko-http`, `pekko-http-server` |
95-
| Finatra Web | 2.9+ | Fully Supported | `finatra` |
96-
| Grizzly | 2.0+ | Fully Supported | `grizzly` |
97-
| Grizzly-HTTP | 2.3.20+ | Fully Supported | `grizzly-filterchain` |
98-
| Java Servlet Compatible | 2.3+, 3.0+ | Fully Supported | `servlet`, `servlet-2`, `servlet-3` |
99-
| Jax-RS Annotations | JSR311-API | Fully Supported | `jax-rs`, `jaxrs`, `jax-rs-annotations`, `jax-rs-filter` |
100-
| Jetty | 7.0-12.x | Fully Supported | `jetty` |
101-
| Micronaut HTTP Server | 2.x+ | Fully Supported | `micronaut` |
102-
| Mulesoft | 4.5.0+ | Fully Supported | `mule` |
103-
| Netty HTTP Server | 3.8+ | Fully Supported | `netty`, `netty-3.8`, `netty-4.0`, `netty-4.1` |
104-
| Play | 2.3-2.8 | Fully Supported | `play`, `play-action` |
105-
| Ratpack | 1.5+ | Fully Supported | `ratpack` |
106-
| Restlet HTTP Server | 2.2 - 2.4 | Fully Supported | `restlet-http`. |
107-
| Spark Java | 2.3+ | [Preview](#framework-integrations-disabled-by-default) | `sparkjava` (requires `jetty`) |
108-
| Spring Boot | 1.5+ | Fully Supported | `spring-web` or `spring-webflux` |
109-
| Spring Web (MVC) | 4.0+ | Fully Supported | `spring-web` |
110-
| Spring WebFlux | 5.0+ | Fully Supported | `spring-webflux` |
111-
| Tomcat | 5.5+ | Fully Supported | `tomcat` |
112-
| Undertow | 2.0+ | Fully Supported | `undertow` |
113-
| Vert.x | 3.4 - 4.5.15 | Fully Supported | `vertx`, `vertx-3.4`, `vertx-3.9`, `vertx-4.0` |
114-
| Websocket (JSR356) | 1.0+ | [Preview](#framework-integrations-disabled-by-default) | `websocket` |
91+
| Server | Versions | Support Type | Instrumentation Names (used for configuration) |
92+
|-------------------------|--------------|--------------------------------------------------------|------------------------------------------------------------|
93+
| Akka-Http Server | 10.0+ | Fully Supported | `akka-http`, `akka-http-server` |
94+
| Apache Pekko | 1.0+ | Fully Supported | `pekko-http`, `pekko-http-server` |
95+
| Finatra Web | 2.9+ | Fully Supported | `finatra` |
96+
| Grizzly | 2.0+ | Fully Supported | `grizzly` |
97+
| Grizzly-HTTP | 2.3.20+ | Fully Supported | `grizzly-filterchain` |
98+
| Java Servlet Compatible | 2.3+, 3.0+ | Fully Supported | `servlet`, `servlet-2`, `servlet-3` |
99+
| Jax-RS Annotations | JSR311-API | Fully Supported | `jax-rs`, `jaxrs`, `jax-rs-annotations`, `jax-rs-filter` |
100+
| Jetty | 7.0-12.x | Fully Supported | `jetty` |
101+
| Micronaut HTTP Server | 2.x+ | Fully Supported | `micronaut` |
102+
| Mulesoft | 4.5.0+ | Fully Supported | `mule` |
103+
| Netty HTTP Server | 3.8+ | Fully Supported | `netty`, `netty-3.8`, `netty-4.0`, `netty-4.1` |
104+
| Play | 2.3-2.8 | Fully Supported | `play`, `play-action` |
105+
| Ratpack | 1.5+ | Fully Supported | `ratpack` |
106+
| Restlet HTTP Server | 2.2 - 2.4 | Fully Supported | `restlet-http`. |
107+
| Spark Java | 2.3+ | [Preview](#framework-integrations-disabled-by-default) | `sparkjava` (requires `jetty`) |
108+
| Spring Boot | 1.5+ | Fully Supported | `spring-web` or `spring-webflux` |
109+
| Spring Web (MVC) | 4.0+ | Fully Supported | `spring-web` |
110+
| Spring WebFlux | 5.0+ | Fully Supported | `spring-webflux` |
111+
| Tomcat | 5.5+ | Fully Supported | `tomcat` |
112+
| Undertow | 2.0+ | Fully Supported | `undertow` |
113+
| Vert.x | 3.4 - 5.x | Fully Supported | `vertx`, `vertx-3.4`, `vertx-3.9`, `vertx-4.0`, `vertx-5.0`|
114+
| Websocket (JSR356) | 1.0+ | [Preview](#framework-integrations-disabled-by-default) | `websocket` |
115115

116116
**Note**: Many application servers are Servlet compatible and are automatically covered by that instrumentation, such as Websphere, Weblogic, and JBoss.
117117
Also, frameworks like Spring Boot (version 3) inherently work because they usually use a supported embedded application server, such as Tomcat, Jetty, or Netty.

0 commit comments

Comments
 (0)