rombert commented on code in PR #44: URL: https://github.com/apache/sling-org-apache-sling-auth-oauth-client/pull/44#discussion_r3014617922
########## src/main/java/org/apache/sling/auth/oauth_client/impl/JcrUserHomeOAuthTokenStore.java: ########## @@ -40,10 +43,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import static org.osgi.service.component.annotations.ConfigurationPolicy.REQUIRE; - -// a config class is intentionally not defined, but a config is required to select an implementation -@Component(configurationPolicy = REQUIRE) +@Component(property = "service.ranking:Integer=0") Review Comment: With the latest changes `(configurationPolicy = REQUIRE)` is still missing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
