GitHub user jassyanky opened a pull request: https://github.com/apache/camel/pull/1507
Camel 2.18.x You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/camel camel-2.18.x Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1507.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 #1507 ---- commit 6145dcd25c247606c675efd54e71ecaa939a5772 Author: xfournet <xavier.four...@gmail.com> Date: 2016-11-23T18:53:12Z CAMEL-10520 fix the acknowledgment mechanism for lumberjack protocol v1 commit 35a12b9af1b22fe654ffdd4c4131ebbb6d6dffc9 Author: srinivasavasu <srinivasav...@dhcp-0-130.blr.redhat.com> Date: 2016-11-24T05:11:57Z Case mismatch - BreadcrumbId - Replaced with the source from org.apache.camel.Exchange commit ec4c689e33bc4f529b0c4a878d8dec6e17691db2 Author: srinivasavasu <srinivasav...@dhcp-0-130.blr.redhat.com> Date: 2016-11-24T06:21:01Z An option (allowResponseHeaderOverride) added to allow soap header to be overwritten in in/out message in ws-producer from the soapHeader of underlying spring web service. Currently there is no way to replace this header from spring web service. This option is added to give room for the header part to be overwritten when the actual spring web service appends or re-writes something in the soap header part. commit 99f70acc726db3836dfcc8b03fb8f4e3d30aca86 Author: elomonosov <evgeniy.lomono...@gmail.com> Date: 2016-11-23T16:33:09Z Add information to be logged about underlying exception on Object -> DBObject conversion commit 236b7f13fc305755f0fe5fbbae0115ae2a9f0665 Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-17T13:12:31Z Refactor API Facade to avoid use of ByteArrays because it causes OOM. Refactor DTO package members to be dumb DTOs. commit 07c763841cb49f2a26cf6ad1c5fde5037fa77387 Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-17T13:31:01Z Various tweaks and corrections suggested by IntelliJ commit c00048badb58a173b38e37743397d7ddb7d9df81 Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-18T13:50:25Z Fix obvious mistakes (how can I test all this without going insane?!) commit a25d10dc74d0724b04394beb409500734540f1cb Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-23T13:33:50Z Revert several style suggestions that don't match the conventions of the project... commit f8283d913301b12834e7780acdd3af970e3838e5 Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-24T08:39:49Z First review commit 38171ae8cd36668aa333e02cec73a915dd223320 Author: Edoardo Causarano <edoardo.causar...@gmail.com> Date: 2016-11-24T13:36:47Z Undo license header formatting change commit 085b890964833d290b56a7f5c540be3e71dcdd65 Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-25T08:53:33Z Polished commit e044b10197aa6ebf578ad14c1117861cab05ecc7 Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-25T08:55:27Z Fixed CS. This closes #1298 commit 923cd938adb35d64e148a2c784c20bc1d90e7f2c Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-25T08:59:21Z Tone down logging noise commit 7a4ab4f2a0ece56e99894960bbfad26e1f73752e Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-25T13:14:04Z CAMEL-10527: camel-mail - Option skipFailedMessage should catch all exceptions commit 82328197808de205eeece16fe9687c6e2fbb1bc7 Author: Nikhil Vibhav <nikhil92...@gmail.com> Date: 2016-11-26T14:39:44Z Update StreamProducer to handle streaming using URLConnection commit 1680b7b6fd3e1193d9c9034e0801d2ca0e38c702 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2016-11-27T10:08:48Z Fix Checkstyle issues Signed-off-by: Gregor Zurowski <gre...@zurowski.org> commit ba3406d0114768ca8877a3e642b44ce19f895c05 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2016-11-27T10:54:55Z Fix Checkstype issues Signed-off-by: Gregor Zurowski <gre...@zurowski.org> commit 13ec1f7e0bb3a7b24787ecc14cb0c5d2a2455c84 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2016-11-27T12:51:03Z Fix Checkstyle issues Signed-off-by: Gregor Zurowski <gre...@zurowski.org> commit c50dd5199c22493b3f694a1248716d81dd9aad54 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2016-11-27T13:09:08Z Fix Checkstyle issues Signed-off-by: Gregor Zurowski <gre...@zurowski.org> commit 8ed344875d0e2e60e9234c89888fec2f14945b0b Author: Gregor Zurowski <gre...@zurowski.org> Date: 2016-11-27T15:46:20Z [maven-release-plugin] prepare release camel-2.18.1 commit 061c980e68762343b56304eaa993fa2414ab6783 Author: Gregor Zurowski <gre...@zurowski.org> Date: 2016-11-27T15:47:01Z [maven-release-plugin] prepare for next development iteration commit e7571acc92dd8860f65c26b7c08160ca812804f8 Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-29T09:32:31Z CAMEL-10539: Jetty http producer bridge endpoint should avoid NPE error and detect invalid uri and provide exception with suggestions what to do. commit 9b432243fa44ccc47ebafc90891bdd888f4dae5e Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-23T13:22:52Z CAMEL-10509: dump model to xml should include namespaces. Work in progress. commit 20a1b012bd03c58b702af615dde0b0198284fb52 Author: James Netherton <jamesnether...@gmail.com> Date: 2016-11-25T15:25:22Z CAMEL-10509: Handle namespaces on XML dump and load operations commit 449724a1ff9ae6ed698b4a6f7193b55a723dc254 Author: Bob Gaudaen <bob.gaud...@gmail.com> Date: 2016-11-18T16:01:12Z CAMEL-10490 Wrote unit test to illustrate concurrency problem commit f504c1e213b1c373b3fac25db3be0d559dd1d5d4 Author: Bob Gaudaen <bob.gaud...@gmail.com> Date: 2016-11-18T16:04:08Z CAMEL-10490 Added LockModeType in JpaPollingConsumer. Still doesn't pass the test with the derby jdbc driver, but passes with MySQL... commit 40c6fa3cda2b19061e785fa4c247e77f7e15aac0 Author: Bob Gaudaen <bob.gaud...@gmail.com> Date: 2016-11-28T10:11:00Z CAMEL-10490 Some code cleanup commit 9c7db1abaa6f956f7b577dda7ad966bcba44d85f Author: Bob Gaudaen <bob.gaud...@gmail.com> Date: 2016-11-30T12:39:21Z CAMEL-10490 Changed to optimistic lock mode type and added test for concurrent access without lock commit 7bd441954632854c439a9a53d71da873439fe4eb Author: Bob Gaudaen <bob.gaud...@gmail.com> Date: 2016-11-30T13:17:21Z CAMEL-10490 CheckStyle warnings commit ba7fa060de59728cd4604ec9e8d58c35bf6e6378 Author: Claus Ibsen <davscl...@apache.org> Date: 2016-11-30T14:43:58Z Polished. This closes #1322 ---- --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---