You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/07 18:07:41 UTC

[jira] [Commented] (CAMEL-10803) Base undertow component on http-common

    [ https://issues.apache.org/jira/browse/CAMEL-10803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15856443#comment-15856443 ] 

ASF GitHub Bot commented on CAMEL-10803:
----------------------------------------

GitHub user zregvart opened a pull request:

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

    CAMEL-10803 Base undertow component on http-common

    # Please don't merge
    
    I would like some feedback on this first. Still to do:
    - [x] Make `UndertowComponent` and `UndertowEndpoint` extend `HttpCommonComponent` and `HttpCommonEndpoint`
    - [ ] Implement support for options from `http-common` component

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

    $ git pull https://github.com/zregvart/camel CAMEL-10803

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

    https://github.com/apache/camel/pull/1450.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 #1450
    
----

----


> Base undertow component on http-common
> --------------------------------------
>
>                 Key: CAMEL-10803
>                 URL: https://issues.apache.org/jira/browse/CAMEL-10803
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-undertow
>    Affects Versions: 2.19.0
>            Reporter: Zoran Regvart
>            Assignee: Zoran Regvart
>
> To facilitate reuse, the Undertow component should be based on http-common component.
> The `UndertowComponent` should extend `HttpCommonComponent` and `UndertowEndpoint` should extend `HttpCommonEndpoint`.
> Following that options defined in the http-common component should be also supported in the Undertow component.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)