[
https://issues.apache.org/jira/browse/CAMEL-8470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14526793#comment-14526793
]
ASF GitHub Bot commented on CAMEL-8470:
---------------------------------------
GitHub user trohovsky opened a pull request:
https://github.com/apache/camel/pull/510
CAMEL-8470 Change Share#comment to String in camel-linkedin
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/trohovsky/camel CAMEL-8470
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/510.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #510
----
commit e05a8da55c47f7be0231b6f2e378f78a7d272c0c
Author: Tomas Rohovsky <[email protected]>
Date: 2015-05-04T16:19:15Z
CAMEL-8470 Change Share#comment to String in camel-linkedin
----
> Several small fixes for camel-linkedin
> --------------------------------------
>
> Key: CAMEL-8470
> URL: https://issues.apache.org/jira/browse/CAMEL-8470
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.14.2
> Reporter: Tomas Rohovsky
> Assignee: Willem Jiang
> Fix For: 2.14.3, 2.15.1, 2.16.0
>
>
> # companies/addShare should return the created Update
> # Share#comment should be String instead of Comment
> # Group#isOpenToNonMembers and Group#allowMemberInvites should be Boolean
> instead of boolean
> Otherwise invoking of people/addGroupMembership causes
> {code}
> Error invoking addGroupMembership: Unexpected
> {group-membership/group/is-open-to-non-members} element, Unexpected
> {group-membership/group/allow-member-invites}
> {code}
> because both attributes (that are not valid for this resource) are present.
> # remove role from people/getSuggestedGroupPosts
> It is only for group-memberships/\{id\}/posts resource.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)