From fc00589b5688d73a76aebf53262f6511fafb50f9 Mon Sep 17 00:00:00 2001 From: tarique-azeez Date: Mon, 15 Dec 2025 18:10:41 +0530 Subject: [PATCH 1/2] Update JDK requirement in developer guide Updated the JDK requirement to include JDK 21. Signed-off-by: tarique-azeez --- .../id-authentication-service-developer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-service-developer-guide.md b/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-service-developer-guide.md index dfc46e2d7..0e5804e86 100644 --- a/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-service-developer-guide.md +++ b/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-service-developer-guide.md @@ -13,7 +13,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 2. Any IDE (like Eclipse, IntelliJ IDEA) 3. Apache Maven (zip folder) 4. pgAdmin From 16111e674f9615b8466e79bee992db4b41710ef5 Mon Sep 17 00:00:00 2001 From: tarique-azeez Date: Mon, 15 Dec 2025 12:47:26 +0000 Subject: [PATCH 2/2] update jdk version in doc Signed-off-by: tarique-azeez --- .../id-authentication-internal-service-developer-guide.md | 2 +- .../id-authentication-otp-service-developer-guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-internal-service-developer-guide.md b/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-internal-service-developer-guide.md index b6c9367bc..ec64b3f75 100644 --- a/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-internal-service-developer-guide.md +++ b/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-internal-service-developer-guide.md @@ -12,7 +12,7 @@ The documentation here will guide you through the prerequisites required for the Below is a list of tools required in ID Repository Services: -1. JDK 11 +1. JDK 11 OR JDK 21 2. Any IDE (like Eclipse or IntelliJ IDEA) 3. Apache Maven (zip folder) 4. pgAdmin diff --git a/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-otp-service-developer-guide.md b/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-otp-service-developer-guide.md index 62985afbf..c45647f60 100644 --- a/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-otp-service-developer-guide.md +++ b/docs/id-lifecycle-management/identity-verification/id-authentication-services/id-authentication-otp-service-developer-guide.md @@ -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 2. Any IDE (like Eclipse, IntelliJ IDEA) 3. Apache Maven (zip folder) 4. pgAdmin