[GEODE-10525] 2.0 RELEASE BLOCKER : Update Installation Guide for Java 17 Requirements #7959
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.
Description
This PR updates the Apache Geode documentation to reflect the minimum Java version requirement change from Java 8 to Java 17.
Changes
Documentation Updates
geode-book/config.yml
min_java_versionfrom'8'to'17'min_java_updatefrom'121'to'16'product_versionfrom'1.15'to'2.0'product_version_nodotfrom'115'to'20'product_version_old_minorfrom'1.14'to'1.15'docs/guide/115todocs/guide/20geode-docs/getting_started/installation/install_standalone.html.md.erb
jdk1.8.0_121tojdk-17.0.16(modern Java versioning)Files Modified
geode-book/config.ymlgeode-docs/getting_started/installation/install_standalone.html.md.erbFiles Using Template Variables (Automatically Updated)
The following files use
<%=vars.min_java_version%>and<%=vars.min_java_update%>variables and will automatically reflect the Java 17 requirement:geode-docs/getting_started/system_requirements/host_machine.html.md.erbgeode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erbgeode-docs/configuring/cluster_config/persisting_configurations.html.md.erbgeode-docs/configuring/running/running_the_locator.html.md.erbgeode-docs/configuring/running/running_the_cacheserver.html.md.erbTesting
Preview
After these changes, the documentation will show:
/usr/java/jdk-17.0.16C:\Program Files\Java\jdk-17.0.16Related
For all changes, please confirm:
develop)?gradlew buildrun cleanly?