-
Notifications
You must be signed in to change notification settings - Fork 142
[MOSIP-44061] Update JDK 21 requirement in developer guide #1036
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
base: 1.2.0
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,7 +10,7 @@ The documentation here will guide you through the prerequisites required for the | |
|
|
||
| Below are a list of tools required in ID Repository Services: | ||
|
|
||
| 1. JDK 11 | ||
| 1. JDK 11 OR JDK 21 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Description: Verify JDK requirement consistency across ID Authentication developer guides
# Search for JDK requirement mentions in ID Authentication guides
echo "=== JDK version mentions in ID Authentication guides ==="
fd -e md 'id-authentication.*developer-guide' docs/ --exec grep -n 'JDK' {} +
# Check for any remaining "JDK 11" mentions without JDK 21 in the same context
echo -e "\n=== Checking for unupdated 'JDK 11' mentions ==="
fd -e md 'id-authentication.*developer-guide' docs/ --exec grep -n 'JDK 11' {} + | grep -v 'JDK 21'
# List all id-authentication developer guide files
echo -e "\n=== All ID Authentication developer guide files ==="
fd -e md 'id-authentication.*developer-guide' docs/Repository: mosip/documentation Length of output: 3312 JDK prerequisite update is correct, but inconsistencies exist across related guides. The change to "JDK 11 OR JDK 21" in this file is accurate. However, the verification revealed:
🤖 Prompt for AI Agents |
||
| 2. Any IDE (like Eclipse, IntelliJ IDEA) | ||
| 3. Apache Maven (zip folder) | ||
| 4. pgAdmin | ||
|
|
||
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.
Provide an overview of ID Authentication before start about services
Software setup should be JAVA 21 for 1.3.0 release branch. please update accordingly
Please replicated the structure provided with proper explanation