Skip to content

Add End-of-life date for Java SDK 0.x #29903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/tracing/trace_collection/compatibility/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@

Datadog does not officially support any early-access versions of Java.

#### Java Tracer v0 (maintenance)
#### Java Tracer v0

Check warning on line 56 in content/en/tracing/trace_collection/compatibility/java.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Java Tracer v0' should use sentence-style capitalization.

| Java versions | Operating Systems | Support level |
|--------------------|---------------------------------------------------------------------------------|-----------------------------------|
| 7 only | Windows (x86, x86-64)<br>Linux (x86, x86-64)<br>Mac (x86, x86-64) | [Maintenance](#levels-of-support) |
| 7 only | Windows (x86, x86-64)<br>Linux (x86, x86-64)<br>Mac (x86, x86-64) | [Maintenance](#levels-of-support) ([End-of-life](#levels-of-support) on July 31, 2025) |
| 7 only | Linux (arm64)<br>Mac (arm64) | [End-of-life](#levels-of-support) |

### Levels of support
Expand Down
Loading