[
https://issues.apache.org/jira/browse/CAMEL-13388?focusedWorklogId=224107&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-224107
]
ASF GitHub Bot logged work on CAMEL-13388:
------------------------------------------
Author: ASF GitHub Bot
Created on: 07/Apr/19 07:30
Start Date: 07/Apr/19 07:30
Worklog Time Spent: 10m
Work Description: davsclaus commented on pull request #2859: CAMEL-13388:
Wrong removing parameters logic in ServiceComponent.
URL: https://github.com/apache/camel/pull/2859
----------------------------------------------------------------
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 224107)
Time Spent: 1h (was: 50m)
> Wrong removing parameters logic in ServiceComponent.
> ----------------------------------------------------
>
> Key: CAMEL-13388
> URL: https://issues.apache.org/jira/browse/CAMEL-13388
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.22.3, 2.23.1, 3.0.0-M1
> Reporter: Artem Ivanov
> Assignee: Claus Ibsen
> Priority: Major
> Labels: easyfix
> Fix For: 3.0.0, 2.23.2, 2.24.0, 2.22.4, 3.0.0-M3
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> Component: camel-service
> Mistake in class : org.apache.camel.component.service.ServiceComponent.java:83
> This error prevents the delegating component from receiving URI parameters.
> *Have:*
> {code:java}
> parameters.keySet().removeAll(parameters.keySet());
> {code}
> *Must be:*
> {code:java}
> parameters.keySet().removeAll(params.keySet());
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)