Camel.trunk.notest - Build # 3055 - Failure

2017-03-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3055) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/3055/ to view the results.

Camel.trunk.notest.java9 - Build # 32 - Failure

2017-03-15 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest.java9 (build #32) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest.java9/32/ to view the results.

[GitHub] camel pull request #1542: Camel-10141 Make more Java 9 tests pass

2017-03-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/1542 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enab

[GitHub] camel pull request #1542: Camel-10141 Make more Java 9 tests pass

2017-03-15 Thread johnpoth
GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/1542 Camel-10141 Make more Java 9 tests pass https://issues.apache.org/jira/browse/CAMEL-10141 Make more Java 9 tests pass You can merge this pull request into a Git repository by running:

Re: I've made Service extend from Closeable

2017-03-15 Thread Zoran Regvart
Hi, for instance in BeanLookupUsingJndiRegistryIssueTest.java:34[1], the warrning I get in Eclipse is: "Resource leak: 'camel' is never closed" this is because the resource leak detection code in IDE is looking for close(), but we have stop() zoran [1] https://github.com/apache/camel/blob/mast

Re: I've made Service extend from Closeable

2017-03-15 Thread Claus Ibsen
Hi Is there an example you can point we can open in our IDEs to see ? On Wed, Mar 15, 2017 at 9:49 AM, Zoran Regvart wrote: > Hi, > just giving the discussion on the PR#1537[1], CAMEL-11011[2] more > visibility here if anyone would like to comment. > The downside I found was that the IDE issues

Re: Camel 2.19 Roadmap

2017-03-15 Thread Claus Ibsen
Hi Just wanted to bring up that we are closing in on a good time for doing a new release. For example in mid April it would be around 6 months since the last 2.18.0 release. Therefore we should start closing down and fixing bugs, and make sure the CI servers and tests are in good shape. This mor

I've made Service extend from Closeable

2017-03-15 Thread Zoran Regvart
Hi, just giving the discussion on the PR#1537[1], CAMEL-11011[2] more visibility here if anyone would like to comment. The downside I found was that the IDE issues a warning about 'Potential resource leak'. I don't know if this would be reason enough to revert this? zoran [1] https://github.com/a

Re: camel-zipfile

2017-03-15 Thread onders
Hi, As per my observations, unless zipdataformat does not get the filename of such empty directory from the file consumer. that's there is no need any such change in ZipAggregationStrategy. However, with a bit of hacking on file consumer in camel-core as well and i could have passed empty folder