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/dao/ApiMgtDAO.java
+19-1
Original file line number
Diff line number
Diff line change
@@ -16398,19 +16398,37 @@ public SharedScopeUsage getSharedScopeUsage(String uuid, int tenantId) throws AP
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
+15-4
Original file line number
Diff line number
Diff line change
@@ -3522,17 +3522,28 @@ public static class RevokedJWTConstants {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1.common/src/gen/java/org/wso2/carbon/apimgt/rest/api/publisher/v1/dto/SharedScopeUsedAPIInfoDTO.java
+21-1
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ public class SharedScopeUsedAPIInfoDTO {
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/SharedScopeMappingUtil.java
+3
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,9 @@ public static SharedScopeUsageDTO fromSharedScopeUsageToDTO(SharedScopeUsage sha
0 commit comments