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.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/internal/ServiceReferenceHolder.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public class ServiceReferenceHolder {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/listeners/ServerStartupListener.java
+1-4
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,11 @@ public void completedServerStartup() {
44
44
// This prevents errors in an All in one setup caused by the ThrottleDataPublisher trying to connect to the
45
45
// event receiver, before the event receiver has been started on completion of server startup.
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/service/APIThrottleDataServiceImpl.java
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/throttling/ThrottleDataHolder.java
+10
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,16 @@ public void addThrottledAPIKey(String key, Long value){
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/test/java/org/wso2/carbon/apimgt/gateway/handlers/throttling/ThrottleHandlerTest.java
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/test/java/org/wso2/carbon/apimgt/gateway/internal/ServiceReferenceHolderTestCase.java
-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,6 @@ public void testServiceReferenceHolder() {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/test/java/org/wso2/carbon/apimgt/gateway/throttling/ThrottleDataHolderTest.java
+3-3
Original file line number
Diff line number
Diff line change
@@ -30,23 +30,23 @@ public class ThrottleDataHolderTest {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/test/java/org/wso2/carbon/apimgt/gateway/throttling/util/BlockingConditionRetrieverTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ public void run() throws Exception {
Copy file name to clipboardexpand all lines: components/apimgt/org.wso2.carbon.apimgt.gateway/src/test/java/org/wso2/carbon/apimgt/gateway/throttling/util/KeyTemplateRetrieverTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public void run() throws Exception {
0 commit comments