nikita15p opened a new pull request, #405:
URL: https://github.com/apache/flume/pull/405

   In jms source, when passwordFile property in agent config is not set, 
currently null value is getting passed which causes exception due to `password 
= Optional.absent();` in 
https://github.com/apache/flume/blob/trunk/flume-ng-sources/flume-jms-source/src/main/java/org/apache/flume/source/jms/JMSSource.java#L173.
 
   
   This PR, sets default value to empty string in case passwordFile property is 
not set. 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to