Francesco Mongiardo created CAMEL-14434:
-------------------------------------------
Summary: Box component getGroupMembershipInfo and
updateGroupMembershipInfo endpoint options change between camel 2.21.x and
camel 2.23.x
Key: CAMEL-14434
URL: https://issues.apache.org/jira/browse/CAMEL-14434
Project: Camel
Issue Type: Bug
Components: camel-box
Affects Versions: 2.23.0, 2.21.0
Reporter: Francesco Mongiardo
Box component groups can be invoked by:
{\{box:groups/endpoint?[options]}}
the following options differ between camel 2.21.x and 2.23.x:
On camel 2.21.x works as it is specified in [2.x
documentation|https://camel.apache.org/components/2.x/box-component.html]:
||endpoint||options||
|getGroupMembershipInfo|groupMem*e*bershipId|
|updateGroupMembershipInfo|groupMem*e*bershipId, info|
while on camel 2.23.x, even if it is 2.x branch, works as specified in [Camel 3
|https://camel.apache.org/components/3.0.x/box-component.html]:
||endpoint||options||
|getGroupMembershipInfo|groupMembershipId|
|updateGroupMembershipInfo|groupMembershipId, info|
I would treat that as a Document issue including into documentation a note
which specify that starting from version 2.23.x of camel the above specified
box component endpoint options change
--
This message was sent by Atlassian Jira
(v8.3.4#803005)