[MOSIP-44356] Performance fixes for ABIS Handler and ABIS MIddleware stage#2292
Merged
Prafulrakhade merged 12 commits intoMar 26, 2026
Merged
Conversation
…MS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…MS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…sProcessed(). Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…er stage. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…al threads. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…iming in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…iming in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…iming in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…ISRequest entity in the ABIS middleware. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: ashok-ksharma <ashok@mosip.io>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Prafulrakhade
approved these changes
Mar 26, 2026
dhanendra06
pushed a commit
to dhanendra06/registration
that referenced
this pull request
Mar 28, 2026
…stage (mosip#2292) * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the synchronization for checkAllIdentifyRequestsProcessed(). Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the duplicate metaInfo() call in the ABIS handler stage. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Changed packet manager call in parallel using the virtual threads. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Added the updatedBy and updatedOn while updating the ABISRequest entity in the ABIS middleware. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the logs added for debugging purpose. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the logs added for debugging purpose. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> --------- Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: ashok-ksharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
ashok-ksharma
added a commit
that referenced
this pull request
Apr 6, 2026
* Create NOTICES.txt Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Rename NOTICES.txt to NOTICE Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [DSD-9524] Release Platform 1.2.1.0 GA (#2266) * Updated chart versions, image and tag for release changes Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * [DSD-9524] 1.2.1.0 Platform GA release Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Updated Pom versions for release changes (#2267) Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] : Reduce packetmanager calls in validator & add per-stage worker pool size override (#2278) * [MOSIP-44356] : Fetch metaInfo once per packet and pass it into setPacketCreatedDateTime, validate (biometricsXSDValidation), and reverseDataSync instead of calling getMetaInfo three times. Reduces packet-manager load and improves VALIDATE_PACKET stage throughput (2 fewer getMetaInfo calls per packet). Signed-off-by: Vishwa <visu.vs1@gmail.com> * [MOSIP-44356] : per-stage worker pool size override - Add getWorkerPoolSize() in MosipVerticleAPIManager; resolve {getPropertyPrefix()}worker.pool.size before global worker.pool.size - Remove workerPoolSize from all stages/verticles; use getWorkerPoolSize() - Update stage tests to set defaultWorkerPoolSize; add MosipVerticleAPIManagerWorkerPoolSizeTest Signed-off-by: Vishwa <visu.vs1@gmail.com> --------- Signed-off-by: Vishwa <visu.vs1@gmail.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] : Artifact version changed from 1.3.0 to 1.3.1-SNAPSHOT to allow dev builds (#2279) Signed-off-by: Vishwa <visu.vs1@gmail.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed serialization issue (#2280) Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * MOSIP-44198 revert changes (#2282) Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Reduced the packet manager call in CMD validator stage Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Reduced the packet manager call in CMD validator stage Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Reduced the packet manager call in CMD validator stage Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * MOSIP-44198 (#2287) * Fix the validator stage Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the packetmanagerservice Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the webclient issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the webclient issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Parallelize biometric JWT signature validation in validator stage Replace sequential per-segment JWT verify HTTP calls with concurrent CompletableFuture execution, reducing validation time from N*latency to max(latency) for packets with multiple biometric segments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * JSON parsing per element (mapper.readValue) optimized Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * revert paralize JWT signature verification changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * removed async audit Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * reverted the webclient changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Improved the performance of validator stage Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * reverted the biometric serialization changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Improve the performance of validator stage Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * process() makes several HTTP calls (validate, getMetaInfo, reverseDataSync, sendNotification) while holding a DB connection from the @transactional annotation. DB connections are a limited pool resource. Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the audit executor Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the audit executor Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Update the GC configuration Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the validator stage to use pre initialize the data Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed packet classifier slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the quality classifier slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed audit issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * fail-fast: cancel remaining on first failure Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the bio-dedupe stage slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Updated the khazana version Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the validator stage slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed bio-dedupe, uin-generator slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> --------- Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * MOSIP-44356 (#2288) * [MOSIP-43633] - cherry pick able to update biometrics of an UIN, with unregistered biometrics Bug Fix in release-1.3.x. (#2224) (#2273) * [MOSIP-43633] - cherry Pick in 1.3 Able to update biometrics of an UIN, with unregistered biometrics issue Fix * [MOSIP-43633] Code changes for removing the cyclic dependency from the biometric update bug fix code. (#2221) * [MOSIP-43633] Code changes for removing the cyclic dependency from the biometric update bug fix code. * [MOSIP-43633] - UtilitiesTest to UtilityTest movement --------- * [MOSIP-43633] - Cyclic dependency Utility * [MOSIP-43633] - calender fix --------- Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com> Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Co-authored-by: ashok-ksharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-43633] [MOSIP-35360]: snapshot and DB script changes for Update Biometric (release-1.3x) (#2274) * [MOSIP-43633] [MOSIP-35360]: snapshot and DB script changes for Update Biometric (release-1.3x) Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com> * [MOSIP-43633]: Added remaining snapshots Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com> --------- Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44208] Added the readme file for the Update UIN with unregistered biometric bug fix design. (#2277) Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] : Reduce packetmanager calls in validator & add per-stage worker pool size override (#2278) * [MOSIP-44356] : Fetch metaInfo once per packet and pass it into setPacketCreatedDateTime, validate (biometricsXSDValidation), and reverseDataSync instead of calling getMetaInfo three times. Reduces packet-manager load and improves VALIDATE_PACKET stage throughput (2 fewer getMetaInfo calls per packet). Signed-off-by: Vishwa <visu.vs1@gmail.com> * [MOSIP-44356] : per-stage worker pool size override - Add getWorkerPoolSize() in MosipVerticleAPIManager; resolve {getPropertyPrefix()}worker.pool.size before global worker.pool.size - Remove workerPoolSize from all stages/verticles; use getWorkerPoolSize() - Update stage tests to set defaultWorkerPoolSize; add MosipVerticleAPIManagerWorkerPoolSizeTest Signed-off-by: Vishwa <visu.vs1@gmail.com> --------- Signed-off-by: Vishwa <visu.vs1@gmail.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] : Artifact version changed from 1.3.0 to 1.3.1-SNAPSHOT to allow dev builds (#2279) Signed-off-by: Vishwa <visu.vs1@gmail.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed serialization issue (#2280) Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * MOSIP-44198 revert changes (#2282) Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Reduced the packet manager call in CMD validator stage Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Reduced the packet manager call in CMD validator stage Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Reduced the packet manager call in CMD validator stage Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * MOSIP-44198 (#2287) * Fix the validator stage Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the packetmanagerservice Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the webclient issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the webclient issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Parallelize biometric JWT signature validation in validator stage Replace sequential per-segment JWT verify HTTP calls with concurrent CompletableFuture execution, reducing validation time from N*latency to max(latency) for packets with multiple biometric segments. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * JSON parsing per element (mapper.readValue) optimized Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * revert paralize JWT signature verification changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * removed async audit Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * reverted the webclient changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Improved the performance of validator stage Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * reverted the biometric serialization changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Improve the performance of validator stage Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * process() makes several HTTP calls (validate, getMetaInfo, reverseDataSync, sendNotification) while holding a DB connection from the @transactional annotation. DB connections are a limited pool resource. Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the audit executor Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the audit executor Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Update the GC configuration Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the validator stage to use pre initialize the data Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed packet classifier slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the quality classifier slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed audit issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * fail-fast: cancel remaining on first failure Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the bio-dedupe stage slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Updated the khazana version Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the validator stage slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed bio-dedupe, uin-generator slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> --------- Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * rebased with release-1.3.x Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> --------- Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com> Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> Signed-off-by: Vishwa <visu.vs1@gmail.com> Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com> Co-authored-by: Nidhi <nidhi.k@cyberpwn.com> Co-authored-by: ashok-ksharma <ashok@mosip.io> Co-authored-by: Vishwa <visu.vs1@gmail.com> Co-authored-by: kameshsr <47484458+kameshsr@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread in abis middleware stage. (#2289) * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> --------- Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44356] Performance fixes for ABIS Handler and ABIS MIddleware stage (#2292) * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the synchronization for checkAllIdentifyRequestsProcessed(). Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the duplicate metaInfo() call in the ABIS handler stage. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Changed packet manager call in parallel using the virtual threads. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Added the updatedBy and updatedOn while updating the ABISRequest entity in the ABIS middleware. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the logs added for debugging purpose. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44356] Removed the logs added for debugging purpose. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> --------- Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: ashok-ksharma <ashok@mosip.io> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * MOSIP-44198: Fixed the workflowaction slowness issue (#2293) * Fixed the workflowaction slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the uin-generator slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the packet-uploader stage slowness issue Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Revert "Fixed the packet-uploader stage slowness issue" This reverts commit ce1e636. Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> --------- Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the rece condition is abisHandler (#2294) Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Removed whitespace and unused changes Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Updated the code based on review comments Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Updated the code based on review comments Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fixed the test cases Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * Fix the test cases failures Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> * [MOSIP-44198] Updated the code as per the review comments. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> * [MOSIP-44198] Updated the code as per the review comments. Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> --------- Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com> Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Vishwa <visu.vs1@gmail.com> Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com> Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io> Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com> Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com> Signed-off-by: ashok-ksharma <ashok@mosip.io> Co-authored-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com> Co-authored-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com> Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com> Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com> Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com> Co-authored-by: Vishwa <visu.vs1@gmail.com> Co-authored-by: kameshsr <47484458+kameshsr@users.noreply.github.com> Co-authored-by: Ashok Kumar Sharma <ashok@mosip.io> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Nidhi <nidhi.k@cyberpwn.com>
Prafulrakhade
added a commit
that referenced
this pull request
Jun 5, 2026
* Updated Pom versions for release changes (#1910)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
* [MOSIP-35160] Updated URL from https://github.com/mosip/mosip-infra/blob/master/deployment/v3/utils/copy_cm_func.sh to https://raw.githubusercontent.com/mosip/mosip-infra/master/deployment/v3/utils/copy_cm_func.sh
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
* [ MOSIP-35499 ] removed keyGenretor Bean (#1919)
* Merge pull request #1916 from Khuddusshariff0022/develop-comp-scan1
[ MOSIP-35499 ] removed keyGenretor Bean
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [ MOSIP-35499 ] Removed KeyGenerator Bean (#1915)
* removed key manager
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* removed keyGenretor Bean
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* removed keyGenretor Bean
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
---------
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
---------
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Co-authored-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
* [DSD-6341]added upgrade and rollback sql query
* MOSIP-32461 Changing commons versions for 1.3.x branch
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* MOSIP-32461, MOSIP-36412 Changing commons versions for 1.3.x branch
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* MOSIP-32461, MOSIP-36412 Changing commons versions for 1.3.x branch
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* MOSIP-32461, MOSIP-36412 Changing versions to 1.3.0-beta.1 for 1.3.x branch
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* MOSIP-32461, MOSIP-36412 Changing versions to 1.3.0-beta.1 for 1.3.x branch
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* MOSIP-32461, MOSIP-36412 Changing versions to 1.3.0-beta.1 for 1.3.x branch
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [MOSIP-37256 ] adding readme
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* Update Dockerfile
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
* Update Dockerfile
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
* Update Dockerfile
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated chart versions, image and tag for release changes
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [MOSIP-37256 ] adding readme
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [ MOSIP-38245 ] Release branch docker regex changes (#1944)
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [DSD-6825] platform 1.2.1.0-beta-1 release (#1941)
* Updated Pom versions for release changes
Signed-off-by: GitHub <noreply@github.com>
* [DSD-6825] platform 1.2.1.0-beta-1 release
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
* [DSD-6825] platform 1.2.1.0-beta-1 release
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
* [DSD-6825] platform 1.2.1.0-beta-1 release
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
* [ MOSIP-38245 ] Release branch docker (#1943)
* Doing the docker changes for the failure
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* Doing the docker changes for the failure
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* Doing the docker changes for the failure
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* docker file changes
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* Doing the docker changes for the failure
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* docker file changes
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* docker file changes
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
---------
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
Co-authored-by: khuddus shariff <khuddusshariff0022@gmail.com>
* Updated chart versions, image and tag for release changes (#1946)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
* Updated Pom version and Chart version for post-release changes (#1947)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
* MOSIP-35873, MOSIP-23699 : Added webclient for auth request (#1996) (#2000)
* Added webclient for auth request
* Added logger
---------
Signed-off-by: dhanendra06 <dhanendra.tech@gmail.com>
* Mosip-39697 Added ZCG for performance improvement (#2010)
* Mosip-39697 Added zcg and removed glowroot for performance improvemnt (#1998)
* MOSIP-39697 Added zcg in registration-processor-abis Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 corrected zcg in registration-processor-abis Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-abis-handler-stage Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-packet-reciever-stage Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 reverted zcg in registration-processor-abis-handler-stage Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 reverted properly zcg in registration-processor-abis-handler-stage Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-status-service Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-transaction-service Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-common-camel-bridge Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-landing-zone Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-notification-service Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group1 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group2 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group3 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group4 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group5 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group6 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-stage-group7 Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-re-processor Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-workflow-manager-service Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-workflow-reprocessor Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added zcg in registration-processor-workflow-manager-service Dockerfile
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
---------
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 removed -Xms1g -Xmx2g from docker file (#2001)
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 corrected ZGC
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end in reg-proc transaction service
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end in reg-proc common camel bridge
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end in reg-proc landing zone
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end in reg-proc notification service
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end in reg-proc reprocessor
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39697 added -jar at end in reg-proc reprocessor
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* reverted back docker file not used
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
---------
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-39985 (#2018)
* [ MOSIP-35378 ] Release 1.2.0.x adding to develop (#2011)
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* pom version and upgrade scripts changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* pom version changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
---------
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* MOSIP-37259 - Remove hardcoded spring boot version from registration repo pom file (#2022)
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* MOSIP-39680 update InternalAuthDelegateServiceImplTest (#2026)
* fix junit test case
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* Update InternalAuthDelegateServiceImplTest.java
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* fix test
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* fix test junit
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
---------
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* MOSIP-40686 Changed version to snapshot (#2027)
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-37901: exclude mosip services to publish nexus (#2069)
* MOSIP-37901: exclude mosip services to publish nexus
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* MOSIP-37901: exclude mosip services being published to nexus
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* MOSIP-37901: exclude mosip services being published to nexus
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* MOSIP-37901: change to RC
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
---------
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* MOSIP-37901: exclude mosip services being published to nexus (#2070)
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* MOSIP-37901: revert rc and pom version change (#2072)
* MOSIP-37901: revert rc and pom version change
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* MOSIP-37901: change dependency version
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
---------
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
* [MOSIP-41557] Removed regproc-opencrvs helm chart because we are not using this and we don't have docker image
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
* Merge pull request #2095 from ashok-ksharma/MOSIP-41486_release-1.2.1.x (#2098)
[MOSIP-41317] Securezone changes to reprocess the packets which went into reprocess due to the unavailability of the packet manager
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
Co-authored-by: ashok-ksharma <ashok@mosip.io>
* [MOSIP-41872] [MOSIP-41321] [MOSIP-41320] [MOSIP-41330] [MOSIP-41329] - Changes related to Performance Tunning (#2102) (#2104)
* MOSIP-41872 Fixed merge conflict
* MOSIP-41872 corrected biometric stage
* MOSIP-41872 Removed unused variable
* MOSIP-41872 Removed unused variable
---------
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
Co-authored-by: TRIALBLAZERS <84778104+trialblazerseee@users.noreply.github.com>
* [MOSIP-36457]Reprocessor is unable to process the failed packets in credential-requestor-stage in v1.2.0.1 (#2127)
* cherry-pick for MOSIP-36457
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* cherry pick the changes from develop
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
---------
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
Co-authored-by: TRIALBLAZERS <84778104+trialblazerseee@users.noreply.github.com>
* Done changes (#2150)
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
Co-authored-by: TRIALBLAZERS <84778104+trialblazerseee@users.noreply.github.com>
* [MOSIP-42364] - Cherry-Pick done for :> [MOSIP-41319] - Kafka Rebalance Issue Causing RID Duplication and Packet Processing Failure (#2119) (#2154)
* cherry-pick is done for release branch
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Modified files
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
---------
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
Co-authored-by: TRIALBLAZERS <84778104+trialblazerseee@users.noreply.github.com>
* [MOSIP-41319] Added code to enable/disable caffeine cache stage wise. (#2156) (#2159)
* [MOSIP-41319] Added code to enable/disable caffeine cache stage wise.
* [MOSIP-41319] Added code to enable/disable caffeine cache stage wise.
---------
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Co-authored-by: Vishwa <visu.vs1@gmail.com>
* [MOSIP-42464] [MOSIP-41674] central sonatype migration changes (#2160)
* [MOSIP-42464] [MOSIP-41674] central sonatype migration changes
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
* [MOSIP-42464] [MOSIP-41674] central sonatype migration changes
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
* [MOSIP-42464] [MOSIP-41674] central sonatype migration changes
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
---------
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Co-authored-by: Prafulrakhade <prafulrakhade@users.noreply.github.com>
* Updated bio-util version (#2163)
Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com>
* MOSIP-41316: Updated pom.xml (#2164)
Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com>
* [MOSIP-43014] moved salt-genrator helm chart version into commons repository because kernel-salt-generator docker image builing from commons repo.
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
* [MOSIP-43014] moved salt-genrator helm chart version into commons repository because kernel-salt-generator docker image builing from commons repo.
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
* MOSIP-39884 update sending email (#2075)
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* Updated pom for spring-boot-maven-plugin version (#2205)
Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com>
* Performance testing Release 1.3.x (#2199)
* Performance testing Release 1.3.x v0.2
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Performance testing Release 1.3.x v0.3
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Remove performance directory
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Performance testing Release 1.3.x v0.4
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* removed fork instruction
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* moved txt to git code
Added instructions for building the code using Maven.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* version name fixed.
Updated the JAR file name placeholder in the setup instructions to indicate version testing.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* version name fixed
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* updated to git command to display jar name properly
Added example command for configuring the executable file.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* description added
Clarify configuration settings for mountPath and authCertsPath.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* jmeter-plugins instruction updated and deduplicated.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Performance testing Release 1.3.x v0.5
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Updated context_details.csv description to clarify usage.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Rename PacketCreator_and_Upload_Test_Script.jmx to Credential_Processing_Test_Script.jmx
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Update README to clarify key storage format
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Update README as susggested
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* cleaned up garbage data
Removed multiple 'Center Not Found' entries from the CSV file.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Clean up A02_S02_machine_id.csv by removing duplicates
Removed duplicate 'Machine Not Found' entries and cleaned up the CSV file.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Fix numbering in README for open source tools
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Update README with environment setup note for center and machine
Added note about environment prerequisites for execution.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Clarify key pair extraction and JMeter script update
Updated README to specify the extraction of key pairs from a compressed folder and added instructions for updating the JMeter script.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Update README with execution notes for P03 and S01
Clarified execution requirements for P03 and S01 steps.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Fix link to PacketCreatorToolSetup in README.md
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Update README with correct path for PacketCreatorToolSetup
Signed-off-by: DGuru <deepeshgurung@gmail.com>
---------
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
Signed-off-by: DGuru <deepeshgurung@gmail.com>
Co-authored-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* [MOSIP-43625] DateUtils2 and springboot plugin changes (#2202)
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43508
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* renamed db upgrade file name with latest version
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* updated the commons version back to 130 snapshot
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* resolved review comments
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
---------
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* Added indexes for performance optimization [MOSIP-43638] (#2210)
* Added indexes for performance optimization [MOSIP-43638]
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Update regprc-individual_demographic_dedup.sql
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Update regprc-registration.sql
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Removed existing indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated demo_dedupe index
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated abis_request indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated abis_request index
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* updated abis_response_det indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated reg_lost_uin_det index
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated crypto_salt indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated anonymous_profile indexes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
---------
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* [MOSIP-42988] : Cherry-pick 1.2.1.0 release changes into release-1.3.x branch (#2213)
* Cherry-pick CRVS code into release branch
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* CRVS changes
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
---------
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* [MOSIP-42988] :cherry-pick CRVS changes from 1.2.1.1 tag (#2214)
* [MOSIP-42988] cherry-pick CRVS changes from 1.2.1.1 tag
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Removed conflict
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Replace DateUtils with DateUtils2
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Replace DateUtils with DateUtils2 in tests
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Replace DateUtils with DateUtils2
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Reorder imports in PacketManagerService.java
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
---------
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* cherry-pick the helm changes to release-1.3.x
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated tag
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* updated tag version
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-43711 added missing upgrade script (#2222)
* MOSIP-43711 added missing upgrade script
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-43711 added ddl script
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-43711 corrected upgrade script
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
---------
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* [MOSIP-43786]: Changed version to 1.3.0-SNAPSHOT (#2225)
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
* Post QA update, document changes, added results, decoupled context file generation. (#2226)
* changes post review, also result script added
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Fixed
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* replaced "script 1"
Updated the README to clarify module context for API endpoint categories.
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* file fixed
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* filename fixed
Signed-off-by: DGuru <deepeshgurung@gmail.com>
---------
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
Signed-off-by: DGuru <deepeshgurung@gmail.com>
Co-authored-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* MOSIP-43625 | reverted decryptortest java file with previous version as per the review comments (#2215)
* reverted decryptortest java file with previous version as per the review comments
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* resolved unit test failures
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* reverted the unit test fixes
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
---------
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* [MOSIP-43716] parameteraization fix and description added (#2230)
* parameterization fix
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* parameterization fixes
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* parameterization fix 3
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
---------
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
Co-authored-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* MOSIP-43834 - updated index scripts (#2231)
* MOSIP-43834 - updated index scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43834 - updated index scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43834 - updated index scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
---------
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43834 - addded indexes for db scripts (#2233)
* MOSIP-43834 - addded indexes for db scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* MOSIP-43834 | added indexes for db scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
---------
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
* fix helm memory cpu
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* remove space
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* remove extrat line
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
* Create NOTICES.txt
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
* MOSIP-3917 | updated missed index scripts (#2250)
* MOSIP-3917 | updated missed index scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* MOSIP-3917 | updated missed index scripts
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* addressed the pr comments
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* addressed the PR comments
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
---------
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
Co-authored-by: tarique-azeez <mdtarique2703@gmail.com>
* Rename NOTICES.txt to NOTICE
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
* [MOSIP-43967] Change the deprecated end point for key manager signing and modify the object mapper to remove indentation to support v1.2.0.2 reg client. (#2253)
* added new end point
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* marked test cases as ignore
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* fixed test cases
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* added logger to check data
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* added logger
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* rempved the logger
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
---------
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
* MOSIP-43894 Update memory and JAVA_OPTS in values.yaml (#2255)
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
* [MOSIP-43903] - Increased Junit code coverage for Registration Processor (release 1.3.x branch)
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
* [MOSIP-43903] - import corrected
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
* [MOSIP-44047] Updated README.md for registration processor. (#2257)
* [MOSIP-44047] Updated README.md for registration processor.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44047] Updated README.md for registration processor.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44047] Updated README.md for registration processor.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44047] Updated README.md for registration processor.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44047] Updated README.md for registration processor.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44047] Updated README.md for registration processor.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
---------
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* Updated startup probe configuration (#2261)
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated startup probe configuration
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* API responses were updated to remove whitespace (#2260)
* API responses were updated to remove whitespace
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Enable HTTP samplers and assertions in JMX script
cleaned up
Signed-off-by: DGuru <deepeshgurung@gmail.com>
* Enable all test elements in Regproc Syncdata script
cleaned up
Signed-off-by: DGuru <deepeshgurung@gmail.com>
---------
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
Signed-off-by: DGuru <deepeshgurung@gmail.com>
Co-authored-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
* Updated startup probe configuration
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated startup probe configuration
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated startup probe configuration
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [DSD-9504]Increased memory limit in values.yaml (#2265)
* [DSD-9504]Increased memory limit in values.yaml
Updated memory limit from 2800Mi to 3500Mi.
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
---------
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* [DSD-9524] Release Platform 1.2.1.0 GA (#2266)
* Updated chart versions, image and tag for release changes
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [DSD-9524] 1.2.1.0 Platform GA release
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
* Updated Pom versions for release changes (#2267)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
* [MOSIP-43633] - cherry pick able to update biometrics of an UIN, with unregistered biometrics Bug Fix in release-1.3.x. (#2224) (#2273)
* [MOSIP-43633] - cherry Pick in 1.3 Able to update biometrics of an UIN, with unregistered biometrics issue Fix
* [MOSIP-43633] Code changes for removing the cyclic dependency from the biometric update bug fix code. (#2221)
* [MOSIP-43633] Code changes for removing the cyclic dependency from the biometric update bug fix code.
* [MOSIP-43633] - UtilitiesTest to UtilityTest movement
---------
* [MOSIP-43633] - Cyclic dependency Utility
* [MOSIP-43633] - calender fix
---------
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Co-authored-by: ashok-ksharma <ashok@mosip.io>
* [MOSIP-43633] [MOSIP-35360]: snapshot and DB script changes for Update Biometric (release-1.3x) (#2274)
* [MOSIP-43633] [MOSIP-35360]: snapshot and DB script changes for Update Biometric (release-1.3x)
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
* [MOSIP-43633]: Added remaining snapshots
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
---------
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
* [MOSIP-44208] Added the readme file for the Update UIN with unregistered biometric bug fix design. (#2277)
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* Perform optimization for JVM arguments Reg-Proc Repo [MOSIP-44752]
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Corrected JVM arguement
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* trailing-spaces changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* trailing-spaces changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* space changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Corrected versions in helm
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Corrected helm values
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Corrected Values helm and docker
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Space changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Update Dockerfile
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated commons depdencies versions
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Updated docker files
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* MOSIP-44198 (#2298)
* Create NOTICES.txt
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Rename NOTICES.txt to NOTICE
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [DSD-9524] Release Platform 1.2.1.0 GA (#2266)
* Updated chart versions, image and tag for release changes
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [DSD-9524] 1.2.1.0 Platform GA release
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated Pom versions for release changes (#2267)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] : Reduce packetmanager calls in validator & add per-stage worker pool size override (#2278)
* [MOSIP-44356] : Fetch metaInfo once per packet and pass it into setPacketCreatedDateTime,
validate (biometricsXSDValidation), and reverseDataSync instead of calling
getMetaInfo three times. Reduces packet-manager load and improves
VALIDATE_PACKET stage throughput (2 fewer getMetaInfo calls per packet).
Signed-off-by: Vishwa <visu.vs1@gmail.com>
* [MOSIP-44356] : per-stage worker pool size override
- Add getWorkerPoolSize() in MosipVerticleAPIManager; resolve {getPropertyPrefix()}worker.pool.size before global worker.pool.size
- Remove workerPoolSize from all stages/verticles; use getWorkerPoolSize()
- Update stage tests to set defaultWorkerPoolSize; add MosipVerticleAPIManagerWorkerPoolSizeTest
Signed-off-by: Vishwa <visu.vs1@gmail.com>
---------
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] : Artifact version changed from 1.3.0 to 1.3.1-SNAPSHOT to allow dev builds (#2279)
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed serialization issue (#2280)
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-44198 revert changes (#2282)
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Reduced the packet manager call in CMD validator stage
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Reduced the packet manager call in CMD validator stage
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Reduced the packet manager call in CMD validator stage
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-44198 (#2287)
* Fix the validator stage
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the packetmanagerservice
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the webclient issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the webclient issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Parallelize biometric JWT signature validation in validator stage
Replace sequential per-segment JWT verify HTTP calls with concurrent
CompletableFuture execution, reducing validation time from N*latency
to max(latency) for packets with multiple biometric segments.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* JSON parsing per element (mapper.readValue) optimized
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* revert paralize JWT signature verification changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* removed async audit
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* reverted the webclient changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Improved the performance of validator stage
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* reverted the biometric serialization changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Improve the performance of validator stage
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* process() makes several HTTP calls (validate, getMetaInfo, reverseDataSync, sendNotification) while holding a DB connection from the @Transactional annotation. DB connections are a limited pool resource.
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the audit executor
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the audit executor
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Update the GC configuration
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the validator stage to use pre initialize the data
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed packet classifier slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the quality classifier slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed audit issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* fail-fast: cancel remaining on first failure
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the bio-dedupe stage slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated the khazana version
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the validator stage slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed bio-dedupe, uin-generator slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
---------
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-44356 (#2288)
* [MOSIP-43633] - cherry pick able to update biometrics of an UIN, with unregistered biometrics Bug Fix in release-1.3.x. (#2224) (#2273)
* [MOSIP-43633] - cherry Pick in 1.3 Able to update biometrics of an UIN, with unregistered biometrics issue Fix
* [MOSIP-43633] Code changes for removing the cyclic dependency from the biometric update bug fix code. (#2221)
* [MOSIP-43633] Code changes for removing the cyclic dependency from the biometric update bug fix code.
* [MOSIP-43633] - UtilitiesTest to UtilityTest movement
---------
* [MOSIP-43633] - Cyclic dependency Utility
* [MOSIP-43633] - calender fix
---------
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Co-authored-by: ashok-ksharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-43633] [MOSIP-35360]: snapshot and DB script changes for Update Biometric (release-1.3x) (#2274)
* [MOSIP-43633] [MOSIP-35360]: snapshot and DB script changes for Update Biometric (release-1.3x)
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
* [MOSIP-43633]: Added remaining snapshots
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
---------
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44208] Added the readme file for the Update UIN with unregistered biometric bug fix design. (#2277)
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] : Reduce packetmanager calls in validator & add per-stage worker pool size override (#2278)
* [MOSIP-44356] : Fetch metaInfo once per packet and pass it into setPacketCreatedDateTime,
validate (biometricsXSDValidation), and reverseDataSync instead of calling
getMetaInfo three times. Reduces packet-manager load and improves
VALIDATE_PACKET stage throughput (2 fewer getMetaInfo calls per packet).
Signed-off-by: Vishwa <visu.vs1@gmail.com>
* [MOSIP-44356] : per-stage worker pool size override
- Add getWorkerPoolSize() in MosipVerticleAPIManager; resolve {getPropertyPrefix()}worker.pool.size before global worker.pool.size
- Remove workerPoolSize from all stages/verticles; use getWorkerPoolSize()
- Update stage tests to set defaultWorkerPoolSize; add MosipVerticleAPIManagerWorkerPoolSizeTest
Signed-off-by: Vishwa <visu.vs1@gmail.com>
---------
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] : Artifact version changed from 1.3.0 to 1.3.1-SNAPSHOT to allow dev builds (#2279)
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed serialization issue (#2280)
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-44198 revert changes (#2282)
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Reduced the packet manager call in CMD validator stage
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Reduced the packet manager call in CMD validator stage
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Reduced the packet manager call in CMD validator stage
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-44198 (#2287)
* Fix the validator stage
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the packetmanagerservice
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the webclient issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the webclient issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Parallelize biometric JWT signature validation in validator stage
Replace sequential per-segment JWT verify HTTP calls with concurrent
CompletableFuture execution, reducing validation time from N*latency
to max(latency) for packets with multiple biometric segments.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* JSON parsing per element (mapper.readValue) optimized
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* revert paralize JWT signature verification changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* removed async audit
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* reverted the webclient changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Improved the performance of validator stage
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* reverted the biometric serialization changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Improve the performance of validator stage
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* process() makes several HTTP calls (validate, getMetaInfo, reverseDataSync, sendNotification) while holding a DB connection from the @Transactional annotation. DB connections are a limited pool resource.
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the audit executor
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the audit executor
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Update the GC configuration
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the validator stage to use pre initialize the data
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed packet classifier slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the quality classifier slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed audit issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* fail-fast: cancel remaining on first failure
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the bio-dedupe stage slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated the khazana version
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the validator stage slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed bio-dedupe, uin-generator slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
---------
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* rebased with release-1.3.x
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
---------
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com>
Co-authored-by: Nidhi <nidhi.k@cyberpwn.com>
Co-authored-by: ashok-ksharma <ashok@mosip.io>
Co-authored-by: Vishwa <visu.vs1@gmail.com>
Co-authored-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread in abis middleware stage. (#2289)
* [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
---------
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44356] Performance fixes for ABIS Handler and ABIS MIddleware stage (#2292)
* [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Delegating the heavy work to vertx worker thread from JMS delivery thread.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Removed the synchronization for checkAllIdentifyRequestsProcessed().
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Removed the duplicate metaInfo() call in the ABIS handler stage.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Changed packet manager call in parallel using the virtual threads.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Cached the queue configuration and added the logs for timing in the abis-handler.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Added the updatedBy and updatedOn while updating the ABISRequest entity in the ABIS middleware.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Removed the logs added for debugging purpose.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44356] Removed the logs added for debugging purpose.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
---------
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: ashok-ksharma <ashok@mosip.io>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* MOSIP-44198: Fixed the workflowaction slowness issue (#2293)
* Fixed the workflowaction slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the uin-generator slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the packet-uploader stage slowness issue
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Revert "Fixed the packet-uploader stage slowness issue"
This reverts commit ce1e63623173278ead4a40306c6ceee97ec5f03a.
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
---------
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the rece condition is abisHandler (#2294)
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Removed whitespace and unused changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated the code based on review comments
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated the code based on review comments
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fixed the test cases
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Fix the test cases failures
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44198] Updated the code as per the review comments.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44198] Updated the code as per the review comments.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
---------
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com>
Signed-off-by: ashok-ksharma <ashok@mosip.io>
Co-authored-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Co-authored-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <prafulrakhade02@gmail.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Vishwa <visu.vs1@gmail.com>
Co-authored-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Co-authored-by: Ashok Kumar Sharma <ashok@mosip.io>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Nidhi <nidhi.k@cyberpwn.com>
* Updated values yaml
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* cellbox changes
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Corrected Xms value
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Update pom.xml
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* MOSIP-44844 (#2302)
* MOSIP-44844
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Added the performance Fixes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* removed the whitespace
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [MOSIP-44844] Updated the code as per the review comments.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44844] Updated the code as per the review comments.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44844] Updated the code as per the review comments.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44844] Updated the code as per the review comments.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
---------
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Co-authored-by: Ashok Kumar Sharma <ashok@mosip.io>
* [MOSIP-44752]Increased meatspace, and max meatspace heap memories
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Corrected Docker File for Regproc-notifier [MOSIP-44752] (#2306)
* Corrected Docker File for Regproc-notifier
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Update registration-processor/registration-processor-notification-service/Dockerfile
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
---------
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* [MOSIP-44752] fix test case failures (#2309)
* Corrected Docker File for Regproc-notifier
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
* Update registration-processor/registration-processor-notification-service/Dockerfile
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
* [MOSIP-44752] fix test case failures
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
---------
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Update values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update helm/regproc-notifier/values.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Update JAVA_OPTS in values.yaml for memory settings
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* MOSIP-44206 Added index (#2310)
* MOSIP-44206 Added index
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-44206 Fixed review comments
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-44206 Fixed review comments
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-44206 Fixed review comments
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-44206 Fixed review comments
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-44206 added if not exists in index
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* MOSIP-44206 added if not exists in index
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
---------
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* [MOSIP-44198] Corrected the database upgrade/rollback scripts and pom file as per the LSH checklist. (#2312)
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* Updated values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* [MOSIP-44855]Updated values.yaml
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
* Github issue -2345 corrected regproc camel resource
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* Github issue -2345 corrected regproc resource
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* Github issue -2345 corrected regproc landing zone resource
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* Github issue -2345 corrected regproc notifier resource
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* Github issue -2345 corrected regproc resource
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* Github issue 2349 corrected packet manager version (#2350)
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
* Removed the race condition fix for abisMiddleWareStage (#2348)
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* #2352 Change khazana version to 1.3.2-SNAPSHOT (#2353)
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
* MOSIP-44198: Updated the resource for helm (#2355)
* Updated the resource for helm
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* Updated the helm changes
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
---------
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
* [DSD-10347] 1.3.1 Packet Processing Performance Tuning release (#2371)
* Updated chart versions, image and tag for release changes
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [DSD-10347] 1.3.1 Packet Processing Performance Tuning release
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
* 1.3.1-rc.1
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Prafulrakhade <prafulrakhade02@gmail.com>
* [DSD-10347] 1.3.1 Packet Processing Performance Tuning release (#2372)
* Updated chart versions, image and tag for release changes
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* [DSD-10347] 1.3.1 Packet Processing Performance Tuning release
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
* 1.3.1-rc.1
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
* [DSD-10347] 1.3.1 Packet Processing Performance Tuning release
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
* Resolves #1830 Merged the 1.3.1-rc.1 release in develop branch.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* Resolves #1830 Merged the 1.3.1-rc.1 release in develop branch.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* Resolves #1830 Merged the 1.3.1-rc.1 release in develop branch.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
* Resolves #1830 Merged the 1.3.1-rc.1 release in develop branch.
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Praful Rakhade <prafulrakhade02@gmail.com>
Signed-off-by: dhanendra06 <dhanendra.tech@gmail.com>
Signed-off-by: kameshsr <kameshsr1338@gmail.com>
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
Signed-off-by: nagendra0721 <nagendra0718@gmail.com>
Signed-off-by: tarique-azeez <mdtarique2703@gmail.com>
Signed-off-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: Prafulrakhade <prafulrakhade02@gmail.com>
Signed-off-by: Dhanendra Sahu <60607841+dhanendra06@users.noreply.github.com>
Signed-off-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
Signed-off-by: DGuru <deepeshgurung@gmail.com>
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
Signed-off-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Signed-off-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Signed-off-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Signed-off-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Signed-off-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
Signed-off-by: Vishwa <visu.vs1@gmail.com>
Signed-off-by: ashok-ksharma <ashok@mosip.io>
Co-authored-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: techno-467 <prafulrakhade02@gmail.com>
Co-authored-by: khuddus shariff <khuddusshariff0022@gmail.com>
Co-authored-by: Gokulraj C <110164849+GOKULRAJ136@users.noreply.github.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: dhanendra06 <60607841+dhanendra06@users.noreply.github.com>
Co-authored-by: kameshsr <47484458+kameshsr@users.noreply.github.com>
Co-authored-by: kaledOu <kaled.ouali@gmail.com>
Co-authored-by: nagendra0721 <nagendra0718@gmail.com>
Co-authored-by: TRIALBLAZERS <84778104+trialblazerseee@users.noreply.github.com>
Co-authored-by: tarique-azeez <mdtarique2703@gmail.com>
Co-authored-by: Chetan Kumar Hirematha <chetankumar.h.239@gmail.com>
Co-authored-by: Vishwa <visu.vs1@gmail.com>
Co-authored-by: DGuru <deepeshgurung@gmail.com>
Co-authored-by: Deepesh Gurung <deepesh.gurung@technoforte.co.in>
Co-authored-by: Nandhukumar <nandhukumare@gmail.com>
Co-authored-by: Dhanendra Sahu <dhanendra.tech@gmail.com>
Co-authored-by: rajapandi1234 <138785181+rajapandi1234@users.noreply.github.com>
Co-authored-by: Nidhi0201 <nidhi.k@cyberpwn.com>
Co-authored-by: bhumi46 <111699703+bhumi46@users.noreply.github.com>
Co-authored-by: Mahesh-Binayak <76687012+Mahesh-Binayak@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: kameshsr <kameshsr1338@gmail.com>
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.
MOSIP-44356 Performance fixes for ABIS Handler and ABIS MIddleware stage