[GitHub] camel pull request #1331: CAMEL-10560, Gets the file name specified by the c...

2016-12-06 Thread Fabryprog
Github user Fabryprog closed the pull request at: https://github.com/apache/camel/pull/1331 --- 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 e

[GitHub] camel pull request #1332: CAMEL-10086 added GenericFileEndpoint.(include|exc...

2016-12-06 Thread aefox
Github user aefox closed the pull request at: https://github.com/apache/camel/pull/1332 --- 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 enabl

[GitHub] camel pull request #1297: CAMEL-10513: Start BlueprintCamelContext on Bluepr...

2016-12-06 Thread hqstevenson
Github user hqstevenson closed the pull request at: https://github.com/apache/camel/pull/1297 --- 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

[GitHub] camel pull request #1333: CAMEL-10562: camel-core - Switched to List#sort

2016-12-06 Thread sschulze
GitHub user sschulze opened a pull request: https://github.com/apache/camel/pull/1333 CAMEL-10562: camel-core - Switched to List#sort Usage of Collections.sort(CopyOnWriteArrayList, Comparator) causes an UnsupportedOperationException on Oracle Java 1.8.0 up to fixpack 20 due to the