Skip to content

Commit

Permalink
Added policy greedy
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-coppola authored and MMaiero committed Oct 10, 2023
1 parent 527a8ae commit f844102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
bind="bindIdentityService"
cardinality="0..1"
name="IdentityService"
policy="static"/>
policy="static"
policy-option="greedy" />

<service>
<provide interface="org.eclipse.kura.internal.rest.identity.provider.IdentityRestService"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class IdentityEndpointsTest extends AbstractRequestHandlerTest {

private static ServiceRegistration<IdentityService> identityServiceRegistration;

@Parameterized.Parameters
@Parameterized.Parameters(name = "{0}")
public static Collection<Transport> transports() {
return Arrays.asList(new MqttTransport(MQTT_APP_ID), new RestTransport(REST_APP_ID));
}
Expand Down

0 comments on commit f844102

Please sign in to comment.