You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/APIProviderImpl.java
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java
+28-36
Original file line number
Diff line number
Diff line change
@@ -24562,29 +24562,18 @@ public void addPrimaryEndpointMappingsToNewAPI(String existingApiUUID, String ne
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/dao/constants/SQLConstants.java
+9
Original file line number
Diff line number
Diff line change
@@ -4750,6 +4750,15 @@ public static class APIEndpointsSQLConstants {
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1.common/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/common/TemplateBuilderUtil.java
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1.common/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/common/mappings/PublisherCommonUtils.java
+18-17
Original file line number
Diff line number
Diff line change
@@ -1027,8 +1027,8 @@ public static void encryptEndpointSecurityApiKeyCredentials(APIEndpointDTO apiEn
1027
1027
if (endpointConfig != null) {
1028
1028
if ((endpointConfig.get(APIConstants.ENDPOINT_SECURITY) != null)) {
Copy file name to clipboardExpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/src/main/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/impl/ApisApiServiceImpl.java
0 commit comments