Re: File idempotent store problem

2018-01-03 Thread Krzysztof Hołdanowicz
in the correct order. >> >> You are welcome to log a JIRA. And also work on unit test and patch. >> http://camel.apache.org/contributing >> >> On Tue, Nov 28, 2017 at 8:55 AM, Krzysztof Hołdanowicz >> <[hidden email] <http:///user/SendEmail.jtp?type=node&node

Re: File idempotent store problem

2017-12-02 Thread Krzysztof Hołdanowicz
t; napisał: > Hi > > Ah well spotted. > I think we should for loop via Map.Entry (or (k,v) via lambda) which I > think will be in the correct order. > > You are welcome to log a JIRA. And also work on unit test and patch. > http://camel.apache.org/contributing > > On Tue

File idempotent store problem

2017-11-27 Thread Krzysztof Hołdanowicz
t;Trunking file idempotent repository", LOG); } } LRUCache: @Override public Set keySet() { return map.keySet(); } where previously it was: @Override public Set keySet() { return map.*ascendingKeySet*(); } Regards Kris -- Pozdrawiam Krzysztof Hołdanowicz

File idempotent repository problem since 2.20

2017-11-23 Thread Krzysztof Hołdanowicz
eFactory.newLRUCache(1000); } ... } Regards Kris -- Pozdrawiam Krzysztof Hołdanowicz

SFTP always lists directory

2017-10-31 Thread Krzysztof Hołdanowicz
file? Why it behaves differently than in case of FTP and FTPS protocol? Thank you Regards Kris -- Pozdrawiam Krzysztof Hołdanowicz