[
https://issues.apache.org/jira/browse/SHINDIG-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajdeep Dua updated SHINDIG-560:
--------------------------------
Attachment: fix-560-bug.patch
JsonContainerConf.java
ContainerConf.java
Made the suggested changes
1. Removed dependency to json libraries in Handlers, using guice to refer to
json parsing logic and object -- see JsonContainerConf.java
2. synchronized reading the container.js so that multiple threads don't try to
read at the same time
3.Fixed code as per coding standards
New files as separate attachments.
> Add support for @supportedFields
> --------------------------------
>
> Key: SHINDIG-560
> URL: https://issues.apache.org/jira/browse/SHINDIG-560
> Project: Shindig
> Issue Type: New Feature
> Components: RESTful API (Java)
> Reporter: Cassie Doll
> Priority: Blocker
> Attachments: ContainerConf.java, fix-560-bug.patch,
> JsonContainerConf.java, shindigpatch-560.patch
>
>
> We need to add support for the @supportedFields query on each handler. (ie
> people/@supportedFields, activities/@supportedFields)
> Maybe a guice binding to a set of strings or something similar would make
> this work.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.