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
| import java.util.List; | |
| import java.util.Map; | |
| class Utils { | |
| private Utils() { | |
| } | |
| @SuppressWarnings({"unchecked", "rawtypes"}) | |
| private static Map deepMerge(Map original, Map newMap) { |
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
| package com.sony.sie.payments.paas.apigateway; | |
| import java.util.regex.Pattern; | |
| import org.apache.commons.lang3.StringUtils; | |
| public final class Utils { | |
| private static final String PATH_SEPARATOR = "/"; |
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
| #!/usr/bin/env bash | |
| /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security keytool -keystore cacerts -storepass changeit -list | grep digicert |
OlderNewer