[WIP] Migration to Java 25#2589
Open
ViacheslavKlimov wants to merge 8 commits intothingsboard:develop/4.4from
Open
[WIP] Migration to Java 25#2589ViacheslavKlimov wants to merge 8 commits intothingsboard:develop/4.4from
ViacheslavKlimov wants to merge 8 commits intothingsboard:develop/4.4from
Conversation
… into feature/java25
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate all ThingsBoard and Edge documentation from Java 17 to Java 25 (LTS) for the upcoming v4.4 release. This includes installation guides, upgrade instructions, and related references. Also adds TBEL date formatting change warnings for all upgrade paths.
Scope: ThingsBoard CE/PE + Edge CE/PE only. Trendz, TBMQ, Cassandra-related instructions, historical release notes, and blog posts are intentionally unchanged.
Changes
OS Version Updates
Core Java Install Templates (highest impact — used by dozens of pages)
ubuntu-java-install.md—openjdk-17-jdk-headless→openjdk-25-jdk-headlessrhel-java-install.md—java-17-openjdk-headless→java-25-openjdk-headless, added RHEL 8 compatibility warningwindows-java-install.md— Adoptium version17 - LTS→25 - LTS, updated Temurin version outputInstallation Guide Headings (~15 files)
Step 1. Install Java 17 (OpenJDK)→Step 1. Install Java 25 (OpenJDK)across CE, PE, Edge CE, and Edge PE install guidesWindows install.bat Output Examples
CurrentVersion 170→250andJava 17 found!→Java 25 found!in CE and PE Windows guidesEdge-Specific Files
Java 17→Java 25Java 11 found!→Java 25 found!Historical v3.7 Upgrade Notes (made self-contained)
tb-370-update-linux.md— replaced anchor links to install pages with inlineapt/dnfcommandstb-370-update-windows.md— replaced anchor link with inline Adoptium download instructionTBEL Date Formatting Changes Documentation
Date formatting changes in ThingsBoard 4.4+section totbel.mdwith:toISOString(), explicit patterns, numeric getters)Other Documentation References
building-from-source.md(CE + Edge) — Java 17 → 25, updated anchor linkstbel.md— "currently uses Java 17" → "Java 25"mcp-server.md— "Java 17 or later" → "Java 25 or later"rule-node-development.md— "OpenJDK 17" → "OpenJDK 25", updated anchorremote-integrations.md— "Install Java 17" → "Install Java 25" (Ubuntu + RHEL sections)Files NOT Modified (intentional)
docs/user-guide/install/linux.md(redirect page — content never shown)