You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/02 19:54:20 UTC

[jira] [Commented] (CAMEL-10214) File Component: doneFileName option of Consumer missing from generated documentation

    [ https://issues.apache.org/jira/browse/CAMEL-10214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15404660#comment-15404660 ] 

ASF GitHub Bot commented on CAMEL-10214:
----------------------------------------

GitHub user PascalSchumacher opened a pull request:

    https://github.com/apache/camel/pull/1103

    CAMEL-10214: doneFileName is a common option

    Explain how the doneFileName option works for consumers endpoints.
    
    extends https://github.com/apache/camel/commit/9943e77709010a37c8804308313650e5e66dcb2d and https://github.com/apache/camel/commit/357dfe36a05365522172c5cbc9663b941449a61e

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/PascalSchumacher/camel doneFileName

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/1103.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 #1103
    
----
commit eaa3a9de494a87e16194daacff8479c50fcdb900
Author: Pascal Schumacher <pa...@gmx.net>
Date:   2016-08-02T19:51:38Z

    CAMEL-10214: doneFileName is a common option
    
    Explain how the doneFileName option works for consumers endpoints.

----


> File Component: doneFileName option of Consumer missing from generated documentation
> ------------------------------------------------------------------------------------
>
>                 Key: CAMEL-10214
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10214
>             Project: Camel
>          Issue Type: Task
>          Components: camel-core
>    Affects Versions: 2.17.2
>            Reporter: Pascal Schumacher
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.17.3, 2.18.0
>
>
> http://camel.apache.org/file2.html has the doneFileName option for both consumer and producer, but in GenericFileEndpoint.java
> {code:java}@UriParam(label = "producer")
> protected String doneFileName;{code}
> and in file.adoc  {code}| doneFileName | producer |{code}
> the consumer option is missing.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)