[
https://issues.apache.org/jira/browse/KNOX-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14329288#comment-14329288
]
Sumit Gupta commented on KNOX-481:
----------------------------------
The main change was changing the ConfigurationAdapter interface to return an
Object and not a String.
https://git-wip-us.apache.org/repos/asf?p=knox.git;a=blob;f=gateway-util-configinjector/src/main/java/org/apache/hadoop/gateway/config/ConfigurationAdapter.java;h=401258fbf6af84239ad3824467d50ef97b61186c;hb=HEAD#l22
This change obviously ripples through the implementations as well as
DefaultConfigInjector. If you look at the convertValue method in
DefaultConfigInjector you will that I use a different method on the
DEFAULT_CONVERTER and you will also see that I forgot to rename the variable
appropriately (oops, 'strValue').
> Support configuration driven REST API integration (aka Stacks)
> --------------------------------------------------------------
>
> Key: KNOX-481
> URL: https://issues.apache.org/jira/browse/KNOX-481
> Project: Apache Knox
> Issue Type: New Feature
> Components: Server
> Affects Versions: 0.6.0
> Reporter: Sumit Gupta
> Assignee: Sumit Gupta
> Fix For: 0.6.0
>
>
> The gateway server has a framework that allows for plugging in new
> 'services'. The framework requires code to be written for every new service
> that is added in. We need a way to make adding new services easy and make it
> possible to add a new service without writing any code (using configuration
> instead) while leaving open the flexibility of being able to write code if
> necessary.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)