You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2018/07/03 14:42:15 UTC

[camel] branch master updated (6f8cba8 -> 112f592)

This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 6f8cba8  CAMEL-12615: exclude com.sun.java:tools from ca...
     add 77b24cd  [CAMEL-12613] Use GenericFile's absolute path when updating file headers as it is updated when the underlying file is moved
     new 112f592  Merge pull request #2405 from johnpoth/CAMEL-12613

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/camel/component/file/FileConsumer.java  | 13 +++++++++--
 ...va => FileConsumerPreMoveLastModifiedTest.java} | 25 +++++++++-------------
 2 files changed, 21 insertions(+), 17 deletions(-)
 copy camel-core/src/test/java/org/apache/camel/component/file/{FileConsumerPreMoveIssueTest.java => FileConsumerPreMoveLastModifiedTest.java} (70%)


[camel] 01/01: Merge pull request #2405 from johnpoth/CAMEL-12613

Posted by jp...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jpoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 112f5926d425808dabdab617b17e3f5560727c23
Merge: 6f8cba8 77b24cd
Author: John Poth <po...@gmail.com>
AuthorDate: Tue Jul 3 16:42:11 2018 +0200

    Merge pull request #2405 from johnpoth/CAMEL-12613
    
    [CAMEL-12613] Use GenericFile's absolute path when updating file head…

 .../apache/camel/component/file/FileConsumer.java  | 13 ++++-
 .../file/FileConsumerPreMoveLastModifiedTest.java  | 61 ++++++++++++++++++++++
 2 files changed, 72 insertions(+), 2 deletions(-)