docs: update offline license key docs for License Checker 2.3.1 backport (v25)#5818
Open
mcollovati wants to merge 3 commits into
Open
docs: update offline license key docs for License Checker 2.3.1 backport (v25)#5818mcollovati wants to merge 3 commits into
mcollovati wants to merge 3 commits into
Conversation
Preview DeploymentThis PR has been deployed for preview. URL: https://docs-preview-pr-5818.fly.dev Changed pagesAdded content is highlighted in green; removed content is marked in red on each page.
Built from 90cc490 |
mcollovati
force-pushed
the
chore/update-license-docs
branch
from
July 17, 2026 05:06
1347519 to
849b567
Compare
mid2/offlineKeyV2 support was backported to Vaadin 14.14, 23.6, and 24.9, so it is no longer exclusive to 24.10+/License Checker 3. Update the machine ID compatibility table and offline key retrieval guidance accordingly. The download-offline-license Maven goal remains 24.10+ only.
Explain that the 'Detected an offline license version 1, but version 2 is required' message can also mean the version 1 machine ID could not be computed -- commonly because the JNA native library is blocked or fails to load -- and point users to mvn -X to find the real error. Also update the Invalid Offline Key entry so the version mismatch guidance matches the License Checker 2.3.1 backport (mid2/offlineKeyV2 in 14.14, 23.6, 24.9 and later; download-offline-license goal still 24.10+).
- Add 'backported' to the docs vocabulary (Vale.Spelling). - Add JNA and OSHI to the Vaadin.Abbr exceptions. - Wrap version-specific offline-key guidance in Vaadin.Versions = NO/YES, matching the pattern already used elsewhere in the docs.
mcollovati
force-pushed
the
chore/update-license-docs
branch
from
July 17, 2026 05:21
849b567 to
86c3352
Compare
paulroemer
reviewed
Jul 17, 2026
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.
Updates the license documentation for the License Checker 2.3.1 backport, which brings
mid2/offlineKeyV2support to the maintained minors (14.14, 23.6, 24.9).Changes
articles/flow/configuration/licenses/index.adoc: drop the "since License Checker version 3" attribution formid2; machine-ID compatibility table now listsmid2/offlineKeyV2for14.14+, 23.6+, 24.9+, and all 25.x; correct the IMPORTANT box (themid2key is no longer exclusive to 24.10+, but thedownload-offline-licensegoal stays 24.10+).articles/flow/kb/index.adoc(license troubleshooting):mvn -X/./gradlew --debugdiagnosis tip.Docs issue: #5817
Related License Checker issue: vaadin/license-checker-vaadin10#245