[ 
https://issues.apache.org/jira/browse/CAMEL-14156?focusedWorklogId=340750&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-340750
 ]

ASF GitHub Bot logged work on CAMEL-14156:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Nov/19 21:14
            Start Date: 08/Nov/19 21:14
    Worklog Time Spent: 10m 
      Work Description: davsclaus commented on pull request #3328: 
[CAMEL-14156] Avoid NPE with endpoint is null in JmsBinding
URL: https://github.com/apache/camel/pull/3328
 
 
   
 
----------------------------------------------------------------
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: 340750)
    Time Spent: 20m  (was: 10m)

> JmsBinding assumes endpoint can't be null, but it can
> -----------------------------------------------------
>
>                 Key: CAMEL-14156
>                 URL: https://issues.apache.org/jira/browse/CAMEL-14156
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-activemq, camel-jms
>    Affects Versions: 2.24.2
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>            Priority: Critical
>             Fix For: 2.24.3, 2.25.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> CAMEL-13750 introduces a change checking the {{endpoint}} in {{JmsBinding}}:
> {code}
> if (headerName.equals("JMSCorrelationID") && 
> !endpoint.isUseMessageIDAsCorrelationID()) {
> {code}
> As {{endpoint}} can be null (for instance if you just do {{new 
> JmsBinding()}}), this change is wrong as it can throw 
> {{NullPointerException}}.
> I'm fixing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to