smolnar82 commented on a change in pull request #361:
URL: https://github.com/apache/knox/pull/361#discussion_r454396523
##########
File path:
gateway-server/src/main/java/org/apache/knox/gateway/services/factory/AbstractServiceFactory.java
##########
@@ -37,7 +41,8 @@
private static final GatewayMessages LOG =
MessagesFactory.get(GatewayMessages.class);
private static final String IMPLEMENTATION_PARAM_NAME = "impl";
- private static final String EMPTY_DEFAULT_IMPLEMENTATION = "";
+ protected static final String EMPTY_DEFAULT_IMPLEMENTATION = "";
+ private final Map<ServiceCacheKey, Service> serviceCache = new HashMap<>();
//to avoid creating the same service with the same implementation more than once
Review comment:
Removed that code since.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]