You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Baxillie <gi...@git.apache.org> on 2016/04/15 21:06:26 UTC

[GitHub] camel pull request: partial sip MESSAGE implementation

GitHub user Baxillie opened a pull request:

    https://github.com/apache/camel/pull/948

    partial sip MESSAGE implementation

    This pull request is a partially implements sip messages. It has not been tested and needs more commits.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Baxillie/camel sip_message_support

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/948.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 #948
    
----
commit 0f2183e139614ff64e15210e9db5103911827045
Author: Baxillie <ni...@gmail.com>
Date:   2016-04-11T20:37:39Z

    partially implements retrieving and sending messages using the sip component

commit f27027b979a9a19ae80e592ad844f0b28f5b2064
Author: Preben Asmussen <pr...@gmail.com>
Date:   2016-04-11T17:12:46Z

    CAMEL-9772: Make it easier to turn on/off logExhaustedMessageBody

commit 6256fe1eab99c4a799df994d75eca6e55328fc22
Author: John D. Ament <jo...@apache.org>
Date:   2016-04-12T02:03:29Z

    Minor doc fixes for AMQP, fixed a typo and added CDI configuration.

commit 165fe08e2120c5074b9ad0816fc417a4bff6e120
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-12T06:21:04Z

    CAMEL-9772: Make it easier to turn on/off logExhaustedMessageBody

commit 910b00230164a2431afac49445690afe9edb319e
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-12T06:25:07Z

    Upgrade Atomikos to version 4.0.2

commit a8e780a55426cf0c5f90c79f023fb7847886031e
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-12T06:35:55Z

    Upgrade Braintree to version 2.59.0

commit 5a5e1c757dca1ae9819acf18306aeb1db82c1482
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-12T09:40:48Z

    CAMEL-9791: Threads EIP should use the rejection handler if configured. And only use caller runs as fallback.

commit 900b26a6ffe3b38f83f326b538cf1c009e804b6f
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-12T11:49:35Z

    CAMEL-9860: csv dataformat - Should have quoteMode option in model

commit 522ab768cfba5337dca77a3bf8ef824def2d282a
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-12T11:58:38Z

    Fixed CS

commit ac3d8ed82e27bf8c06937e2a392d6e9b5df1526c
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-12T12:36:05Z

    Upgrade Kubernetes/Openshift client to version 1.3.83

commit 64d39ce6ba6fbd9b6c60be94c3d4ea927a127e7c
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-12T12:53:28Z

    Upgrade Mvel to version 2.2.8.Final

commit 7038b65a7dd7919097f4d9b27606eadf565df65e
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-13T07:33:20Z

    Upgrade Netty41 to version 4.1.0.CR7

commit 8acd9623e644da9fe3bb9ea521a35a750de0ad04
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T07:59:32Z

    CAMEL-9585: Add mvn coordinate to grape. Thanks to Jorg Kasteleiner for the patch.

commit 3b7e638759bc7da1fbdfe9b7afb564fbe25d33c9
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T08:23:00Z

    Add swagger osgi example

commit 3f24f8e4646f71fcbbe12ab285e48e7c372d2e3d
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T09:05:45Z

    CAMEL-9863: Fixed bug in doWhileLoop when calling async component. Thanks to Sanigo for unit test.

commit 58e027b3c466058d56a9fa2ae3aa722a472485d8
Author: Martin Scharm <ma...@binfalse.de>
Date:   2016-04-10T08:36:52Z

    camel-twitter: removed the truncation
    
    Twitter status updates were truncated to 160 chars if they were longer.
    However the twitter limit is 140 chars, so this truncation didn't have
    any effect and I removed it.

commit e40e961e44f2a01c094ee6dac3d26d4715a78128
Author: jpoth <jp...@redhat.com>
Date:   2016-04-12T09:36:15Z

    CAMEL-9859: Add Netty4 Channel Options back.

commit 42a8a8384442063472beda2f138c1ebb7783dba7
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T09:31:10Z

    Fixed CS. This closes #941

commit ff23c60215a8ea9c928b1f02599102ccfc54c6d2
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T09:34:59Z

    CAMEL-9859: Remove the 2x set option

commit cbdb0d12d321a3f0d5aad41aa2b8b0640627fd54
Author: Quinn Stevenson <qu...@pronoia-solutions.com>
Date:   2016-04-13T17:40:22Z

    CAMEL-9876 - fix IndexOutOfBounds exception when MSH-18 isn't in message

commit cd554bf56effbaefd4f8767006b85aa06628397c
Author: James Netherton <ja...@gmail.com>
Date:   2016-04-13T10:48:11Z

    [CAMEL-9862] Fix potential NPE in UndertowComponent.unregisterConsumer

commit 520bd0893822406b77820a2aa2d67b45ebc634a7
Author: Tomas Rohovsky <to...@seznam.cz>
Date:   2016-04-13T20:34:35Z

    CAMEL-9866 @PropertyInject doesn't work with Spring-Boot

commit 4ed6a2d0cfaa11aed54e3fe954bfb7e1fd0fc8fa
Author: Andrea Cosentino <an...@gmail.com>
Date:   2016-04-14T06:26:35Z

    Upgrade Rest-assured to version 2.9.0

commit b08e0b674258e3ced32f833009b81a3f5d0216f5
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T13:49:19Z

    CAMEL-9521: Move spring-dm out of camel-spring into a new camel-spring-dm module.

commit 47aee688d7b7daa07f2a2a2cf916191f103a509f
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-13T14:01:43Z

    CAMEL-9521: Move spring-dm out of camel-spring into a new camel-spring-dm module.

commit d7435d997344f16097b2d694861a276cc8a61461
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-14T06:03:54Z

    CAMEL-9521: Move spring-dm out of camel-spring into a new camel-spring-dm module.

commit 14fca8942929307f364dac7f418964f1e6b76b3a
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-14T06:18:36Z

    CAMEL-9865: Upgrade to karaf 4

commit 4b45564cd8ff1fec056238b8ddf9e2ccc334794c
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-14T06:42:06Z

    CAMEL-9865: Fixed features validation and some had a few mistakes.

commit af97941cd68025b7bdfcf495e083c84692b303b1
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-14T07:03:23Z

    CAMEL-9865: Camel Karaf commands works with Karaf 3 and 4 again

commit a0b005c8aaeea307b194ddb7fa45b68577372f5f
Author: Claus Ibsen <da...@apache.org>
Date:   2016-04-14T07:10:03Z

    CAMEL-9865: The shell condition is flaky and do not always install all the bundles.

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] camel pull request #948: partial sip MESSAGE implementation

Posted by nikvaessen <gi...@git.apache.org>.
Github user nikvaessen closed the pull request at:

    https://github.com/apache/camel/pull/948


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---