smolnar82 commented on code in PR #615: URL: https://github.com/apache/knox/pull/615#discussion_r948945491
########## gateway-server/src/main/resources/META-INF/services/org.apache.knox.gateway.services.ServiceFactory: ########## @@ -30,4 +30,5 @@ org.apache.knox.gateway.services.factory.ServiceRegistryServiceFactory org.apache.knox.gateway.services.factory.SslServiceFactory org.apache.knox.gateway.services.factory.TokenServiceFactory org.apache.knox.gateway.services.factory.TokenStateServiceFactory -org.apache.knox.gateway.services.factory.TopologyServiceFactory \ No newline at end of file +org.apache.knox.gateway.services.factory.TopologyServiceFactory +org.apache.knox.gateway.services.factory.ConcurrentSessionVerifierFactory Review Comment: nit: this list is an alphabetically-ordered list. The new service factory should have been added in its appropriate line (line 20) -- 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]
