-
Notifications
You must be signed in to change notification settings - Fork 991
feat: Java 25 optimized vm options in startup scripts #9367
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
usmansaleem
merged 25 commits into
hyperledger:main
from
usmansaleem:jdk25_multistage_docker
Nov 17, 2025
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
88823aa
feat: Use Java 25 in Besu docker image
usmansaleem 9c45613
chore: Comment
usmansaleem 13e6ba4
Fix docker test scripts.
usmansaleem ece66fa
Merge remote-tracking branch 'upstream/main' into jdk25_multistage_do…
usmansaleem 85adc5a
spotless fix
usmansaleem 3c0b1ac
cleanup goss tests - remove static file test as it is not supported a…
usmansaleem d081a82
spotless fix
usmansaleem 7aa05f0
externalize jvm opts
usmansaleem 09ec6b5
unixStartupScript with placeholder
usmansaleem c25e8d2
tweakStartScript to replace jvm 25 opts placeholder
usmansaleem 9f98f4f
tweakStartScript to replace jvm 25 opts placeholder for windows
usmansaleem dd4d9de
fix serialize of java 25 opts
usmansaleem fd8a473
exclude quotes from windows batch script java25 opts
usmansaleem 7a75ba7
Merge remote-tracking branch 'upstream/main' into jdk25_multistage_do…
usmansaleem 0869c7a
spotless fix
usmansaleem b3d162d
Merge remote-tracking branch 'upstream/main' into jdk25_multistage_do…
usmansaleem 24fc95e
revert gitignore
usmansaleem 48a448b
revert gitignore
usmansaleem 3ff68bf
Merge upstream changes
usmansaleem d0eadd2
Revert "Merge upstream changes"
usmansaleem 62855d0
Merge remote-tracking branch 'upstream/main' into jdk25_multistage_do…
usmansaleem fdfab23
Merge remote-tracking branch 'upstream/main' into jdk25_multistage_do…
usmansaleem e7b56c6
Update JVM options
usmansaleem 546bef2
Fix Java detection in windows start script template
usmansaleem 4029f15
Merge branch 'main' into jdk25_multistage_docker
usmansaleem File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The placeholder
@DEFAULT_JVM_OPTS_25@uses a different format than${defaultJvmOpts}. This inconsistency in placeholder syntax could indicate a template processing issue or incomplete implementation. Verify that both placeholders are correctly replaced during the build process.