Skip to content

Commit

Permalink
MOSIP-32461 java21 new (mosip#1885)
Browse files Browse the repository at this point in the history
* MOSIP-32461 code changes

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>

* MOSIP-32461 code changes

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>

* MOSIP-32461 code changes

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>

---------

Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
Co-authored-by: Sowmya Ujjappa Banakar <[email protected]>
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
sowmya695 and Sowmya Ujjappa Banakar committed Jun 20, 2024
1 parent 98df3be commit 6d01639
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import io.mosip.registration.processor.core.constant.JsonConstant;
import io.mosip.registration.processor.core.exception.ApisResourceAccessException;
import io.mosip.registration.processor.core.exception.PacketManagerException;
import io.mosip.registration.processor.core.exception.util.PlatformSuccessMessages;
import io.mosip.registration.processor.core.packet.dto.FieldValue;
import io.mosip.registration.processor.core.packet.dto.JWTSignatureVerifyRequestDto;
import io.mosip.registration.processor.core.packet.dto.JWTSignatureVerifyResponseDto;
Expand Down Expand Up @@ -76,7 +77,8 @@ public void validateSignature(String id, String process, BiometricRecord biometr

for (BIR bir : birs) {
Map<String, String> othersInfo = null;
regProcLogger.info(LoggerFileConstant.REGISTRATIONID.toString(), id,
regProcLogger.info(LoggerFileConstant.SESSIONID.toString(), LoggerFileConstant.REGISTRATIONID.toString(),
id,
bir.toString());
if (bir.getOthers() instanceof HashMap<String, String> othersInfo1) {
othersInfo = othersInfo1;
Expand Down

0 comments on commit 6d01639

Please sign in to comment.