Document Java 25 support for Detect 12.1.0 - #1870
Open
zahidblackduck wants to merge 1 commit into
Open
Conversation
zahidblackduck
requested review from
cpottsbd and
dterrybd
and removed request for
cpottsbd
September 9, 2026 12:35
cpottsbd
reviewed
Sep 9, 2026
| ### New features | ||
|
|
||
| * | ||
| * Support for Java 25 has been added. |
Contributor
There was a problem hiding this comment.
Should we specify OpenJDK 64-bit here?
Collaborator
Author
There was a problem hiding this comment.
As per the JEP 503, 32-bit support has been removed entirely in Java 25, and no Java 25 builds are expected for 32-bit architectures. Given that Java 25 is effectively 64-bit only, would it be reasonable to assume that "Java 25" already implies the 64-bit version? If so, do we need to explicitly document "OpenJDK 64-bit," or would that be redundant?
Contributor
There was a problem hiding this comment.
Could just add "OpenJDK" to avoid the redundancy potential
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.
JIRA Ticket
IDETECT-5251
Description
This pull request documents official support for Java 25 (LTS) in Detect 12.1.0.
Detect 12.1.0 was tested with Oracle JDK 25.0.4 across all four basic scan types (signature, package manager, container, and binary). All scans passed without Detect level failures, following the same validation approach used for Java 21 in IDETECT-4367.