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
Notes:
1. Update mocking test to include new method for the Monitoring interface
2. Update mocking test of oci mp archetype to include the new method for the Monitoring interface
3. Tested successfully against OCI Logging and Monitoring services using oci-mp archetype generated from the cli tool and this change
Copy file name to clipboardExpand all lines: archetypes/helidon/src/main/archetype/mp/oci/files/server/src/test/java/__pkg__/server/GreetResourceMockedTest.java.mustache
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,9 @@ class GreetResourceMockedTest {
97
97
@Override
98
98
public void setRegion(String region) {}
99
99
100
+
@Override
101
+
public void useRealmSpecificEndpointTemplate(boolean b) {}
102
+
100
103
@Override
101
104
public void refreshClient() {}
102
105
@@ -126,6 +129,9 @@ class GreetResourceMockedTest {
126
129
@Override
127
130
public void setRegion(String s) {}
128
131
132
+
@Override
133
+
public void useRealmSpecificEndpointTemplate(boolean b) {}
134
+
129
135
@Override
130
136
public ChangeAlarmCompartmentResponse changeAlarmCompartment(ChangeAlarmCompartmentRequest changeAlarmCompartmentRequest) {
Copy file name to clipboardExpand all lines: integrations/oci/metrics/cdi/src/test/java/io/helidon/integrations/oci/metrics/cdi/OciMetricsCdiExtensionTest.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,10 @@ public void setRegion(Region region) {
0 commit comments